/*  
Theme Name: drehbuch-sh
Theme URI: 
Description: 
Version: 
Author: Remigi Illi
Author URI: 
*/
body{
	margin:0px;
    width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#053351;	
    background-color:#E4EEFA;
}
a:link, a:visited{
    text-decoration:none;
    color:#053351;	
}
a:focus, a:hover, a:active{
    text-decoration:underline;
    color:#053351;	
}
#top{ 
    min-width:1000px;  
	background:url(img/bg-top.gif) repeat-x;
	height:118px;
}
#middle{       
	margin:0px auto;
	width:1000px;
}
#white{
    min-width:1000px;        
    background-color:#FFFFFF;
}
#bottom{
    min-width:1000px;
	background:url(img/bg-bottom.gif) repeat-x;   
	height:161px;
}
#l{
	width:470px;
	float:left;
}
#r{
	width:430px;
	float:right;
}
#logo{
	float:left;
	margin-top:20px;
	vertical-align:bottom;
}
.text{
	float:right;
	margin-top:20px;
	margin-left:5px;
	width:260px;
}
.content{
    width:800px;
    margin:0px auto;
    padding-top:20px;
}
.center{
	padding-bottom:10px;
	text-align:center;	
}
h1, h2{	
	font-size:32px;
	font-weight:normal;
	margin:0px;
}
p{
	font-size:14px;
}
.foot{
	margin:0px auto;
	font-size:16px;
	width:1000px;
	color:#417d98;
}
.foot a:link, .foot a:visited{
	text-decoration:none;
	color:#417d98;
	margin-left:45px;	
}
.foot a:hover, .foot a:focus, .foot a:active{
	text-decoration:underline;
	color:#417d98;
}
td{
	width:140px;
	text-align:center;
	font-size:16px;
}
td img{
    border:0px;
 	margin:2px;
}