@charset "utf-8";
/* CSS Document */

@font-face {

}
html, html a {
	color:#666666;

 -o-transition:.2s;
 -ms-transition:.2s;
 -moz-transition:.2s;
 -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
  text-decoration:none;
}

a:hover {
	color:#0099CC;

}
body {
	background-color:#FFFFFF;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:12pt;
	line-height:22pt;
	color:#666666;
}


h1 {
	color:#0099CC;
	font-size:24pt;
	font-weight:100;
	line-height:30pt;
}

h2 {
	font-size:16pt;

}

h3 {
	color:#FF0033;
	font-weight:500;
	text-decoration:underline;
	font-size:18pt;
}
h4 {
	color:#0099CC;
	font-size:20pt;
	font-weight:100;
	line-height:30pt;
}

h8 {
	font-size:16pt;

}


h9 {
	font-family: 'Roboto Slab', serif;
	color:#666666;
	font-size:18pt;
}

#mainBox {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	width:950px;
	height: 100%;
	padding: 0px 0px;
	margin: 0px auto !important;
	background-color:#FFFFFF;
}

#header {
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 60px;
	width:100%;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 20px #999;
	z-index:999;
}

#imageBox {
clear: both;
background-image:url(../images/EWMain.jpg);
background-repeat:no-repeat;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 300px;
	width:950px;

}
#ADBox {
	clear: both;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 250px;
	width:300px;
	padding: 10px 0 0 25px;
	line-height:14pt;
	font-size:12pt;
	color:#FFFFFF;
}
#imageBoxAnfahrt {
clear: both;
background-image:url(../images/EWKeplerhaus.jpg);
background-repeat:no-repeat;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 300px;
	width:950px;

}

#imageBoxImpressum {
clear: both;
background-image:url(../images/EWhbf.jpg);
background-repeat:no-repeat;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 300px;
	width:950px;

}
#logoBox {
	position:relative;
	left:10px;
	right:0px;
	bottom:0px;
	top:0px;
	height: auto;
	width:220px;
	padding:16px;
	float:left;
	

}

#contentAll {
	clear: both;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: auto;
	width:950px;
min-height:620px;

}

#contentMainLeft {
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	width:524px;
	padding:25px;
	margin:0px;
	float:left;
}

#contentMainRight {
	position:relative;
		margin:0px;

	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	width:250px;
	padding:25px;
		line-height:20pt;

		float:right;
}


#menu {
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: auto;
	width:600px;
	float:right;

}
.menuTile_ {
	position:relative;
	width:180px;
	height: 60px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
 -o-transition:.2s;
 -ms-transition:.2s;
 -moz-transition:.2s;
 -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
  float:right;
}
.menuTile_:hover {
	background-color:#0099CC;
}
.menuTitle_ {
	position:absolute;
	width:180px;
	height:60px;
	text-align:center;
	line-height:60px;
	vertical-align:middle;
	 -o-transition:.2s;
 -ms-transition:.2s;
 -moz-transition:.2s;
 -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
color:#333333;

}
.menuTitle_:hover {
	color:#FFFFFF;
}

#footer {
	clear: both;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 40px;
	width:100%;
	background-color:#CCCCCC;
	z-index:999;
}

#footerContent {

	clear: both;
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	height: 40px;
	width:100%;
	padding-Left:25px;
	line-height:40px;
	vertical-align:middle;

}