body {

}
.logo {
	height: 150px;
	width: 199px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.menubg {
	height: 100%;
	width: 215px;
	background-image: url(../images/headerHolder_bg.jpg);
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -108px;
	z-index: 20;
	position: absolute;
	left: 50%;
	margin-left: -107px;
}
.menubgcontent {
	height: 100%;
	width: 215px;
	background-image: url(../images/headerHolder_bg.jpg);
	background-repeat: repeat-y;
	margin-left: -108px;
	z-index: 20;
	position: absolute;
	margin-left: 50px;
	left: 3px;
}
.languagediv {
	line-height: 20px;
	height: 20px;
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
.languagediv a{
	line-height: 20px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.languagediv a:hover{
	line-height: 20px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

.menul {
	width: 150px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.contentpad {
	height: 400px;
	width: 700px;
	background-image: url(../images/contentPad2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 300px;
	top: 18%;
}
.content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	position: relative;
	height: 356px;
	width: 686px;
	margin-top: 14px;
}
.textleft {
	height: 265px;
	width: 275px;
	float: left;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
}
.textright {
	height: 265px;
	width: 305px;
	float: right;
	padding-top: 50px;
	padding-right: 20px;
	text-align: center;
}
h1 {
	font-family: 'didact_gothicmedium', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #C9141D;
	text-decoration: none;
	display: block;
	float: left;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
}

.standartp {
	font-family: 'didact_gothicmedium', sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
}



.menul li{
	width: 100%;
	text-align: center;
	background-image: url(../images/middle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menul li a{
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #FFF;
	font-family: 'didact_gothicmedium', sans-serif;
	font-size: 16px;
}
.menul li a:hover{
	color: #000;
}
.footer {
	font-family: 'didact_gothicmedium', sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	width: 150px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 40px;
	background-image: url(../images/footer_zigzag.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
