/*
Farben : 
Friedrichstraıe : 
	#f4d793 /gelb
	#b4d2ee /hellblau
*/

/* Reset, um alle vom Browser vorgegebenen Style gleich zu setzen */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Hier fıngt der Style der Seite an */


html{
	background : url(/images/bg.jpg) repeat scroll center top #A2A5AC;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
	line-height: 1.3;
}

/* Hier werden die Standartelemente (Post, Sidebar, Footer ect.) designt*/

#page {
	margin : 50px auto 30px auto;
	width: 960px;
}

#content {
	width: 760px;
	padding : 0;
	margin : 0 0 5px 0;
	float : right;
	text-align: left;
}
.sidebar {
	width: 170px;
	padding : 10px;
	margin : 5px;
	float : left;
	background : #fff;
	clear : left;
	text-align : left;
}
.post {
	clear : both;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom : 15px;
	margin : 5px;
}

#nav {
	clear : both;
	background: #333 url(/images/alert-overlay.png) repeat-x; 
	padding : 5px;
	font: bold 17px Arial, Helvetica, sans-serif;
	margin : 0 5px 5px 5px;
}
.loggedin #nav {
-moz-border-radius : 4px 0px 4px 4px;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0 18px;
	float: left;
	line-height: 24px;
	vertical-align: middle;
	color: #fff;
cursor : pointer;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius : 4px;
}
#nav li:hover {
	background: #4498C7 url(/images/alert-overlay.png) repeat-x; 
}



#nav li span {
	opacity : 0.5;
	filter: alpha(opacity = 50);
}

#nav li span.link {
	opacity : 1;
	filter: alpha(opacity = 100);
}

#nav a:link,
#nav a:visited,
#nav span {
display : block;
padding : 5px;
	color: #fff;
	text-decoration: none;
}

#nav li .higlight {
margin-left : 4px;
padding : 2px;
font-size : 0.8em;
font-weight : bold;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius :  4px;
	background: #4498C7 url(/images/alert-overlay.png) repeat-x; 
}











#subnav {
	background : none;
	margin : 0;
	padding : 0;
	float : left;
}

#subnav ul li {
	float : left;
	width : 180px;
}

#subnav ul li a {
	text-decoration : none;
	display : block;
	padding : 5px;
}

#subnav ul li a:hover {
	text-decoration : none;
	background: #4498C7 url(/images/alert-overlay.png) repeat-x;
	color : #fff;
}
#subnav li .higlight {
color : #fff;
margin-left : 4px;
padding : 2px;
font-size : 0.8em;
font-weight : bold;
-moz-border-radius : 4px;
-webkit-border-radius : 4px;
border-radius :  4px;
	background: #4498C7 url(/images/alert-overlay.png) repeat-x; 
}

.sidebar-with-title {
	width: 180px;
	margin : 5px;
	float : left;
	clear : left;
	text-align : left;
}
.sidebar-with-title h3 {
	color : #fff;
	background: #333 url(/images/alert-overlay.png) repeat-x;
	-moz-border-radius : 4px 4px 0 0!important;
	width : 180px;
	margin : 0;
	padding : 5px;
	text-shadow : none;
	font-size : 1.3em;
}
.sidebar-with-title .content {
	background : #fff;
	-moz-border-radius : 0 0 4px 4px;
	width : 180px;
	padding : 5px;
	 -moz-box-shadow: 1px 1px 3px #555;
}
.sidebar-with-title input,.sidebar-with-title select,.sidebar-with-title textarea {
	width : 170px!important;
	-moz-box-shadow : none!important;
}
.sidebar-with-title label {
	text-shadow : none;
	font-size : .9em;
	font-weight : bold;
}

#footer {
	text-align: left;
	clear : both;
	height : 70px;
	padding-bottom: 100px;
	background: #292929;
	margin : 10px 5px 5px 5px;
}

#footer ul {
	margin : 5px 5px 5px 10px;
}

#footertext {
	float : right;
	clear : both;
	text-align : right;
	margin :  10px 5px;
}

#footer a:link, #footer a:visited , #footer a:active, #footer h3 {
	color: #999;
	background : none;
	text-decoration : none;
	font-weight : normal;
}

#footer a:hover {
	text-decoration : underline;
}

#footer .col1, #footer .col2, #footer .col3 {
	width : 320px;
	float : left;
	padding : 5px;
	height : 130px;
}

#footer .col3 {
	width : 280px;
}

#footer .col1 img, #footer .col2 img {
	float : left;
	margin : 10px;
}

