@charset "utf-8";

/* Begin CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/* Ende CSS Reset */





/* Start Struktur */
body  {
	text-align: center;
	background-color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-size: 14px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#layoutoutline {
	margin-top: 20px;
}

#header {
	margin: 0px;
}
#logo {
}
#domain {
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#aufm {
	font-size: 20px;
}

#floater {
	clear: both;
}

#footer {
	margin-bottom: 12px;
}
/* Ende Struktur */




/*---Links 1---*/
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




/*---Links 2---*/
a.link1:link {
	color:#F60;
	text-decoration:none;
}
a.link1:visited {
	color:#F60;
	text-decoration:none;
}
a.link1:hover {
	color:#F60;
	text-decoration:none;
}
a.link1:active {
	color:#F60;
	text-decoration:none;
}




