/* master.css */

/* tags */
* {
	margin: 				0;
	padding: 				0;
}
body, a {
	color:					#999;
}
body { 
	font: 					14px "Microsoft Sans Serif";
	line-height:			16px;
	position:				realtive;
	background:		#f4f2eb;
}
img {
	border:	 			none;
}
a {
	text-decoration:	none;
}
a:hover{
	color:					#900;
}
ul {
	list-style-type:		none;
}
p {
	margin:				0 0 16px 0;
}
/* id */
#cen {	
	width: 					824px;
	height: 				480px;
	position:				absolute;
	top: 						50%;
	left:						50%;
	margin:				-240px 0 0 -412px;
}
#nav {
	position: 				absolute;
	left:						0;
	bottom: 				164px;
	font-size:				16px;
	line-height:			20px;
}
.nav-but {
	display:			block;
	width:				126px;
	height: 			20px;
}
.nav-but:hover {
	background-position: left bottom !important;
}
#con {
	position: 				absolute;
	right:					0;
	bottom: 				0;
	width:					374px;
}
/* home */
#home-spruch {
	text-indent:		-9999px;
	width:				374px;
	height:				45px;
}
/* text */
#text {
}
.text-page, .text-page a {
	color:					#adadad;
}
.text-page {
	font-size: 				12px;
	text-align: 			right;
	margin:				0 0 15px 0;
}
.text-page a {
	margin:				0 0 0 5px;
}
.text-page a:hover {
	color:					#900;
}
/* text-links */
#text-links {
/*	border:				1px solid #ccc; */
}
#text-links, #text-aktuell {
	height: 				353px;
}
.text-links-box {
	height:					70px;
	margin:				0 0 10px 0;
}
.text-links-box-link a {
	font-weight:			bold !important;
}
/* text-aktuell */
.text-aktuell-box {
	clear:					left;
	height:					102px;
	margin:				0 0 8px 0;
}
.text-aktuell-box-link {
	display:				block;
	float:					left;
	margin:				0 13px 0 0;
}
.text-aktuell-box-pic {
	width:					102px;
	height:					102px;
}
#text-contact-pic {
	background:		url(../upd/kontakt/kontakt.jpg) 0 0 no-repeat;
	width: 					374px;
	height:					118px;
	text-indent:			-9999px;
}
#gal {
	margin:				15px 0 0  0;
}
#logo {
	clear:					left;
	padding:				30px 0 0 0;
}
#logo-pic {
	display:				block;
	background:		url(../img/sty/logo.png) 0 0 no-repeat;
	width: 					289px;
	height:					42px;
	margin:				0 0 0 40px;
}

/* classes */	
.gal-pic { 
	float:					left;
	width:					118px;
	height:				 	118px;
	margin: 				0 10px 0 0;
}

/* index.php */
#cen-ind {	
	width: 					290px;
	height: 				140px;
	position:				absolute;
	top: 						50%;
	left:						50%;
	margin:				-70px 0 0 -145px;
}
#logo-ind {
	background:		url(../img/sty/logo.png) 0 0 no-repeat;
	width: 					289px;
	height:					42px;
	text-indent:			-9999px;
}
#lan {
	margin:				50px 0 0 54px;
}