#welcome {
	float : right;
	clear : both;
	padding : 3px 5px;
	margin-top : -21px;
margin-right : 5px;
	color : #fff;
	background: #494949 url(/images/alert-overlay.png) repeat-x; 
-moz-border-radius : 4px 4px 0px 0px;
}

#welcome a, #welcome a:visited {
color : #fff;
	text-decoration : none;
}

#welcome a:hover {
	text-decoration : underline;
	color : #fff;
}





/* Hier sind die ıberschriften in Grııe und Aussehen definiert*/

h1, h2, h3, h4, h5, h6 {
	margin : 5px;
	padding : 5px;
	background : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	text-transform: none;
	color : #333;
	display : block;
	text-shadow: 0px 1px 1px #aaa;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size : 0.9em;
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
	margin : 0;
	padding : 5px;
}


#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	text-shadow: none;
}

/* Hier sind Standartelemente, wie Links, Paragraphen ect*/

a:link, a:visited {
	color: #333;
	padding : 2px;
	text-decoration : underline;
}

a:hover {
	color : #4498C7;
}

li, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	padding : 10px;
	line-height : 1.5em;
	text-align : justify;
}

blockquote {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 3px solid #4498C7;
}

code {
	display : block;
	background : #ddd;
	padding : 10px;
}

iframe {
	margin : 5px;
	padding : 10px;
	width : 730px;
	background : #fff;
}

table {
	border-collapse:collapse;
}

table td {
	border-right: 1px solid #4498C7;
	border-bottom: 1px solid #4498C7;
}

table tr:last-child td {
	border-bottom:0;
}

table td:last-child {
	border-right:0;
}

table th { 
	border-right:1px solid #4498C7;
	border-bottom: 3px solid #4498C7;
	padding-right:.3em;
	padding : 5px;
}

table tr:last-child th {
	border-bottom:0;
}

table th:last-child {
	border-right:0;
}


table th[scope="col"] {
	border-right: 1px solid #4498C7;
	border-bottom :3px solid #4498C7;
	text-align :center;
	font-size : 1.1em;
}

table th[scope="col"]:first-child { 
	border-right:3px solid #4498C7;
}

table th[scope="col"]:last-child {
	border-right:0;
}

table th[scope="row"] {
	text-align:right;
}

table td  {
	padding:3px 3px;
}

table caption {
	margin-bottom: .5em;
	font-size:1.2em;
}

dl {
	margin : 0 0 10px 0;
}

dt {
	color: #808080;
	float : left;
	width : 40px;
	margin : 5px;
}

dt.termine {
  width: 200px;
}

dd {
	color : #333;
	float : left;
	width : 450px;
	margin : 5px;
}

dd.termine {
  width: 290px;
}


