html {
	/*background: url(images/bg_04.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

body{
	font-family: "Century Gothic";
	/*background-color: #30425a;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	font-size: 16px;
	color: black;
}
/*body.layout1 {background-image: url(images/bg_03.jpg);}*/
body.layout2 {background-image: url(images/bg_02.jpg);}

.container {
	width: 1000px;
	margin: 0 auto;
}

#menu {
	position: fixed;
	z-index: 2;
	width: 100%;
	background-color: #30425A;
	font-size: 21px;
	text-align: right;	
}
#menu a.menuitem {
	display: inline-block;
	color:white;
	text-decoration: none;
	padding: 16px 0 0 20px;
}
#menu a.menuitem:hover, #menu a.menuitem.current {
	color:#00CCFF;
}
#menulogo {
	display: inline-block;
	vertical-align: top;
}

#header {
	background-color: #fefefe;
	border-bottom: 4px solid #30425a;
	padding-top: 50px;
}
#headerlogo {
	float: left;
}
#headertext {
	float: left;
}
#headeraddress {
	font-size: 25px;
	color: #30425A;
	margin: 20px 20px 10px 20px;
}
.htitle {
	color: #4BAC42;
	font-size: 25px;
}
#headertitle {
	font-size: 30px;
	font-weight: bold;
	color: #834E98;
	margin: 0 20px 10px 20px;
}
.headertitle {
	font-size: 34px;
	font-weight: bold;
	color: #834E98;
	text-transform: uppercase;
	padding: 10px 0 10px 40px;
}

#footertop {
	background-color: white;
	border-top: 4px solid #30425a;
}
#footertop.layout1, #footertop.layout0 {}
#footerhause {
	background-image: url(images/footerhause.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footerbottom {
	background: #30425a;
}
#footerlogo {
	float: left;
	margin: 30px 0 30px 30px;
	padding: 10px 30px;
}
#footeraddress {
	float: left;
	margin: 30px 0;
	padding: 20px 120px 20px 30px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	color: white;
	font-size: 18px;
}
#footercopyright {
	float: left;
	margin: 30px 0;
	padding: 20px 50px 20px 30px;
	color: white;
	font-size: 18px;
}



h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px;
	color: #30425a;
	text-transform: uppercase;
}

.button {
	font-family: Arial;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	border: 0;
}
.button:hover {
	text-decoration: none;
}
.green-button {
	color: white;
	background-color: #4bac41;
}
.blue-button {
	color: white;
	background-color: #0089cf;
}

#content-div {
	min-height: 600px;
}

.back-div {
	margin: 20px 0 0 0;
}

#contact-container {
	position: fixed;
	top: 300px;
	left: 0px;
	padding: 10px 20px 10px 10px;
	background-color: #834e98;
	z-index: 1000;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	color: white;
	cursor: pointer;
}
#contact-container .title {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
#contact-container .content {
	display: none;
}
#contact-container .content textarea {
	width: 300px;
	height: 80px;
}

#contact2-container {
	position: fixed;
	top: 300px;
	right: 0px;
	padding: 10px 10px 10px 20px;
	background-color: #834e98;
	z-index: 1000;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	color: white;
	text-align: right;
	cursor: pointer;
}
#contact2-container .title {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
#contact2-container .content {
	display: none;
}
#contact2-container .telefon {
	font-size: 30px;
}

#contact3-container {
	position: fixed;
	top: 300px;
	right: 0px;
	padding: 10px 10px 10px 20px;
	background-color: #834e98;
	z-index: 1000;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	color: white;
	text-align: right;
	cursor: pointer;
}
#contact3-container .title {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
#contact3-container .content {
	display: none;
}
#contact3-container .content textarea {
	width: 300px;
	height: 80px;
}

ul {
	list-style-image: url('images/pipa2.png');
	padding-left: 25px;
	margin: 0;
}


/*p.first{ 
	font-size: 18px;
	color: black; 
	float: right;
	text-decoration: none;
}



#content{
	width: 1000px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	float: center;	
}
#content.layout1{background-image: url(images/alap_belso_01.png);height: 1790px;}
#content.layout2{background-image: url(images/alap_belso_02.png);height: 1230px;}
				
#foot{
	width: 1000px; 
	margin: 0 auto; 
	top: 0px;
}

#box1{
	width: 1000px;
	height: 277px;

}

#cim{
	width: 500px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 70px 0 0 280px;
	font-size: 23px;
	color:#30425A;
}

#sz01{
	width: 750px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0 0 280px;
	font-size: 34px;
	font-weight: bold;
	color:#834E98;
}
#box2{
	width: 1000px;
}
#box2.layout1{height: 412px;}
#box2.layout2{height: 768px;}


#sz02{
	width: 750px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 60px 0 0 50px;
	font-size: 34px;
	color:black;
}

#sz03{
	width: 750px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0 0 10px;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color:#834E98;
}

#sz04{
	width: 559px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 0 10px;
	font-size: 26px;
	text-align: right;
	color: black;
}
#box3{
	width: 1000px;
	height: 518px;
}
#box4{
	width: 1000px;
	height: 402px;
}


#box5{
	width: 1000px;
	height: 182px;
}
#foot1{
	float: left;
	text-align: left;
	color: white;
	font-size: 18px;
	margin: 45px 30px 0 260px;
}
#foot2{
	float: left;
	text-align: left;
	color: white;
	font-size: 18px;
	margin: 45px 30px 0 70px;
}


*/
a {
	color: white;
	text-decoration: none;
} 
    
a:hover {
	color:white;
	text-decoration: underline;
}
