/* cascading style sheet for http://www.ricardahennig.de */
/* Philipp Hennig, December 2006. All rights reserved.   */

body{
/* background: #4f53a3; */
/* background: #ffffff url('../images/tanzpaar_bg.png') top center no-repeat fixed; */
/* background: #850000; */
background: #CCCCCC;
font-family: serif;
font: 1em arial, serif;
}

a{
color: #850000;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1{
font-size: 20px;
color: #850000;
}

h2{
font-size: 17px;
color: #850000;
}

h3{
font-size: 15px;
color: #850000;
}

h4{
font-size: 15px;
color: #850000;
}

#container{
/*left:50%;
position:absolute;
width:770px;
margin:10px 10px 10px -385px; */
width: 770px; 
padding: 0 20px; 
/* background: #beb5fd; */
/* background: #F5D18E; */
background: #FFFFFF;
margin: 10px auto;
}

#header{
 padding: 30px 0 0 0;
 letter-spacing: 5px;
 font-size: 40px;
 height: 50px;
 text-indent: 0px;
 font-family: Times, Times-New-Roman, serif; 
 font-style: italic;
 color: #850000;
 background: url(../images/tanzpaar_small.png) right no-repeat;
}

#navigation{
border-top: 3px double #850000;
border-bottom: 3px double #850000;
}

#main{
}

#footer{
border-top: 3px double #850000;
}

