*{
margin:0;
padding:0;
}
html, body{
font-family:tahoma,arial,verdana;
font-size:10pt;
color:#000;
}
html{
min-width:100%;
height:100%;
min-height:100%;
background: #FDA401;
background:url('../images/design/bg_head.jpg') top repeat-x;
}
body{
min-width:100%;
min-height:100%;
/*background:url('../images/design/bg_foot.jpg') bottom repeat-x;*/
}
/*Div um alles rum*/
#all{
width:974px;
height:100%;
margin:0 auto;
}

.logo{
	width:974px;
	height:40px;
	background:url('elite-mailer_logo_smalltrans.png');
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left: 10px;
}

.menu{
	width:700px;
	height:30px;
	text-align:right;
	padding-top: 20px;
	margin-left:250px;
}

.menu a{
	text-decoration:none;
	color:#F44200;
}

/*Header mit den Buttons un dem Login*/
#header{
margin-top:10px;
width:974px;
height:314px;
background:url('../images/design/header.gif');
}

.head_menu{
	height:77px;
	text-align:right;
	background:url('../images/design/head_bg.gif') left top no-repeat;
	padding-top: 230px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}


#header2{
margin-top:10px;
width:974px;
height:314px;
background:url('../images/design/header_logged.gif');
}

/*Mittelteil mit dem Navi und dem Content*/
/*Das .cont is um den Inhalt vom Rand weg zu bekommen.*/
#middle{
width:100%;
background:#fff;
}
#middle .cont
{
width:980px;
margin:0 auto;
}

/*Ab hier wird das Loginfeld zu rechtgerückt und umgestaltet*/
#headerlogin{
float:right;
width:300px;
height:140px;
}
#headerlogin form{
float:left;
width:140px;
height:100%;
}
#headerlogin form.user{
margin-left:-10px;
}
#headerlogin form a{
display:block;
float:left;
width:76px;
color:#fff;
font-size:7pt;
}
#headerlogin form a.anmelden{
font-size:9pt;
}
#headerlogin .username{
position:relative;
margin-top:42px;
width:135px;
height:20px;
background:none;
border:none;
}
#headerlogin .passwort{
position:relative;
margin-top:13px;
width:135px;
height:20px;
background:none;
border:none;
}
#headerlogin .submit{
float:right;
width:32px;
height:25px;
border:none;
background:none;
}
#headerlogin form.user .submit{
margin-right:31px;
margin-top:-9px;
}
#headerlogin form.sponsor .submit{
margin-right:32px;
margin-top:-9px;
}
#headerlogin .submit:hover, #headerlogin .submit:active{
background:url('../images/design/button_login_hover.png') no-repeat;
}
#headerkonto{
margin-top:200px;
float:right;
font-size:10pt;
font-weight:bold;
width:250px;
height:100px;
}

/*Ab hier die Buttons*/
#headbuttons{
position:relative;
left:21px;
top:173px;
width:830px;
height:45px;
}
#headbuttons menu{
list-style-type:none;
float:left;
}
#headbuttons menu li {
float:left;
display:inline-block;
height:38px;
width:127px;
margin:0 5px;
background:url('../images/design/head_button_normal.png') no-repeat;
text-align:center;
}
#headbuttons menu li:hover{
background:url('../images/design/head_button_hover.png') no-repeat;
}

#headbuttons menu li a{
display:block;
width:120px;
height:20px;
margin-top:10px;
color:#fff;
font-weight:bold;
text-decoration:none;
}


/*content */
#content{
width:560px;
float:left;
margin-left:20px;
margin-right:30px;
}
#content .head{
width:100%;
height:45px;
background:#fff;
}
#content .head h1{
position:relative;
top:17px;
font-size:11pt;
text-align:center;
}
#content .bgdiv{
width:100%;
height:100%;
background:#fff;
}
#content .cont{
width:580px;
padding:-20px 0;
margin:-10px auto;
}
#content .foot{
width:100%;
height:46px;
background:#fff;
}

/*Das Navi*/
#navi_left, #navi_right{
width:166px;
}
#navi_left{
float:left;
margin-left:2px;
}
#navi_right{
float:right;
margin-right:7px;
}
#navi_left .head, #navi_right .head{
width:100%;
height:40px;
}
#navi_left .head{
background:url('../images/design/nav_head_l.gif') no-repeat;
}
#navi_right .head{
background:url('../images/design/nav_head_r.gif') no-repeat;
}
#navi_left .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:10px;
margin-left:15px;
color: #fff;
}

#navi_right .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:10px;
margin-left:20px;
color: #fff;
}

