/* CSS Document */

/***************
by Martin Dörsch 
http://www.martindoersch.at
*****************/

body  {
	background-color: #9FB4AD;
	color : #000000;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
	

a {
	text-decoration: none;
}

h1 {
	font-size: 12pt;
	line-height: 150%;
	text-transform: uppercase;
}

h2{
	font-size: 11pt;	
}

h3 h4 h5 h6{
	font-size: 11pt;
}

/*gesamtes Rechteck aussen*/
#inhalt{
	position: absolute;
	height:550px;
	width:800px;
	margin-top: 30px;
	margin-left:-400px;
	left:50%;
	/*background-color: #526364;*/ /*originale Hintergrundfarbe*/
	background-image: url(../images/inhalt.jpg); /*Hintergrundbild; 3D Effekt */
	background-repeat: no-repeat;
	/*border: 1px solid green;/**/
	}
	
/*gesamtes Rechteck innen*/	
#inhaltImInhalt{
	height:500px;
	width:760px;
	margin-left: 15px;
	margin-top: 0px;
	background-image: url(../images/stoff_weit_hintergrund.gif); /*Stoffstück*/
	background-repeat: no-repeat;
	/*border: 1px solid white;/**/
}

/* Bereich in dem die Navigation / Links sind */
#nav {
	float: left;
	width:150px;
	z-index:1; 
	margin: 30 0 0 15;
	layer-background-color: #526364; 
	/*border: 1px solid white;/**/	
}

/* Haupttextbereich "gelb" */
#main  {
		float:right;
		margin: 30 10 10 10;
		width: 530px;
		height: 460px;
		background-color: #FFE7D0;  
		border: 2px inset #c8b5a3; 
		overflow: auto; 
		padding: 10px;
		/*border: 1px solid white;/**/
}




/*BUTTONS / Linkverhalten*/

.buttons a {
	color: #ffffff;
	border: none;
	padding: 2px;
	padding-left: 3px;
	font-size: 15px; 
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
}

.buttons a:hover {
	border: none;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	color: ffffff;
	text-decoration: none;
}
