/*******************************************************************************

	Project		:	SRAKLA
	Copyright	:	Design - www.diaphan.ch

*******************************************************************************/

/* ### Layout Kopf ################################################################# */

#srakla {
	float:right;
	width: 350px;
	height:185px;
	background-image:url(0_srakla.png); 
	background-repeat:no-repeat;
	background-color: transparent;
	background-position: 0px 40px;
	}

#header_bild_start {
	float: left;
	background-color: transparent;
	max-width: 400px;
	height:200px;
	color:white;
	}	

#header_bild_start img {
	margin-left:20px;
	margin-top:80px;
	}


/* ### Layout Kopf ################################################################# */


#wrapper_malgrund {
	clear: both;
	margin-left:0px;
	}
	
#malgrund {
	background-image: url(0_malgrund_klein.gif);
	background-repeat: no-repeat;
	width:900px;
	height:560px;
	}
	
#wrapper_content {
	float:left;
	background-color:transparent;
	width:610px;
	height:480px;
	}

#content {
	background-color: transparent;
	margin-top: 0px;
	padding-top:20px;
	padding-left:42px;
	padding-right:20px;
	margin-left: 55px;
	}

#content p {line-height:1.4}
	
#wrapper_navigation {
	float:left;
	background:transparent;
	width:240px;
	margin-left: 30px;
	}

#navigation {
	background:transparent;
	padding-right:0px;
	padding-top:8px;
	}
	
#navigation h1 {
	color:white;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0em;
	margin-left:0.3em;
	margin-top:0.3em;
	}
	
.clear {
	clear:both
	}

