/*
Style.css
www.agm-2010.ch
Club 41 Suisse
*/

* {
margin:0;
padding:0;
font-family: Helveticva, Arial, sans-serif;
border:0;
}

body {
background-image: url(background.jpg);
background-repeat: repeat-x;
}

h1 {
display:inline;
color:#0066cc;
font-size:28px;
font-weight:300;
}

h2 {
margin-left:10px;
display:inline;
color:#0066cc;
font-size:12px;
}

h3 {
letter-spacing:1.2;
color:#0066cc;
font-size:20px;
font-weight:300;
margin-top:25px;
}

p {
color:#6C6C6E;
margin-top:5px;
font-size:13px;
letter-spacing:0.25px;
line-height:1.5;
}

a:link , a:visited , a:active, a:hover  {
color:#6C6C6E;
}

a:link {text-decoration: underline}
a:visited {text-decoration: underline}
a:active {text-decoration: none}
a:hover {text-decoration: none}

/* ------------------------------------------------------------- */

#wrapper {
width: 855px;
margin-left:auto;
margin-right:auto;
}


#left{
float:left;
width: 700px;
}

#right {
float:left;
width: 150px;
}

	#sponsoren {
	margin-top:100px;	
	}
	
	.bild-sponsor {
	margin-top:5px;
	}

#top-navigation {
margin-top:17px;

height:40px;
}

	a.top-navigation-format {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	margin-left:12px;
	}
	
	a.top-navigation-format:hover {
	border-bottom: 1px dotted #fff;
	}

#top-titel {
margin:0px 0px 2px 20px;
}

#top-image {
margin-left:11px;
}

#content {
width:658px;
margin:0px 0px 0px 20px;
}

#top-footer {
margin:20px 0px 0px 455px;
}

#bottom-footer {
font-size:9px;
text-align:center;
margin:10px 0px 10px 0px;
}

