/* screen.css for momentofpassion.com / Viviane de Farias
Version: 2007-08-23 by michaelschwarz.net 
Update: 2007-10-08
*/


* {
margin:0;padding:0;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

body
{
background:#B69B7D;
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:#00f;}


h1{
font-size:26px;
margin:20px 20px 0 20px;
}
h1.span{
font-size:18px;color:#ccc;
}
h2{
font-size:18px;
margin:20px 20px 10px 20px;
}
p{
font-size:14px;
margin:0 20px 10px 20px;
}
h3{
font-size:16px;
margin:0 20px;line-height:110%;
}

ol,ul{
margin:0 20px 10px 40px;
font-size:14px;
}

/* + + + + + + + + + + + + + + */
/* Layout: */


#theSite{
width:850px;margin:20px auto;
}
#contentMain{
background:#B0B29E url(../img/bg_bottom_big.gif) no-repeat 0 100%;
width:580px;float:left;
margin:0 10px 20px 0;padding:0 0 10px 0;
}
#contentAdditional{
background:#B0B29E url(../img/bg_bottom_small.gif) no-repeat 0 100%;
width:250px;float:right;
margin:0 0 20px 10px;padding:0 0 10px 0;
}

#contentMain img.cdcover{float:right;border:1px solid #ccc;margin:20px;}

#navMain{
background:#B0B29E url(../img/bg_navMain.gif) no-repeat 0 100%;
width:810px;height:30px;
margin:10px 0;padding:0 20px;
font-size:14px;
}
#navMain a{
background:#B0B29E;
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 a.aktiv{
background:#B0B29E;
color:#000;
}

