/**
* style.css
* www.filmwettbewerb-potsdam.de
* @author Arthur Kaiser
* @version 0.1 02/11/2006
*/

/*Schrift*/
h1,h2,h3,h4,p,ul,ol,li,div,td,th,b,i {font-family:Arial,sans-serif; }

h1 { font-size:32px; margin-bottom:18px; }

h2 { font-size:26px; margin-bottom:18px; }

h3 { font-size:21px; }

h4 { font-size:13px; }

li { margin-top:3px; }

/*p,ul,ol,div,td,th,b,i {font-size:32px;}*/

a { font-size:16px; }

/*/Schrift*/

body,td,th {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px
}
body {
	background-color:#c76137; /*#CBD4DF;*/
	
}


a:link { color:#FFFFFF; text-decoration:none; }/*97BBCA*/

a:visited { color:#444455; text-decoration:none; }/*9AB9C6*/

a:active { color:#333366; text-decoration:none; }


a:hover { color:#26024B; text-decoration:none; }


/*################################### INHALT ############################################### */


.seite {
	background-color:#FFFFFF;
}

.hintergrund {
	
	background-image:url(img/hintergrund-rothell2.gif);
	background-repeat:repeat-y; 
	background-attachment:scroll !important; 
	background-attachment:fixed; 
	margin-left:114px;
	min-height:900px;
	overflow:hidden;
	border:0; 
}

.randlinks {
	position:absolute;
		
	top:0px;
	left:0px;
	background-image: url(img/randlinks.gif);
	background-repeat:repeat-y; 
	width:100%;
	border:0;
}

#ueberschrift {
	position:relative;
	
	margin:auto;
		
	top:10px;
	left:50px;
	width:100%;
	font-size: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menue {
	
	position:relative;
	margin-left:50px;
	
	width:90%;
	top:0px;
	/*left:50px;*/
	text-align:center; 
	font-weight: bold;
}

#inhalt {
	
	position:relative;
	margin-left:50px;
		
	top:0px;
	left:50px;
	width:80%;
	max-width:980px;
	text-align:center; 
	border:solid;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer {
	
	position:relative;
	margin:left;
		
	top:0px;
	left:50px;
	width:80%;
	 
	
}

#sponsoren {
	position:relative;
	margin:auto;
	top:0px;
	text-align:center; 
	background-color:#FFFFFF; 
	width:400px;

}


