@charset "UTF-8";


/***************************************************/
/* Stylesheet for schuerch konzeption     Vers 1   */
/* by schuerch konzeption: www.schuerch.info       */
/***************************************************/



/*********************************************/
/* basic elements                            */
/*********************************************/

body {
	margin : 0px;
	padding : 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	background-color: #000000;
	}
	
img {
	border: none;
	}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	}
	
a:link {
	color: #de6303;
}

a:visited {
	color: #de6303;
}

a:hover {
	color: #CCCCCC;
}

h1 {
	font-size: 1.5em;
	color: #FF9933;
	}
	
h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.15em;
	}
	
	

td {
	vertical-align: top;
	font-size: 0.9em;
	}
	
ul {
	list-style-type: none;
}
	
	
li {
	font-size: 1em;
	}	
	


/*********************************************/
/* div containers                            */
/*********************************************/

#box {
	position:absolute;
	width: 900px;
	top: 125px;
	left: 50%;
	margin-left: -450px;
	}

#content {
	position: absolute;
	top: 160px;
	width: 804px;
	height: 200px;
	padding-left: 46px;
	padding-right: 50px;
	line-height: 1.7em;
	}

.text {
	font-size: 1.1em;
	}
	
.kontakt {
	font-size: 0.75em;
	color:#de6303;
	font-weight: normal;
	}