/* Red Iguana Pictures
Start 06. Januar 2010
Letzte Aenderung am 11. Januar 2010
(C) Hannes Löhrmann (2010)
*/

/* Wichtige Farben
Rot: #B51621
*/

/* Allgemeines */
p{
 margin:0 0 15px 0;
 background-color: #FFF;
 color: #373737;
 font-size: 1.3em;
 line-height: 1.5em;
 }
h2{
 margin: 0 0 15px 0;
 font-weight: bold;
 font-family: Georgia, Garamond, serif;
 border-bottom: 1px dotted #b51621;
}
span{
 display:inline;
 color:#b51621;
 background-color: #FFF;
 font-size: 1.0em;
}
.no-line{
 margin:0 0 0 30px;	
}
.date{
 font-weight: bold;
 font-family: Georgia, Garamond, serif;
 font-size: 1.5em;
 background-color: #FFF;
 color:#000;
 border-left: 1px dotted #b51621;
 border-right: 1px dotted #b51621;
}
a, a:active, a:visited{
 text-decoration: none;
 background-color: #FFF;
 color:#b51621;	
}
a:hover{
 text-decoration:underline;
}
#sidebar a, #sidebar a:active, #sidebar a:visited{
 text-decoration: none;
 background-color: #FFF;
 color:#000;
}
#sidebar a:hover{
 color:#b51621;
 background-color: #FFF;
}
#main a, #main a:active, #main a:visited{
 text-decoration: none;
 background-color: #FFF;
 color:#000;
}
#main a:hover{
 color:#b51621;
 background-color: #FFF;
}
#nav ul{
 padding: 15px 0 0 0;
}
#nav ul li {
 display: inline;
 list-style: none;
}
#nav a, #nav a:visited, #nav a:active{
 background-color: #FFF;
 color:#000;
 text-decoration:none;	
}
#nav a:hover{
 background-color: #FFF;
 color:#B51621;
}
.active{
 background-color: #FFF;
 color:#b51621 !important;
}
#content_left img{
 border: 1px solid #b51621;
 margin-left: 20px;
}
#content_left_team img{
 border: 1px solid #b51621;
 margin-left: 20px;
}

/* Boooooooooooody */
html, body{ 
 font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
 font-size: 80%;
 margin:0; 
 padding:0; 
 text-align:left;
 background-color:#FFF;
 color:#000;
} 

/* Startseite */
#main{ 
 width:500px;
 height:100%;
 margin-left:auto; 
 margin-right:auto;
 margin-top: 18%;
 text-align:center;
}

/* Wrapbereich */ 
#wrapper{ 
 width:1000px;
 height:100%;
 margin-left:auto; 
 margin-right:auto;
 margin-top: 25px;
 padding-right: 150px;
}

/* Headerbereich */ 
#header{
 position:relative; 
 height:75px; 
 width:850px; 
 margin-left:150px;
 margin-bottom:15px;
 text-align:center;
 background-color:#FFF;
 color:#000;
}

/* Navigation */ 
#nav{
 position:relative;
 height:50px;
 width:850px; 
 margin-left:150px;
 background: url(gfx/dots.jpg) repeat-x #FFF;
 font-size:13pt;
 font-family: Georgia, Garamond, serif;
 text-align: center;
 color:#b51621;
} 

/* Sidebar */
#sidebar{
 width:150px;
/* height:600px; */
 float:left;
 margin-top:40px;
 color:#000;
 background-color:#FFF;
 text-align:center;
}

/* Content */ 
#content{
 width:850px; 
 float:right;
 margin-top:40px;
 margin-bottom:40px;
}
#content_left{
 width:400px; 
 float:left;
 background-color:#FFF;
 color:#000;
}
#content_right{
 width:450px; 
 float:right;
 background-color:#FFF;
 color:#000;
}
#content_left_team{
 width:200px; 
 float:left;
 background-color:#FFF;
 color:#000;
}
#content_right_team{
 width:650px; 
 float:right;
 background-color:#FFF;
 color:#000;
} 

/* Fußzeile */
#footer{
 height:50px;
 width:850px; 
 margin-left:150px; 
 clear:both;
 background: url(gfx/dots_f.jpg) repeat-x #FFF;
 color:#b51621;
 text-align: right;
 padding-top:8px;
} 


 
