body {
	margin:0;padding:0;
	background-color:#FFFFFF;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;

}

p,div,td {
	
}

/* Formular */
form {
	padding:0;margin:0;
}

input,select,textarea {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000000; 
}

/* Links */
a {
	color:#666666;
	text-decoration:underline;
}

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#004494;
}

a:active {
	color:#666666;
}

a.marked {
	color:#004494;		
}

/* Variationen der Schriftarten */
.tiny {
	font-size:10px;
}

.highlight {
	color:#004494;
}

.big {
	font-size:12px;
}


/* Absätze */
p, table, ul, ol { 
	margin-bottom:20px; 
	padding:0;
}

ul, ol {
	list-style-position:inside;
}

/* Standardtabelle */
table {
	border-collapse:collapse;
}

td {
	padding:0px;
}


/* Bilder */
img {
	border:0;
	margin:0;
}

/* Horizontale Linie */
hr {
	margin:0 0 10px 0;
	border:1px solid #004494;	
}


/* Kopfzeile */
#header {
	background-color:#FFFFFF;
	background-image:url(../images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:104px;
	width:100%;
	display:block;
}

#header_img {
	position:absolute;
	left:181px;
	top:105px;
}

/* Fusszeile */
#footer {
	width:694px;
	height:59px;
	text-align:right;
	background-color:#FFFFFF;
	color:#666666;
	display:block;
	margin-left:35px;
	padding-top:5px;
	border-top:1px solid #BABABA;
}

#footer a {
	text-decoration:none;
	margin-right:12px;
}

/* Hauptbereich */
#frame_main {
	width:100%;
	margin-bottom:0px;
}

/* Linker Bereich (Menü,Inhalt) */
#frame_left {
	background-image:url(../images/bkg_content.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:749px;
	vertical-align:top;
}

/* Hauptmenü */
#menu_left {
	width:151px;
	padding:25px 0 20px 20px;
	float:left;
}

#menu_left div.item {
	height:32px;
	line-height:32px;
	vertical-align:middle;
}

#menu_left div.sub_item {
	height:32px;
	line-height:32px;
	padding-left:10px;
	vertical-align:middle;
}

#menu_left div.sub_item a {
	font-size:10px;
}

#menu_left a {
	text-decoration:none;
	font-family:Arial, serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/menu_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;	
}

#menu_left a:hover {
	background-image:url(../images/menu_bullet_m.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu_left a.marked  {
	background-image:url(../images/menu_bullet_m.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu_left div.separator {
	width:152px;
	height:3px;
	display:block;
	background-image:url(../images/menu_sep.png);
	background-repeat:no-repeat;
}

/* Inhalt */
#frame_content {
	margin:170px 0px 40px 190px;
	min-height:450px;
}

#content {
	width:530px;
	margin:0px 0px 0px 10px;
	display:inline-block;
}

#content a {
	color:#004494;
	text-decoration:underline;
}

/* Rechter Bereich (Termine,News,Login) */
#frame_right {
	background-color:#DFDFDF;
	background-image:url(../images/symbol_wj.gif);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
}

#frame_right2 {
	padding:170px 0 0 10px;
	width:240px;
	display:block;
}

div.box_right_header_event {
	width:221px;
	height:27px;
	background-image:url(../images/box_header_event.gif);
	background-repeat:no-repeat;
}

div.box_right_header_news {
	width:221px;
	height:27px;
	background-image:url(../images/box_header_news.gif);
	background-repeat:no-repeat;
}

div.box_right_header_login {
	width:221px;
	height:27px;
	background-image:url(../images/box_header_login.gif);
	background-repeat:no-repeat;
}

div.box_right_content {
	padding:10px 0 40px 10px;
	
}

div.box_right_nav a {
	font-size:10px;
	text-decoration:none;
	background-image:url(../images/menu_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:20px;
}

div.box_right_nav a:hover {
	background-image:url(../images/menu_bullet_m.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div.box_right_nav a.marked  {
	background-image:url(../images/menu_bullet_m.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div.box_right_more {
	margin-top:5px;
	float:right;
}

div.input_header {
	margin-bottom:3px;
}

/* Newsticker auf der Startseite */
#frame_newsticker {
	margin-left:5px;
	width:550px;
	display:inline-block;
}

div.box_news_ticker {
	background-image:url(../images/bkg_newsticker.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:149px;
	min-height:67px;
	display:inline-block;
	padding:100px 16px 16px 16px;
	position:relative;
	float:left;
	overvlow:hidden;
}

div.box_news_ticker img {
	left:10px;
	top:15px;
	position:absolute;
}

div.box_news_ticker div {
	margin-bottom:5px;
}


/* News-Formatierungen */
div.news_list_header {
	height:20px;
	text-align:right;
	color:#014495;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	background-image:url(../images/sep_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div.news_date {
	color:#014495;
	padding-bottom:5px;
}

div.news_topic {
	font-weight:bold;
	padding-bottom:5px;
}

div.news_description {
	padding-bottom:5px;
}

div.news_separator2 {
	padding-bottom:20px;
	clear:both;
}

div.news_separator {
	height:30px;
	clear:both;
	display:block;
	background-image:url(../images/news_sep.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.news_link_more {
	text-decoration:underline;
	color:#014495;
	font-size:11px;
}

a.news_link_more:link {
	color:#014495;	
}

a.news_link_more:visited {
	color:#014495;
}

a.news_link_more:hover {
	color:#014495;
}

a.news_link_more:active {
	color:#014495;
}


div.news_preview_img {
	float:left;
	margin-right:15px;
	text-align:center;
}

div.news_preview_img img {
	border:1px solid #909090;
}

/* Tabelle für Registrierung */
.tblRegistration {

}

.tblRegistration td {
	padding:3px 3px 3px 0px;
}

.error {
	font-weight:bold;
	color:red;
}


/* Fotogalerie */
.tblGallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}

.tblGallery td {
	padding:5px;
	text-align:center;
}


/* Überschriften */
h1 { 
	margin-top:0px;
	margin-bottom:20px;
	font-size:18px;
	font-family:Arial, serif;
	color:#014495;
	font-weight:normal;
}

h2 { 
	margin-top:5px;
	margin-bottom:20px;
	font-size:14px;
	font-family:Arial, serif;
	font-weight:bol;
	color:#014495;
}

h3 { 
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, serif;
	color:#014495;

}
