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

* {
padding: 0;
margin: 0;
outline: none;
}


body {
text-align: center; 
margin: 0 auto;
padding: 0;
background: #fff url(bilder/hintergrund.jpg) repeat-x;
color : #000;
}


/* Master Container*/
#master {
	margin: 20px auto;
	text-align: left; 
	width: 992px;
	background: #fff;
	min-height: 500px;
	
}


/* Logo */
#logo {
	margin: 0 auto;
	text-align: right; 
	width: 992px;
	height: 99px;
	background: #fff;
}

/* Sujet */
#sujet {
	margin: 0 auto;
	padding: 0;
	text-align: left; 
	width: 992px;
	height: 232px;
	background: #fff;
}

/* Navigation */
#navigation{
	margin: 0;
	padding: 0;
	float: left;
	text-align: left; 
	width: 204px;
	background: #fff;
}

/* Content */
#content{
	margin: 0;
	padding: 52px 25px 10px 35px;
	float: right;
	text-align: left; 
	width: 725px;
	background: #fff;
}

/* Footer */
#footer {
	margin: 0 auto;
	text-align: left; 
	width: 992px;
	height: 50px;
	background: #fff url(bilder/footer-line.gif) no-repeat;
}


/* Texte */

.headline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	color: #4e4e4e;
	
}

.text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #4e4e4e;
	
}

.textfett {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
	color: #4e4e4e;
	
}

a.text:link {color:4e4e4e; text-decoration: none; }
a.text:visited {color:4e4e4e; text-decoration: none; }
a.text:active { color:#4e4e4e; text-decoration: none;}
a.text:hover { color:#4e4e4e; text-decoration: none;}