#navi_left .bgdiv, #navi_right .bgdiv{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .bgdiv{
background:url('../images/design/nav_bg_l.png') repeat-y;
}
#navi_right .bgdiv{
background:url('../images/design/nav_bg_r.png') repeat-y;
}
#navi_left .cont_link, #navi_right .cont_link, #navi_left .cont_nolink, #navi_right .cont_nolink{
width:160px;
padding:10px 10px 0;
margin:0 auto;
}



/*Nav mit link*/
#navi_right .cont_link menu, #navi_left .cont_link menu{
font-weight:bold;
list-style-type:none;
}
#navi_left .cont_link menu{
margin-left:5px;
}
#navi_right .cont_link menu{
margin-left:9px;
}
.cont_link menu li{
padding-left:10px;
padding-top:5px;
}
#navi_left .cont_link menu li.top, #navi_right .cont_link menu li.top{
font-size:9pt;
height:21px;
background:url('../images/design/list_bg.gif') left center no-repeat; 
padding:7px 0px 0px 20px;
text-decoration:underline; 
line-height:1em;
}
#navi_left .cont_link menu li.mid, #navi_right .cont_link menu li.mid{
font-size:9pt;
height:23px;
background:url('../images/design/list_bg.gif') left center no-repeat; 
padding:8px 0 0px 20px;
text-decoration:underline; 
line-height:1em;
}
#navi_left .cont_link menu li.bot, #navi_right .cont_link menu li.bot{
font-size:9pt;
height:18px;
background:url('../images/design/list_bg.gif') left center no-repeat; 
padding:7px 0 0px 20px;
text-decoration:underline; 
line-height:1em;
}
#navi_left a, #navi_right a{
color:#000;
text-decoration:none;
}
#navi_left .foot_linked, #navi_right .foot_linked{
width:100%;
height:23px;
margin-bottom:10px;
}
#navi_left .foot_linked{
background:url('../images/design/nav_foot_lnk_l.png') no-repeat;
}
#navi_right .foot_linked{
background:url('../images/design/nav_foot_lnk_r.png') no-repeat;
}


/*Navi - Ohne Link*/
#navi_left .top_nolink, #navi_right .top_nolink{
width:100%;
height:19px;
/*background:url('../images/design/nav_top_nolink.png') no-repeat;*/
}
#navi_left .top_nolink{
margin-left:13px;
}
#navi_right .top_nolink{
margin-left:9px;
}
#navi_left .bgdiv_nolink, #navi_right .bgdiv_nolink{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .cont_nolink, #navi_right .cont_nolink{
font-size:8pt;
width:150px;
padding-left:15px;
/*background:url('../images/design/nav_middle_nolink.png') repeat-y;*/
}

#navi_left .cont_nolink_pic, #navi_right .cont_nolink_pic{
font-size:8pt;
width:150px;
padding-left:3px;
/*background:url('../images/design/nav_middle_nolink.png') repeat-y;*/
}

#navi_left .cont_nolink{
margin-left:13px;
}
#navi_right .cont_nolink{
margin-left:9px;
}

#navi_left .cont_nolink_pic{
margin-left:13px;
}
#navi_right .cont_nolink_pic{
margin-left:9px;
}
#navi_left .foot_nolink, #navi_right .foot_nolink{
width:100%;
height:19px;
}
#navi_left .foot_nolink{
background:url('../images/design/nav_foot_nolink_l.png') no-repeat;
}
#navi_right .foot_nolink{
background:url('../images/design/nav_foot_nolink_r.png') no-repeat;
}

/*Der Footer*/
#footer{
width:100%;
height:115px;
background: url('../images/design/footer.png') no-repeat #fff;
}
#footleft{
margin-top:20px;
margin-left:10px;
font-weight:bold;
float:left;
color:#4747470;
}
#footright{
margin-top:20px;
margin-right:10px;
font-weight:bold;
float:right;
color:#4747470;
}
#footleft a, #footright a{
color:#4747470;
text-weight:bold;
text-decoration:none;
}
.clear{clear:both;}

/*Startseite */
.block{display:block;}
.top_indent_5px{margin-top:5px; display:block;}
.top_indent_10px{margin-top:10px; display:block;}
.top_indent_15px{margin-top:15px; display:block;}
.top_indent_20px{margin-top:20px; display:block;}
.top_indent_25px{margin-top:25px; display:block;}
.container{width:100%; overflow:hidden; background-color:#FFF}
.line_x{height:1px; font-size:0; background:url(images/line_x.gif) left top repeat-x; margin:30px 0 21px 0;}

.pic_float{margin-right:3px; float:left;}
.pic_float_2{margin-right:3px; float:right;}
.col_2{float:left;}
