/* Oliver Kyr
Start 05. Februar 2010
Letzte Aenderung 18. Februar 2010
(C) Hannes Löhrmann (2010)
*/

/* Wichtige Farben
Braun: #534741
Beige: #C6B198
Grau: #666
Dunkelgrau: #1A1716
*/

/* Allgemeines */
p{
 margin:25px 25px 25px 25px;
 color:#222;
 font-size: 1.2em;
 }
.short{
 margin: 25px 25px 0 25px;	
}
h1{
 margin:25px 25px 5px 25px;
 font-weight: bold;
 font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
 border-bottom: 1px dotted #1A1716;
}
em{
 font-style: oblique;
}
a, a:active, a:visited{
 text-decoration: none;
 background-color: #FFF;
 color:#888;	
}
a:hover{
 text-decoration:underline;
 color:#1A1716;
} 
.nom{
 font-size: 1.0em !important;
 margin: 0 0 0 40px;
}
#nav ul{
 padding: 30px 0 0 0;
}
#nav ul li {
 display: inline;
 list-style: none;
 padding: 0 30px 0 30px;
}
#nav a, #nav a:visited, #nav a:active, #subnav a, #subnav a:visited, #subnav a:active{
 background-color: #C6B198;
 color:#1A1716;
 text-decoration:none;	
}
#nav a:hover, #subnav a:hover{
 background-color: #C6B198;
 color:#FFF;
}
#footer a,#footer a:active,#footer a:visited{
 background-color: transparent;
 text-decoration: none;
 color:#CCC;	
}
#footer a:hover{
 text-decoration:underline;
} 
.active{
 background-color: #C6B198;
 color:#FFF !important;
}
.no-line{
 margin:0 0 0 25px;
 font-style: oblique;
}
img{
 padding: 0 0 0 6px;
 border-style:none;
}
.imgmain{
 padding:2px;
 margin-left:10px;
 border: 1px dotted #1A1716;
 float:right;
}

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

/* Wrapbereich */ 
#wrapper{ 
 width:900px;
 height:100%;
 margin-left:auto; 
 margin-right:auto;
 margin-top: 50px;
}

/* Navigation */ 
#nav{
 position:relative;
 height:50px;
 width:900px; 
 background: url(gfx/tp.jpg) no-repeat #1A1716;
 font-size:10pt;
 font-family: Garamond, Georgia serif;
 font-variant:small-caps;
 text-align: center;
 color:#534741;
 font-weight: bold;
 letter-spacing: 1px;
} 


/* Content */ 
#content{
 width:900px;
 height: 434px; 
 float:left;
 background: #FFF url(gfx/cntr.jpg) repeat-y;
 color:#000;
 padding: 0;
}
#content_left{
 width:406px; 
 float:left;
}
#content_right{
 width:484px; 
 height: 434px; 
 float:right;
 overflow: auto; 
}

/* Fußzeile */
#footer{
 position:relative;
 height:50px;
 width:900px; 
 clear:both;
 background: url(gfx/bttm.jpg) no-repeat;
 font-family: Garamond, Georgia serif;
 text-align: center;
 letter-spacing: 1px;
 text-align: left;
 font-weight: bold;
 padding: 10px 0 0 30px;
} 

/* Fußzeile alt 
#footer{
 width:900px; 
 clear:both;
 background-color: #534741;
 color:#CCC;
 font-family: Garamond, Georgia serif;
 font-weight: bold;
 letter-spacing: 1px;
 text-align: left;
 padding: 0 0 0 30px;
} 
*/

 
