@CHARSET "UTF-8";

/* ______________________________________ rahmen ______________________________________ */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.4em;
}

#page {
	width: 960px;
	margin:auto;
}

#header {
	height: 104px;
}

#aaa-content {
	margin: 0 48px;
}

#content {
	padding: 0 0 40px 32px;
	width:488px;
	float:left;
}

#aaa-sidebar {
	float: left;
	padding: 0 32px 0 32px;
	width: 280px;
}

#footer {
	height:62px;
	padding-left:80px;
	padding-top:15px;
	font-size:12px;
}

#sponsoren {
	padding: 0 32px 10px;
}

#aaa-application, #aaa-attendee, #aaa-attendee-list, #aaa-press, #aaa-programm, #aaa-press-releases, #aaa-news, #aaa-blog-list, #aaa-press-contact, #aaa-contact, #aaa-sidebar-imprint {
	padding: 0 16px 16px 16px;
}
#aaa-attendee-details {
	padding: 0 16px 4px;
}


#aaa-attendee-list {
	padding-bottom: 40px;
}
#aaa-attendee-map {
	padding: 0 16px 16px 0;
	margin-bottom:32px;
}

p {
	margin-bottom:10px;
}

hr {	
	border: 0;
	border-bottom:1px solid #fff;

}
hr.blue {
	border: 0;
	border-bottom:1px solid #00a6eb;
}

hr.programmblue {
	border: 0;
	border-bottom:1px solid #00a6eb;
	margin-bottom: 1em;
}

.clear {
	clear:both;
}

/* ______________________________________ fonts ______________________________________ */


h1, h2, h3, h4, h5, p, ul, li, table, form {
	margin: 0 auto 1em auto;
}

h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.1em;	
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;	
}

a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
font-size: 2.1em;
line-height: 1.2em;
margin-bottom: 12px;
}

h2 {
font-size: 2.1em;
line-height: 1.2em;
margin-bottom: 12px;
}

h3 {
font-size: 1.5em;
line-height: 1.2em;
margin-bottom: 12px;
}

h4 {
font-size: 1em;
}

h5 {
	font-size: 1.9em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom:10px;
}


h6 {
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
}

#aaa-sidebar h3 {
	font-size: 1.3em;
	line-height: 1.02em;
}

p a {
	font-size: 0.95em;
}

ul, ol {
	margin-left: 0;
	padding-left: 2.2em;
}
ul.nothing {
	list-style:none;
	margin:0;
	padding:0;
}

ul.nothing li {
	margin:0;
}


ul li, ol li {
	margin: 0 0 0.5em 0;
}

table {
	font-size: 1em;
}

form {
	font-size: 1em;
	padding: 0;
}

em {
}

small {
}

img, a, a:link, a:visited, a:hover, a:focus, a:active, 
	button, button:hover, button:focus, button:active {
	outline: none; border: none;
}

a:link,
a:visited {
	color: #00a6eb;
	text-decoration: none;

	/* white-space: nowrap; */ /* Firefox */
}

a:hover,
a:focus {
	color: #00a6eb;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;

	background-color: #00a6eb;
}

#sponsoren h1 {
	color:#808080;
	border-bottom: 1px solid #808080;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom:2px;
}

/* ______________________________________ programm ______________________________________ */


/* ______________________________________ navi ______________________________________ */

#aaa_navigation {
	height: 85px;
}

#aaa_navigation ul {
	padding:10px;
}

#aaa_navigation ul li {
	display: inline;
}

#aaa_nav_left a, #aaa_nav_right a {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
}



#aaa_nav_left {
	float: left;
	padding: 20px 0 0 68px;
	color:#00a6eb;
}

#aaa_nav_right {
	float:right;
	padding: 20px 64px 0 0;
	color:#fff;
}

#aaa_nav_right a, #aaa_nav_left a {
	margin:0.2em;
	padding:0.2em;
}

#aaa_nav_right a, #aaa_nav_right a:link, #aaa_nav_right a:active {
	color: #fff;
	text-decoration: none;
}
#aaa_nav_right a:hover, #aaa_nav_left a:hover {
	text-decoration: underline;
}

#aaa_nav_right a.georgia, #aaa_nav_right a.georgia:link, #aaa_nav_right a.georgia:active {
	font-family: Georgia;
	font-weight: bold;
}

#aaa_nav_left a.georgia, #aaa_nav_left a.georgia:link, #aaa_nav_left a.georgia:active {
	font-family: Georgia;
	font-weight: bold;
}

#aaa_nav_left a, #aaa_nav_left a:link, #aaa_nav_left a:active {
	color: #00a6eb;
	text-decoration: none;
}

