/* 
Infarkt-Test Stylesheet
Copyrights brizk design
Created: 04.05.2007
*/

/* Basic ######################################################### */

body {
	background:#fffaa7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 0;
	color: #000;
	line-height: 1.4em;
	}

body.popup {
	background:#ffffff;
	margin:0;
	padding:0;
	text-align:left;
	}	
	
div.wrap {
	margin: 40px auto 0 auto;
	padding: 5px 0;
	width: 675px;
	text-align:left;
	background:#FFFFFF;
	}

div.bluebar {
	background:#477faf;
	height:10px;
	margin:0 5px;
	}	
	
div.bluebartext {
	background:#477faf;
	margin:0 5px;
	padding:8px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.3em;
	}	
	
div.header {
	background:url(../pix/image.jpg) 0 5px no-repeat;
	position:relative;
	height:225px;
	}

.footer {
	width:675px;
	margin: 10px auto;
	color:#999664;
	}

.padding30 {
	padding:30px;
	}		

.padding20 {
	padding:20px;
	}		
	
div.header img{
	position:absolute;
	top:-35px;
	left:128px;
	}
	
div.button {
	text-align:center;
	padding:30px 0;
	}	

div.popup-head {
	background:#477faf;
	padding:10px;
	color:#FFFFFF;
	font-size:1.5em;
	}

div.popup-foot {
	background:#477faf;
	padding:10px;
	color:#FFFFFF;
	}
		
div.page {
	width:85px;
	color:#dbeeff;
	font-size:0.6em;
	font-weight:bold;
	padding-top:3px;
	float:right;
	}	
	
div.frage {
	background:#fffaa7;
	padding:8px;
	margin-top:10px;
	border-top:1px solid #999664;
	}	
		
p.ergebnis {
	padding:10px 0;
	border-top:5px solid #e3e3e3;
	border-bottom:5px solid #e3e3e3;	
	}
	
/* Headlines ######################################################### */		
	
h1 {
	font-size:1.6em;
	padding:0;
	line-height:1em;
	margin: 0;
	letter-spacing:-1px;
	font-weight:normal;
	}	
	
h2 {
	font-size:1.3em;
	padding:0 0 3px 0;
	line-height:1em;
	margin:0;
	font-weight:bold;
	}
        	
/* Schriften ######################################################### */
.red{
color:red;
}
.orange{
color:orange;
}
.green{
color:green;
}	
/* Links ######################################################### */	

a:link,  a:visited {color:#e40033; text-decoration:underline}
a:active, a:hover {color:#000; text-decoration:underline}	

.white a:link, .white a:visited {color:#FFFFFF; text-decoration:none; font-weight:bold;}
.white a:active, .white a:hover {color:#FFFFFF; text-decoration:underline}

.footer a:link, .footer a:visited {color:#999664; text-decoration:underline; font-weight:bold;}
.footer a:active, .footer a:hover {color:#616158; text-decoration:underline}


/* Lists ######################################################### */

ul.blank {
	margin:0;
	padding:15px;
	list-style-type:none;
	}
#weiter_informationen{
margin:0px;
}
#weiter_informationen a{
        text-decoration:none;
        color:#000000;
}
#weiter_informationen a:hover{
        text-decoration:underline;
        color:#000000;
}
/* Forms ######################################################### */

form {
	margin:0;
	padding:0;
	}

input.short {
	width:40px;
	}	

input.submit {
	padding: 0.25em 2em;
	color: #FFFFFF;
	font-weight:bold;
	cursor:pointer;
	background:#72b947;
	font-size:1em;
	border:1px solid #397713;
	font-family:Arial, Helvetica, sans-serif;
}



/* Images ######################################################### */

img {
	border:0;
	}	



/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.noShow{
display:none;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
	}

.float-right {
	float:right;
	}	

.clear {
	clear:both;
	}	

