*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

a { 
	outline: none; 
}

body {
	background: #f2f0e4;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto;
	text-align: center; /* Zentrierung für IE 5.x */
}

#wrapper {
	margin: 200px auto 0 auto;
	width: 850px;
}

#message {
	float: left;
	margin: 26px 0px 0px 25px;
}

#message p,
#message a,
#message a:active,
#message a:visited
{
	color: #444;
	font-size: 14px;
	font-weight: normal;
}


#message a:hover
{
	color: #47bae0;
}





/* - - - - - - - - - - - - - - - - - - - -
   L O G O
- - - - - - - - - - - - - - - - - - - - */

#logo {
	float: left;
	width: 161px;
	height: 65px;
	margin: 0;
	/*background: lightblue;*/
}

#logo h1 {
	display: block;
	width: 161px;
	height: 65px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/logo_argesdenken.gif) 0 0 no-repeat;
}

#logo h1 a {
	display: block;
	width: 161px;
	height: 65px;
	text-indent: -5000px;
	text-decoration: none;
}

#logo h1 a:hover {
	background: none;
}





/* - - - - - - - - - - - - - - - - - - - -
   H E L F E R L E I N
- - - - - - - - - - - - - - - - - - - - */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  


