/* screen.css for pilates-potsdam.de
Version: 2009-07-24 by michaelschwarz.net 
update: 2011-05-31
*/


* {
margin:0;padding:0;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

body
{
background:#2E0A05;
font-size:100.01%;line-height:140%;
}

img{display:block;border:0;}
strong {font-weight:bold;}
.clearBoth{clear:both;}
.floatRight{float:right;}

table{border-collapse:collapse;}
table tr td{vertical-align:top;}

acronym{border-bottom:1px dotted;}

a{color:#000;}
a:hover,a:focus{color:#2E0A05;}

em {font-style: normal;}


h1{
font-size:26px;
margin:20px 20px 20px 20px;
}

h2{
font-size:18px;
margin:20px 20px 5px 20px;
}
p{
font-size:14px;
margin:0 20px 10px 20px;
}
p.footer{
font-size: 11px;line-height: 110%;
margin:0 20px;
padding-top: 8px;
border-top: 1px dotted #2E0A05;
}
p.impressum{
	font-size: 11px;line-height: 110%;
color: #2E0A05;
margin:40px 20px 8px 20px;
}

h3{
font-size:16px;
margin:20px 20px 5px 20px;line-height:110%;
}

ol,ul{
margin:0 20px 10px 40px;
font-size:14px;
}

/* + + + + + + + + + + + + + + */
/* Layout: */


#theSite{
width:850px;margin:20px auto;
}


#contentMain,
#contentAdditional{
background-color:#C38C4B;
float:left;
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius:10px;
}

#contentMain{
width:580px;
margin:0 5px 20px 0;padding:0 0 10px 0;
}
#contentAdditional{
width:260px;
margin:0 0 20px 5px;padding:0 0 5px 0;
}



#contentAdditional table{
margin:0 5px 5px 20px;
}
#contentAdditional table td{
font-size:14px;
padding: 0 5px 1px 0
}


#navMain {
background:#C38C4B;
width:830px;height:30px;
margin:10px 0;padding:0 10px;
font-size:14px;
-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius:10px;
-moz-border-radius-topright: 10px; -webkit-border-top-right-radius:10px;
}
#navMain ul {
list-style-type: none;
margin: 0;
}
#navMain ul li {
float: left;
}
#navMain a {
background:#C38C4B;
line-height:30px;
margin:0 10px 0 0;padding:0 10px;
text-transform:uppercase;text-decoration:none;font-weight:bold;
color:#fff;
}

#navMain a:hover,
#navMain a:focus,
#navMain ul li span.menu_current a {
background:#C38C4B;
color:#000;
}


