@CHARSET "UTF-8";

body {
	background: #00A6EB url(../../themes/aaa/images/default/bg_body.png) repeat-x 0 0;
}

#header {
	background: url(../../themes/aaa/images/default/header.png) no-repeat 0 0; 
}

#aaa-content {
	background: #fff;
}

#aaa-content-bg {
	background: transparent url(../../themes/aaa/images/default/bg_repeat.png) repeat-y 0 0; 
}

#footer {
	background: transparent url(../../themes/aaa/images/default/footer.png) no-repeat 0 0;
	color:#fff;
}

#aaa-attendee {
	background:#00A6EB;
	padding-top: 16px;
}

#aaa_navigation {
	background: transparent url(../../themes/aaa/images/default/navi.png) no-repeat 0 0;
}

/* ______________________________________ Links ______________________________________ */

#footer a, #footer a:link, #footer a:active {
	color: #fff;
}


#content a, #content a:link, #content a:active, #content a:visited {
	color: #00A6EB;
	text-decoration: none;
	font-weight:bold;
}

#content a:active {
	color:#fff;
}
#content a:hover {
	text-decoration:underline;
}

#aaa-attendee a, #aaa-attendee a:link, #aaa-attendee a:active {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#aaa-attendee a:hover {
	text-decoration:underline;
}

ul.sponsoren {
	list-style: none;
	padding: 0;
}

ul.sponsoren li {
	display: inline;
	padding-right: 10px;
}

ul.sponsoren li a:active {
	background: none;
}

