@charset "iso-8859-1";

.div_topBack {
	z-index: 1;
	visibility: visible;
	background-color: #E5E5E5;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: auto;
}
.div_container {
	width: 100%;
	height: auto;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 30px;
	vertical-align: top;
}

.borderRight {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/back_right_27x2.png');
	width: 27px;
	height: auto;
	}
.borderRight[class] {
	background-image: url(../images/back_right_27x2.png);
	}	
.borderLeft {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/back_left_27x2.png');
	width: 27px;
	height: auto;
	}
.borderLeft[class] {
	background-image: url(../images/back_left_27x2.png);
	}
.OndrejPersonalHead {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/ondrej_personal/OndrejIndexHead_1042x169.png');
	width: 1042px;
	height: 169px;
	}
.OndrejPersonalHead[class] {
	background-image: url(../images/ov_personal/OndrejIndexHead_1042x169.png);
	}
.OlgaPersonalHead {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/olga_personal/OlgaIndexHead_1042x169.png');
	width: 1042px;
	height: 169px;
	}
.OlgaPersonalHead[class] {
	background-image: url(../images/olga_personal/OlgaIndexHead_1042x169.png);
	}
.AntonPersonalHead {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/anton_personal/AntonIndexHead_1042x169.png');
	width: 1042px;
	height: 169px;
	}
.AntonPersonalHead[class] {
	background-image: url(../images/anton_personal/AntonIndexHead_1042x169.png);
	}	
.mainHead {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/indexHead.png');
	width: 1042px;
	height: 150px;
	}
.mainHead[class] {
	background-image: url(../images/indexHead.png);
	}	
.mainFoot {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/indexFoot.png');
	width: 1042px;
	height: 59px;
	}
.mainFoot[class] {
	background-image: url(../images/indexFoot.png);
	}	

.div_MadeBy {
	float: left;
	position:relative;
	left: 230px;
	top:60px;
	width:370px;
	height:35px;
	z-index:3;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.div_MadeByOlga {
	position:relative;
	left:240px;
	top:60px;
	width:370px;
	height:35px;
	z-index:3;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B5D1DF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.div_MadeByAnton {
	position:relative;
	left:240px;
	top:60px;
	width:370px;
	height:35px;
	z-index:3;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #AFD1C7;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a {
	text-decoration: none;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#blog_container {
	width: 509px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.buttonGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	height: 20px;
	width: 74px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: none;
	font-style: normal;
	color: #666666;
	font-weight: bold;
  }
  
a.tooltip:hover {
	color: #990066;
	background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 200px;
	z-index: 100;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 2px;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}
.mumbojumbo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 4px;
	width: 100%;
	display: compact;
}


.inputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EAEAEA;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.inputFieldRequired {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FF6633;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.inputFieldRequired2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FF6633;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20%;
}
.buttonGreySmal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	height: 12px;
	width: 35px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
.div_testNew {
	width: 339px;

}
hr {
	color: #999999;
	height: 1px;
	border: 0px;
}
