/* CSS-Document

author: 	Marion Lustig, Mediendesignerin
web: 		www.lustigonline.de

Colors:

red: #e7341a
gold: #f5a416
orange: #f97d0d


*/


html, body{ 
min-height: 101%; 
margin: 0px;
padding: 0pt;
background: url(imports/bg-pattern.jpg) repeat #034883;
}

/* mouse over*/
	a  { color: #e7341a; text-decoration: none; }
	a:hover { color: #f97d0d; text-decoration: underline; }

#container {
    width: 720px;
    position:absolute;
    left: 50%;
    top: 2%;
    margin: 0 0 0 -360;
    }
    
#menu {
   color: #e7341a; text-decoration: none; text-align: center;
    }
    
#menu a{
   color: #e7341a; text-decoration: none; text-align: center;
    }
#menu a:hover {color: #f5a416; font-weight: bold; text-align: center;}
    
    
#language {
   color: #fff; text-decoration: none;
    }
#language a{
   color: #e7341a; text-decoration: none;
    }
    
#language a:hover{
   color: #e7341a; text-decoration: underline;
    }
    
#content {
   background: url(imports/content-pattern.jpg) bottom repeat-x #ffffff;
    }
    
#termine {
	background: white;
	border: 2px dotted #f5a416;
    text-align: center;
}

