/* =================================================================
             www.kinogewinnspiel.de - CSS Document 
===================================================================*/

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	background: url(../images/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#402b03;
	background-color:#430101;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;

}

p {
	line-height:20px;
	padding-bottom:10px;

}

/* =================================================================
             www.kinogewinnspiel.de - DIV Settings
===================================================================*/

#container {
	width:1100px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_container.jpg) no-repeat;
}

#wrapper {
	width:700px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) repeat-y;
}

#header {
	width:700px;
	height:236px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#main {
	width:700px;
	min-height:400px;
	background:url(../images/bg_main.jpg) no-repeat;
}

*html #main {
	/*height:400px;*/
}

#navi {
	width:265px;
	height:auto;
	float:left;
	padding:0 0 0 0;
}

#content {
	width:414px;
	height:auto;
	float:right;
	padding:44px 13px 20px 0;
	

}

#contenttharuka {
	width:414px;
	padding-left:40px;
	padding-top:40px;
	padding-right:20px;
	padding-bottom:200px;
	

}


#footer {
	clear:both;
	position:relative;
	width:700px;
	height:95px;
	background:url(../images/bg_footer.jpg) no-repeat;	
}

#bottom {
	clear:both;
	position:relative;
	width:100%;
	height:89px;
	background:url(../images/bg_bottom.jpg) repeat-x;
}

#bottom_content {
	position:relative;
	width:700px;
	height:89px;
	margin:0 auto;
}

#popcorn {
	width:282px;
	height:340px;
	position:absolute;
	background:url(../images/bild_popcorn.gif) no-repeat;
	left: -40px;
	top: -258px;
}

#sponsoren {
	width:100%px;
	height:80px;
	border:solid 1px #d49c3b;
	background-color:#f6f4ee;
}


/* =================================================================
             www.kinogewinnspiel.de - Other Settings
===================================================================*/
.red {
	color:#440203;
	font-weight:bold;
}


.adportum {
	float:right;
	padding-right:130px;
}

.logo_kinogewinnspiel {
	padding:49px 0 0 0;
}

#content a {
	text-decoration:underline;
	color:#390101;
	font-weight:bold;
}

h1#title_startseite {
	width:414px;
	height:171px;
	text-indent:-6000px;
	font-size:14px;
	background:url(../images/title_startseite.gif) no-repeat;
	
}

#content h1#title_gewinner {
	width:101px;
	height:27px;
	text-indent:-5000px;
	background:url(../images/gewinner.gif) no-repeat;
	margin-bottom:10px;
}

#content h1#title_kontakt{
	width:81px;
	height:27px;
	text-indent:-5000px;
	background:url(../images/kontakt.gif) no-repeat;
	margin-bottom:10px;
}

#content h1#title_agb{
	width:110px;
	height:27px;
	text-indent:-5000px;
	background:url(../images/agb.gif) no-repeat;
	margin-bottom:10px;
}

#content h1#title_impressum{
	width:110px;
	height:27px;
	text-indent:-5000px;
	background:url(../images/impressum.gif) no-repeat;
	margin-bottom:10px;
}

#content h1#title_datenschutz{
	width:116px;
	height:27px;
	text-indent:-5000px;
	background: url(../images/datenschutz.gif) no-repeat;
	margin-bottom:10px;
}


#content h1#title_landing01{
	width:150px;
	height:27px;
	text-indent:-5000px;
	background: url(../images/landing_01.gif) no-repeat;
	margin-bottom:10px;
}

#content h1#title_landing02{
	width:392px;
	height:59px;
	text-indent:-5000px;
	background: url(../images/anmeldeseite.gif) no-repeat;
	margin-bottom:10px;
}
#content h1#title_danke{
	width:252px;
	height:57px;
	text-indent:-5000px;
	background: url(../images/danke.gif) no-repeat;
	margin-bottom:10px;
}

h1#agb {
	font-size:16px;
	color:#440203;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	margin-bottom:10px;
	
}


#content ul {
	list-style-type:none;
}

#content ul ul li{
	list-style-type:none;
	padding-left:10px;
}

/* ====================================================================
				CLEARFIX Settings
======================================================================= */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