img {
	max-width: 730px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img.icon {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: text-bottom; 
}

img.left {
	padding: 0 10px 10px 0;
}

img.right {
	padding: 0 0 10px 10px;
}

.disable {
	opacity: 0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

/* Formularelemente, wie Textfelder, Label ect.*/

input, textarea, select {
	width: 735px;
	font-size: 20px;
	font-style: normal;
	color: #333333;
	padding: 5px;
	margin : 0 0 3px 5px;
	border : #ccc solid 3px;
}

label {
	clear : both;
	display : block;
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	text-transform: uppercase;
	margin : 0 0 3px 5px;
	text-shadow: 0px 2px 3px #666;
}

select {
	width : 745px;
}

textarea {
	clear: both;
	height : 200px;
}

#time select {
	width : 164px;
}

.time {
	font-size:26px;
	margin : 5px;
}

.button-area {
	clear:both;
}

input[type="submit"],input[type="reset"],input.delete {
	width: 365px;
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: block;
	padding: 4px 5px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
	text-shadow: 1px 1px 3px #555;
	position: relative;
	cursor: pointer;
	float : left;
	border : 0;
	margin : 5px;
}

input[type="submit"] {
	background-color : #ACC30A;
}

input[type="submit"]:hover {
	background-color : #96AA09;
}

input[type="reset"],input.delete {
	background-color : #D30000;
}

input[type="reset"]:hover,input.delete:hover {
	background-color :#B70000;
	border-bottom-color:#B70000;
}

input[type="checkbox"] {
	width : 10px;
}

input[type=text][readonly] {
	opacity : 0.75;
	filter: alpha(opacity = 75);
}

input[type=file] {
	width : 370px;
	clear:both;
	float : left;
}

input[type=text][readonly]:focus {
	border-color : #ccc;
}

input[type="submit"]:focus,input[type="reset"]:focus {
	border : none;
}

input:focus, textarea:focus {
	border : #4498C7 solid 3px;
}

.sidebar input,.sidebar select,.sidebar textarea {
	width : 170px;
}

/* ** Extraklassen, die fır verschiedenes eingesetzt werden kınnen ** */

/* Seitennummern auf den Seiten */

.pages{
	padding : 10px;
	margin: 5px;
	text-align: center;
	clear : both;
}

.pages a,.pageList .this-page {
	text-decoration: none;
	padding: 4px 7px;
	background: #FFFFFF;
	color: #999999;
	margin-left : 4px;
}

.pages span.titel {
	padding: 4px 7px;
	background: #FFFFFF;
	color: #999999;
}


.pages a:visited {
	text-decoration: none;
	padding: 4px 7px;
	background: #FFFFFF;
	color: #999999;
}

.pages b {
	text-decoration: none;
	padding: 4px 7px;
	background: #FFFFFF;
	color: #333333;
	margin-left : 4px;
}

/* Clearfix, sorgt dafır, dass ein Element, dass nur gefloateten Inhalt enthılt, diesen auch umschlieıt */

.clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix{
	display : block;
}

* html .clearFix {
	height: 1%;
}


/* Extraklassen, die auf jedes Element angewendet werden kınnen*/ 


.clear {
	clear : both;
}

.clearR {
	clear :right;
}

.clearL {
	clear : left;
}

.right {
	float : right;
}

.left {
	float : left;
}

.center {
	text-align : center;
}

.left img {
	padding: 0 10px 10px 0;
}

.right img {
	padding: 0 0 10px 10px;
}

.hidden {
	display : none;
}

/* Klassen fır eine Grid-Einteilung (4 Spalten) der Seite in die angegebenen Maıe */

.onecol, .oneandhalfcol, .twocol, .twoandhalfcol, .threecol {
	float : left;
	clear : none;
	margin : 5px;
}
.post .onecol, .post .oneandhalfcol, .post .twocol, .post .twoandhalfcol, .post .threecol {
	float : left;
	clear : none;
	margin : 5px;
	padding : 0;
}
.onecol, .onecol textarea, .onecol input {
	width : 160px;
}
.onecolxl {
  width : 175px;
}
.oneandhalfcol, .oneandhalfcol textarea, .oneandhalfcol input {
	width : 250px;
}
.twocol, .twocol textarea, .twocol input{
	width : 350px;
}
.twocol select,.twocol  input[type="submit"],.twocol input[type="reset"],.twocol input.delete{
	width : 365px;
}
.twoandhalfcol, .twoandhalfcol textarea, .twoandhalfcol input {
	width : 450px;
}
.threecol, .threecol textarea, .threecol input {
	width : 540px;
}

/* Warnungen, Erfolgsnachrichten, Fehlernachrichten und Tipps, die auf der Seite ausgegeben werden kınnen */

.success, .error, .warning, .tip {
	border : 2px solid;
	padding : 15px;
	margin : 5px 5px 15px 5px
}

.success {
	background-color: #e6efc2;
	border-color: #c6d881;
}
.error {
	background-color: #fbe3e4;
	border-color: #fbc7c9;
}
.warning {
	background-color: #fff6bf;
	border-color: #fdd845;
}
.tip {
	background-color: #ddeeff;
	border-color: #85caf3;
}
.success p,
.error p,
.warning p,
.tip p {
	margin: 0;
	padding : 15px;
	background: no-repeat left center;
	
}
.success p strong,
.error p strong,
.warning p strong,
.tip p strong {
	margin-left: 40px;	
}
.success p {
	background-image: url(/images/icons/tick_circle.png);
}
.error p {
	background-image: url(/images/icons/cross_circle.png);
}
.warning p {
	background-image: url(/images/icons/exclamation.png);
}
.tip p {
	background: url(/images/icons/question.png) no-repeat left center;
}

/* Eine Tabbarnavigation, die horizontal liegt */

div.tabbar {
	clear:both;
	list-style:none;
	overflow: hidden;
}

div.tabbar ul {
	float : right;
	list-style:none;
	overflow: hidden;
	background : #fff;
	margin :0 5px;
}

div.tabbar li {
	float : left;
	margin : 5px;
}

div.tabbar li a {
	color : #333;
	display : block;
	padding : 7.5px;
	text-decoration : none;
	background :#fff;
}

div.tabbar li.selected a, div.tabbar li a:hover {
		background: #333 url(/images/alert-overlay.png) repeat-x; 
	color : #fff;
}

div.tabbar li:first-child a {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-bottom-left-radius : 5px;
	border-radius : 5px 0 0 5px;
}

div.tabbar li:last-child a {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}



/* Ein Listenmenı, das vertikal liegt */

ul.linkList {
	list-style-type : none;
	padding : 0;
	margin : 0;
	border-bottom : none;
}
.linkList li {
	border-bottom : 1px solid #333;
	margin : 0;
	padding : 0;
}
.linkList a {
	text-decoration : none;
	display : block;
	padding : 2px;
}
.linkList a:hover {
	text-decoration : none;
	color : #fff!important;
	background-color : #333;
}






/*########################UNNıTIGES; MUSS EINSORTIERT WERDEN!!!!!!##################*/





div.post .image {
	float : left;
	margin-bottom : 5px;
}
div.post .text {
	margin :5px;
	float:left;
	width : 210px;
}
div.post .text a {
	font-size:15px;
	font-weight:bold;
}
div.post .text h3 {
	font-size:15px;
	font-weight:bold;
}
div.post .teaser {
	float:right;
	width : 400px;
}
div.post .imagetitel {
	float:left;
	color:#aaa;
	margin:0;
	padding:5px;
	clear:left;
}

li.new .text, li.new .image {
	background : #dffddf!important;
}


ul#news li a{
text-decoration : none;
}

