
#header {
    background: url(images/logo.jpg) top left no-repeat;
}

#mitte {
	 background: url(images/mitte.jpg) no-repeat;
	 background-color: white;
}	 
#ajaxToolTip{
	position:fixed;	
	display:none;
}

#ajaxToolTipOuter{
	padding:0;
	margin:0;
	float:right;
	margin-left:-19px;
}

#ajaxToolTipTop{
	width:282px;
	height:27px;
	background-image: url(images/balloonTop.png);	
}

#ajaxToolTipBottom{
	width:282px;
	height:80px;
	background-image: url(images/balloonBottom.png);
	background-color:transparent;
}

#ajaxToolTipContent{
	width:240px;
	color:#000000; 
	font-size:12px; 
	text-align:left; 
	padding-left:30px;
	padding-right:10px;
	background-image: url(images/balloonMiddle.png);
	background-repeat:repeat-y;
	background-color:transparent;
}

#ajaxToolTipArrow{
	width:62px;
	height:70px;
	background-image: url(images/balloonArrow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	z-index:1000;
}

p.ajaxLegend{
	font-family:Georgia,"Times New Roman",serif;
	font-weight: bold;
	font-size: 18px;
}

#ajaxDlgHeader{
	margin:0; 
	width:100%; 
	height:25px; 
	background-color: #f6f6f6;
	border:1px solid #ff6600;
	border-left-width:0px;
	border-right-width:0px;
	font-size:20px;
	text-indent: 10px;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",serif;
}

#ajaxDlgContent{
	font-family:Georgia,"Times New Roman",serif;
	padding:10px;
}

#ajaxDlgContent p div{
	font-family:Georgia,"Times New Roman",serif;
}

.ajaxInput{
	background-image: url(images/ajaxInput.png);
	height:69px;
	width: 367px;
	display:block;
}

.ajaxInput input{
	height:22px;
	width:346px;
	margin-left:2px;
	margin-top: 20px;
	font-size:18px;
	border:none;
	background-color:transparent;
}

#ajaxContentLeft{
	float: left;
	width:60%;
	height:370px;
}

#ajaxContentRight{
	float: left;
	padding-top: 20px;
	padding-left:5px;
	border: 0px dotted #ff6600;
	border-left-width: 1px;
	width:30%;
	margin-left:5%;
	height: 360px;
}

.steps
{
	margin-bottom: 		2px !important;
	padding-bottom: 	0px !important;
}
