/* Start of CMSMS style sheet 'Kloster_Eingangsseite_V2' */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#F7931D;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;

	margin-bottom:-150px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:500px;
	width:900px;
	clear:left;

}
 
#pagewidth{ 
	 width:900px; 
	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;  
} 
 
#header{
	margin-top: 10px;
	position:relative;
	width:900px;

} 

#maincol{
	width:900px; 
	height: 300px;
	overflow: hidden;
	color: #000000;

}

#maincol img{
	padding-left:288px;
}

#maincol a{
             padding-left: 10px;
}

#maincol a:hover{
             text-decoration: underline;
}

#footer {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#footer p {
	font-size: 13px;
	color: #000000;
	text-align: center;
             font-weight: bold;

}

#maincol p {
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
 
 
a {
	color: #000000;
	text-decoration:none;

}
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}

.clear {
	clear:both;
}

/* End of 'Kloster_Eingangsseite_V2' */