ul#news li{
padding : 5px;
border-bottom : 1px solid #888;
margin-bottom : 5px;
}
ul#news li:last-child{
border-bottom : none;
}
ul#news li.border{
background : #b4d2ee;
}

ul#news li a span.title {
text-decoration : underline;
}

ul#news li span.title {
font-size : 1.2em;
font-weight : bold;
}

ul#news li span.text {
float : none;
margin : 0;
font-size : 1em;
}


/* Breadcrumbs */		
#crumbs {
	height:2.3em;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin : 5px;
	background: #303030 url(/images/alert-overlay.png) repeat-x; 
	clear : both;
	text-transform: uppercase;
	}
#crumbs .right {
padding : 5px;
	text-transform: none;
	}
#crumbs li {
	float:left;
	line-height:2.2em;
	color:#fff;
font-weight : bold;
	background: #232323 url(/images/alert-overlay.png) repeat-x; 
padding : 0 10px;
margin-right : 5px;
	}	
#crumbs li {
-moz-border-radius :  4px;
	}
#crumbs li a, #crumbs li span.link {
	display:block;
	}	
#crumbs li span.link {
	color : #c0c0c0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#fff;
	text-decoration:none;
padding : 0;
margin : 0;
	}	
#crumbs li a:hover,
#crumbs li a:focus {	
text-decoration:underline;
}

/* Kollegium */	

#peoplelist .post {
float : left;
width :350px;
clear : none;
height : 100px;
}

#peoplelist .text{
width : 170px;
}

#peoplelist .title{
font-size: 15px;
font-weight: bold;
}

#peoplelist .text p a {
font-size:1em;
font-weight:normal;
display : inline;
} 

#peoplelist .teaser {
float : right;
width : 100px;
}



ul li.comment .image {
float:left;width:80px;padding:10px;background:#fff;
margin-bottom:10px;
margin-left : 5px;
 -moz-border-radius: 4px 0 0 4px;
 -moz-box-shadow: 2px 2px 3px #555;
-webkit-border-top-left-radius : 4px;
-webkit-border-bottom-left-radius : 4px;
 -webkit-box-shadow: 2px 2px 3px #555;
}

ul li.comment .text {
width:630px;float:right;background:#fff;padding: 10px 10px 5px 10px;margin-bottom : 15px;	
margin-right : 5px;
-moz-border-radius: 0 5px 5px 5px;
 -moz-box-shadow: 2px 2px 3px #555;
-webkit-border-top-right-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-webkit-border-bottom-left-radius : 5px;
 -webkit-box-shadow: 2px 2px 3px #555;
min-height : 100px;
}	

ul li.comment .permalink {
float:right;
font-size:18px;
color:#ccc;
text-decoration : none;
}


ul li.comment h3 {
background : none;
}



ul li.comment .buttons a {
text-decoration : none;
-moz-border-radius : 2px;
}

a.btn-delete {
color : #f00;
}
a.btn-delete:hover {
background : #f00 url(/images/alert-overlay.png) repeat-x; 
color : #fff;
}
a.btn-unapprove{
color : #fa0;
}
a.btn-unapprove:hover {
color : #fff;
background : #fa0 url(/images/alert-overlay.png) repeat-x; 
}
a.btn-approve{
color : #0a0;
}
a.btn-approve:hover {
color : #fff;
background : #0a0 url(/images/alert-overlay.png) repeat-x; 
}