#aaa_nav_left a:active {
	color:#fff;
	text-decoration: none;
}

#aaa_nav_right a:active {
	color:#00a6eb;
	background: #fff;
	text-decoration: none;
}


#aaa_nav_left a.active, #aaa_nav_right a.active {
	text-decoration: underline;
}



/* ______________________________________ Links ______________________________________ */

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

a:hover,
a:focus {
font-weight:bold;
color: #00a6eb;
text-decoration: underline;
}

a:active {
color: white;
text-decoration: none;

margin: 0 -0.2em;
padding: 0 0.2em;

background-color: #00a6eb;
font-weight:bold;
}

p a {
	font-size: 0.95em;
}

/* ______________________________________ content ___________________________________ */

#content p {
	font-size: 14px;
	line-height: 150%;
	font-family: Georgia;
	color:#000;
}

#content p.presse-titel {
	font-size: 13px;
}

#content p.presse-titel span.presse-datum {
	font-size: 11px;
}


/* ______________________________________ sidebar ___________________________________ */

#aaa-application p, #aaa-attendee p {
	font-size: 12px;
	line-height: 170%;
	font-family: Georgia;
} 

#aaa-attendee h1, #aaa-attendee h2, #aaa-attendee h3, #aaa-attendee h4, #aaa-attendee h5, #aaa-attendee h6 {

}

#aaa-attendee h3 {
	margin-bottom:5px;
}

/* ______________________________________ footer ___________________________________ */

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	text-decoration:underline;
}

/* ______________________________________ iframe ______________________________________ */


#maps_iframe {
	border: 0px;
}


/* ______________________________________ post & comment ______________________________________ */

.widecolumn {
	padding: 0 15px 20px 15px;
	
}

.post {
	margin: 0 0 40px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}
	
.post-info {
	position:relative;
	top:12px;
}
.post-info h3 {
	position:relative;
	top:12px;
	font-family: Helvetica;
}
	
h1.white_border {
	color: #fff;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 13px;
	background: url(/aaa/wp-content/themes/aaa/images/h_border_white.gif) no-repeat scroll 0 20px transparent;
	font-weight: bold;
}

h1.blue_border {
	color: #00a6eb;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 13px;	
	background: url(/aaa/wp-content/themes/aaa/images/h_border.gif) no-repeat scroll 0 20px transparent;
	font-weight: bold;
}

h1.blue_border a, h1.white_border a {
	font-size: 12px;
}

.says {
	font-size:0.9em;
}

label.comment {
	color:#fff;
	font-size: 1em;
}

.aaa-comment-submit {
	background: url(/wp-content/themes/aaa/images/grauverlauf.jpg) repeat-x;
	border:0;
	float: left !important;
	font-family: Helvetica !important;
	font-size: 14px !important;
	height: 26px;
	padding-top: 4px !important;
	width:170px !important;
}

/* ______________________________________ orte iframe ______________________________________ */


#aaa-sidebar iframe#maps_iframe {
width: 280px; height: 0;
overflow: hidden;
}


#content iframe#maps_iframe {
width: 488px; height: 0;
overflow: hidden;
}

.georgia {
	font-family: Georgia;
}

/* ______________________________________ kontaktforumlar ______________________________________ */

input.kname, input.kemail, textarea.kmessage {
	background:url("/wp-content/themes/aaa/images/shadowbox.gif") no-repeat scroll 0 0 transparent;
	width:100%;
	border: 0;
	padding-left:8px;
	padding-top:8px;
	height:20px;
 	margin-bottom: 16px;
 	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

input.ksubmit {
	background:url("/wp-content/themes/aaa/images/submit.png") repeat-x 0 0 !important;
	border:0;
	border-left:2px solid #f5f5f5;
	border-right:2px solid #f5f5f5;
	height: 28px;
	width: 150px;
	font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input.ksubmit:hover {
	color:#00a6eb;
}
input.ksubmit:active {
	background-position: 0 -28px !important;
}

textarea.kmessage {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	height:150px;
}

.nomargin {
	margin-bottom:0;
}

#aaa-sidebar-imprint h3, #aaa-contact h4, #aaa-press-contact h4, #aaa-contact h3, #aaa-press-contact h3 {
	margin-bottom:0.2em;
}
#aaa-sidebar-imprint p, #aaa-contact p, #aaa-press-contact p {
	margin-bottom:0.5em;
}

#header img.logo {
	padding-left:70px;
	padding-top: 28px;
}

#header a:active {
	background: none;
}

.commentlist p {
	font-size: 1em !important; 
}

#aaa-sidebar p, #aaa-sidebar a {
	font-size:0.9em;
}

.helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

textarea {
	max-width: 488px;
}
