@charset "utf-8";

/* CSS Document */
/************************************************************/
/*   Design: webforyou                                      */
/*   Autor:  Karin Hirschi                                  */
/*   Date:   05.2009                    				    */
/*--------------------- ------------------------------------*/
/*   Owner: http://www.golfdurhin.com                       */
/*   Copyright by Golf du Rhin, Karin Hirschi               */
/************************************************************/
/* Allgemeine Definitionen*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
	font: small/1.2em Arial, Helvetica, sans-serif;
}	/* wird benoetigt damit wir das background image auf die ganze Seite bekommen */

body {
	font-size: 90%;
	background-color: #CCCCCC;
}

/* Main Layout containers */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 100px;
	background-image:
	url(../images/templates/top.jpg);
}
#headerimage {
	margin: 0;
	padding: 0;
	height: 225px;
}

#mainnav {
background-color:#333;
height:26px;
width:955px;
}

#content {
clear: both;
width: 100%;
background-color: #FFF;
margin: 0;
padding: 0;
}

#footer {
	width: 945px;
	height: 20px;
	background-color: #CCCCCC;
	padding: 7px 0px 5px 10px;
	margin: 0 0 30px 0;
	clear: both;
}

#headline {
display:inline;
	float:left;
    width: 450px;
	line-height: 40px;
	margin: 35px 0 0 130px;
	
}

#sprache {
display:inline;
	float:left;
	width: 350px;
	line-height: 15px;
	margin: 55px 0 0 0px;
}

#links {
    float: left;
	width: 172px;
}

#adressewelcome {
    clear:left;
    float: left;
	width: 150px;
	text-align:right;
	margin: 200px 12px 0 10px;	
}

#adresse {
    clear:left;
    float: left;
	width: 150px;
	text-align:right;
	margin: 50px 12px 0 10px;	
}


/* Content: 3 spaltiges layout */
#subnavlinks {
	float: left;
	display:inline;
	width: 175px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#contentcenter {
	float: left;
	display:inline;
	width: 590px;
	margin: 15px 5px 0 15px;
	padding: 0;
}

#inforechts {
	float: right;
	display:inline;
	width: 142px;
	margin: 15px 8px 0 5px;
	padding: 0;
}

#resultate {
	float: left;
	display:inline;
	width: 732px;
	margin: 15px 5px 0 15px;
	padding: 0;
}
