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

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	background: url(../images/bg_body.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#45bddc;
}

p {
	line-height:18px;
	padding-bottom:20px;
	
}

/* =================================================================
             www.urlaubsverlosung.de - DIV Settings
===================================================================*/
#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.gif) repeat-y;
	
}

#top {
	width:900px;
	height:128px;
	background:url(../images/bg_top.jpg) no-repeat;
}

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

#menu {
	width:418px;
	float:right;
	padding-top:50px;
	padding-right:72px;
}

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

* html #main {
	height:400px;	
}

#right_area {
	width:315px;
	height:335px;
	background:url(../images/bg_right.jpg) no-repeat;
	float:right;
	position:relative;
	padding-right:20px;
}

.teaser {
	position:absolute;
	left: 100px;
	top: -102px;
}

#content {
	width:510px;
	height:auto;
	float:left;
	padding:30px 0 0 52px;
}

#content a {
	color:#217b92;
	text-decoration:none;
}

#content a:hover {
	color:#b63c93;
	text-decoration:none;
}

#content_umfrage {
	width:765px;
	height:auto;
	float:left;
	padding:50px 0 0 52px;
}


#bottom {
	clear:both;
	width:900px;
	height:125px;
	background:url(../images/bg_footer.gif) no-repeat;	
}

#footer {
	width:150px;
	height:30px;
	padding-top:98px;
	color:#053958;
	text-align:center;
}

#footer a {
	font-size:11px;
	color:#49bfde;
	text-decoration:none;
}

#footer a:hover {
	font-size:11px;
	color:#fff;
}




/* =================================================================
             www.urlaubsverlosung.de - Menu Settings
===================================================================*/

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

#menu li {
	display:inline;	
	padding:0 10px 0 10px;
}

#menu li a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
}

#menu li a:hover {
	color:#f2b433;
}

#menu li.aktiv a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#f2b433;
}

/* =================================================================
             www.urlaubsverlosung.de - Other Settings
===================================================================*/

.button_teilnahme {
	width:380px;
	height:49px;
	display:block;
	text-indent:-99999px;
	background:url(../images/button.gif) no-repeat;	
}

.button_teilnahme:hover {
	background:url(../images/button.gif) 0 -49px no-repeat;	
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#b63c93;
	margin-bottom:10px;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#217b92;
	margin-bottom: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 */