a.btn-edit{
color : #a0a;
}
a.btn-edit:hover {
color : #fff;
background : #a0a url(/images/alert-overlay.png) repeat-x; 
}



#gallery .gallery {
width:175px;height:200px;float:left;margin : 5px 10px 5px 0;background:#fff;
}



.post, h1, h2, h3, h4, h5, h6, #crumbs, .sidebar, .success, .error, .warning, .tip, #subnav ul, #nav, input, select, textarea,iframe, #footer, .defaultSkin table.mceLayout, .round, .pages a, .pages b, .pages .titel, #gallery .gallery, ul.holder li.bit-box, div.tabbar ul, .album, .picinalbum  {
border-radius : 4px;
 -moz-border-radius: 4px;
 -moz-box-shadow: 1px 1px 3px #555;
-webkit-border-radius : 4px;
 -webkit-box-shadow: 1px 1px 3px #555;
}

#subnav, #subnav h1,#subnav h2,#subnav h3,#subnav h5,
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6,
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,
#fancy_inner h1,#fancy_inner h2,#fancy_inner h3,#fancy_inner h4,#fancy_inner h5,#fancy_inner h6,
li.comment h3,
.defaultSkin .mceIframeContainer iframe,
.comment input, .comment textarea{
border-radius : 0;
 -moz-border-radius: 0;
 -moz-box-shadow: none;
-webkit-border-top-left-radius : 0;
-webkit-border-bottom-left-radius : 0;
 -webkit-box-shadow: none;
}

/* Extraklassen fır das Buttonmenı, damit es direkt an dem .post dran sitzt*/
div.pinned-on-top {
margin-bottom : -5px;
}
div.pinned-on-top li {
margin-bottom : 0px;
}
div.pinned-on-top ul{
 -moz-border-radius: 5px 5px 0 0;
-webkit-border-bottom-left-radius : 0;
-webkit-border-bottom-right-radius : 0;
}
.with-pinned-menu  {
-moz-border-radius: 5px 0 5px 5px;
-webkit-border-top-right-radius : 0;
}


div.pinned-on-top li:first-child a {
-moz-border-radius: 5px 0 0 0;
-webkit-border-top-left-radius : 5px;
}
div.pinned-on-top li:last-child a {
-moz-border-radius: 0 5px 0 0;
-webkit-border-top-right-radius : 5px;
}

.share a {
float : left;
opacity : 0.6;
margin : 0 8px;
}
.share a:hover {
opacity : 1;
background : #fff;
}


#rundgang {
width : 400px;
height : 300px;
margin : 0 auto -300px auto;
position :relative;
}
#rundgang a {
position : relative;
display : none;
margin :0;
padding : 0;
}
#rundgang:hover a {
display : inline;
top : 10px;
left : 10px;
}


#rundgang a#top {
top : 10px;
}
#rundgang a#bottom {
top: 220px;
}

#rundgang a#left {
top : 60px;
left : -160px;
}

#rundgang a#right {
top : 30px;
left : 160px;
}

.teaserbox {
clear : both;
}

.teaserbox .image {
width : 100px;
}

.teaserbox .text p {
margin :0;
padding : 0;
width : 400px;
}

.teaserbox .text h2 {
font-size : 15px;
font-weight : bold;
border-bottom : 2px solid #4498C7;
color : #4498C7;
line-height : 0.75em;
margin : 0;
padding : 0 0 5px 0;
width : 400px;
}

.articlelist li img {
float : left;
}

.articlelist li .description {
width : 300px;
float : left;
margin-left : 10px;
}

.articlelist li .description a {
font-size : 15px;
font-weight : bold;
}

.articlelist li .description span {
float : left;
margin-top : 10px;
}

.articlelist li .teaser {
width : 350px;
float : right;
}
/* Warning for user of IE6 */
#ie6warning {
	display : none;
}
html.ie6 #ie6warning {
	display : block;
}

/* Tablesorter */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #444;
	font-size: 1em;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background : #333 url(/images/alert-overlay.png) repeat-x; 
	cursor: pointer;
	color : #fff;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border : 1px solid #bbb;
}
table.tablesorter tbody tr:nth-child(odd) td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background: #4498C7 url(/images/alert-overlay.png) repeat-x; 

}
table.tablesorter thead tr .headerSortDown {
	background: #4498C7 url(/images/alert-overlay.png) repeat-x; 

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
