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


body {
	background-color: #e8eef0;
	font-family: Helvetica;
}

.content {
	position: relative;
	width: 900px;
	margin: 20px;
	background-color: #f4f4f4;
	background-image: url(images/backgrounds/content-border.png);
	background-repeat: repeat-y; 
	overflow: hidden;
}



/* ----- Top-Navigation ----- */
#top-navigation {
	position: relative;
	width: 900px;
	height: 33px;
	border: none;
	background-image: url(images/navigation/bgr-navi.jpg);
	background-repeat: repeat-x;
}

#top-navigation ul {
	list-style-type: none;
	overflow: hidden;
}

#top-navigation ul li { float: left; }

#top-navigation ul li a {
	position: relative;
	display: block;
	width: 160px;
	height: 33px;
	float: left;
	background-image: url(images/navigation/full-navi.jpg)
}

#top-navigation ul li a#child1 { background-position: 0px 0px; }
#top-navigation ul li a#child2 { background-position: 640px 0px; }
#top-navigation ul li a#child3 { background-position: 480px 0px; }
#top-navigation ul li a#child4 { background-position: 160px 0px; }
#top-navigation ul li a#child5 { background-position: 320px 0px; }

#top-navigation ul li a#child1:hover { background-position: 0px 99px; }
#top-navigation ul li a#child2:hover { background-position: 640px 99px; }
#top-navigation ul li a#child3:hover { background-position: 480px 99px; }
#top-navigation ul li a#child4:hover { background-position: 160px 99px; }
#top-navigation ul li a#child5:hover { background-position: 320px 99px; }

#top-navigation ul li a#child1:active { background-position: 0px 66px; }
#top-navigation ul li a#child2:active { background-position: 640px 66px; }
#top-navigation ul li a#child3:active { background-position: 480px 66px; }
#top-navigation ul li a#child4:active { background-position: 160px 66px; }
#top-navigation ul li a#child5:active { background-position: 320px 66px; }

#top-navigation ul li#active a#child1 { background-position: 0px 33px; }
#top-navigation ul li#active a#child2 { background-position: 640px 33px; }
#top-navigation ul li#active a#child3 { background-position: 480px 33px; }
#top-navigation ul li#active a#child4 { background-position: 160px 33px; }
#top-navigation ul li#active a#child5 { background-position: 320px 33px; }



/* ----- Headlines ----- */
h1 {
	font-family: "Times", Times New Roman;
	font-size: 35px;
	font-weight: normal;
	color: #555555;
	
	margin: 30px 24px 7px 24px;
}

h2 {
	font-family: Times New Roman;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #848484;
	
	margin: 0px 24px 24px 24px;
}

h3 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #bca834;
	margin: 15px 10px 6px 2px;
}

h4 {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #bca834;
	margin: 15px 10px 6px 2px;
	text-align: center;
}


.textcolumn a.further {
	width: 650px;
	display: block;
	font-family: Helvetica;
	text-decoration: none;
	font-size: 14px;
	color: #d1a50e;
	text-align: right;
	padding: 10px;
}




/* ----- Text ----- */
p {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 17px;
}

.text-wrap a.imgthumb img.thumb {
	width: 323px;
	max-height: 150px;
	margin: 5px 0 10px 0;
}






/* ----- Second-Navigation ----- */
#second-navigation {
	position: relative;
	width: 900px;
	height: 30px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 1px 0 1px;
	padding-left: 10px;
}

#second-navigation ul {
	list-style-type: none;
	overflow: hidden;
}

#second-navigation ul li {
	float: left;
	overflow: hidden;
}

#second-navigation ul li a {
	position: relative;
	display: block;
	height: 17px;
	padding: 4px 16px 0 16px;
	margin: 4px 6px 3px 5px;
	
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #555555;
	background-color: #ffffff;
	
	border: 1px solid #e6e6e6;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#second-navigation ul li#active a {
	height: 16px;
	padding: 3px 15px 0 15px;
	margin: 5px 7px 4px 6px;
	
	background: url(images/backgrounds/bgr-secondnavi.jpg) repeat-x #cabb64;
	color: #ffffff;
	
	border-top-color: #b0a357;
	border-left-color: #b0a357;
	border-bottom-color: #cabb64;
	border-right-color: #cabb64;
	
	/* Setting the text-shadow property for all Browsers */
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); /* Firefox */
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); /* Safari and Chrome */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); /* Browsers that Support it like Opera */
}






/* ----- Third Navigation ----- */
ul.thirdnavi {
	width: 646px;
	height: 32px;
	float: left;
	list-style-type: none;
	margin: 0px 14px 0px 20px;
	padding-left: 15px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

ul.thirdnavi li {
	width: 151px;
	height: 32px;
	float: left;
	margin: 0;
	text-align: center;
	border-right: 1px solid #dddddd;
}
ul.thirdnavi li#active { background-image: url(images/navigation/bgr-thirdnavi.on.jpg); background-repeat: no-repeat; }
ul.thirdnavi li:active { background-image: url(images/navigation/bgr-thirdnavi.on.jpg); background-repeat: no-repeat; }

ul.thirdnavi li:first-child {
	border-left: 1px solid #dddddd;
}

ul.thirdnavi li a {
	height: 22px;
	display: block;
	text-decoration: none;
	padding: 10px 15px 0 15px;
	font-size: 12px;
	color: #883357;
}





/* ----- Chapter Navigation ----- */
ul.chapternavi {
	width: 646px;
	float: left;
	list-style-type: none;
	margin: 20px 14px 0px 20px;
	padding-left: 15px;
	background-image: url(images/backgrounds/bgr-imagebar.jpg);
	border-bottom: 1px solid #dddddd;
	
	background-color: red;
}

ul.chapternavi li a {
	width: 250px;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 4px 3px 5px;
	
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

ul.chapternavi span.trennlinie {
	position:;‚
	width: 1px;
	margin-left: 50%;
	margin-right: 50%;
	background-color: green;
}









/* ----- Column Layout ----- */
.text-wrap {
	width:900px;
	height: 100%;
	margin: 0;
	min-height: 480px;
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
}
.text-wrap#white { background-image: url(images/sidebar/sidebar-column.white.jpg); }
.text-wrap#black { background-image: url(images/sidebar/sidebar-column.black.jpg); }

.textcolumn-left {
	position: relative;
	width: 323px;
	float: left;
	margin: 0px 14px 0px 20px;
}

.textcolumn-right {
	position: relative;
	width: 323px;
	float: left;
	margin:0;
}

.textcolumn {
	position: relative;
	width: 646px;
	float: left;
	margin: 0px 14px 0px 20px;
}

.textcolumn-brief {
	position: relative;
	width: 620px;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 17px;
	float: left;
	margin: 0px 14px 00px 35px;
}

.textcolumn-briefp{
	font-weight: bold;
}

.sidebar {
	position: relative;
	width: 201px;
	float: right;
	background-repeat: repeat-y;
	background-position: right top;
}
.sidebar#white { background-image: url(images/sidebar/sidebar-column.white.jpg); }
.sidebar#black { background-image: url(images/sidebar/sidebar-column.black.jpg); }

.textcolumnh1 {
	width: 699px;
	float: left;
	margin: 20px 0px 50px 0px;
}




/* ----- Sidebar ----- */
ul.sidebar-links {
	width: 200px;
	margin: 15px 0px 0px 1px;
}

ul.sidebar-links li a.headlink {
	display: block;
	width: 145px;
	height: 20px;
	
	padding: 10px 10px 0px 10px;
	
	background-color: white;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
ul.sidebar-links a.headlink#right { text-align: right; background-image: url(images/sidebar/linkhead-right.jpg); background-position: top right; }
ul.sidebar-links a.headlink#left { text-align: left; background-image: url(images/sidebar/linkhead-left.jpg); background-position: top left; }

ul.sidebar-links li span.describtion {
	display: block;
	width: 170px;
	margin: 10px;
	
	font-size: 11px;
	line-height: 14px;
	color: #444444;
}

ul.sidebar-links li span.trennlinie {
	height: 1px;
	display: block;
	margin: 25px 25px 40px 10px;
	background-color: #d0d0d0;
	border-bottom: 1px solid #ffffff;
}


ul.sidebar-links a.headlink#news {
	position: relative;
	width: 180px;
	margin: -15px 0 -1px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}


ul.sidebar-links li.news {
	display: block;
	position: relative;
	width: 190px;
	overflow: hidden;
	
	padding: 4px 0 6px 0;
	margin: 0 4px 0 4px;
	
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #dbdbdb;
}
ul.sidebar-links li.news:last-child { border-bottom: none; }

ul.sidebar-links li.news a {
	position: relative;
	display: block;
	z-index: 10;
	text-decoration: none;
}

ul.sidebar-links li.news img {
	float: left;
	width: 70px;
	height: 47px;
}

ul.sidebar-links li.news span.titel {
	display: block;
	width: 113px;
	float: left;
	
	margin-left: 5px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #444;
	text-decoration: none;
}

ul.sidebar-links li.news span.announcment {
	display: block;
	float: left;
	
	margin-left: 5px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #7e3838;
	text-align: center;
}

ul.sidebar-links li.news span.more-news {
	display: block;
	float: left;
	width: 100%;
	margin: 5px auto 5px auto;

	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #bca834;
	text-align: center;
}


ul.sidebar-links li.news span.info {
	position: absolute;
	left: 80px;
	bottom: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
}

ul.sidebar-links li.news span.openbutton {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 65px;
	top: -2px;
	background-image: url(images/openbutton.png);
	background-repeat: no-repeat;
	
	display: none;
}
ul.sidebar-links li.news:hover span.openbutton { display: block; }


.sidebar .sidebarhead {
	width: 200px;
	height: 28px;
	margin: 0px 0px 10px 1px;
	
	background-color: black;
}




/* ----- Aktivitäten ----- */
ul.aktivitaten li.news {
	display: block;
	position: relative;
	width: 650px;
	height: 74px;
	
	padding: 4px 4px 0px 4px;
	margin: 3px 0 10px 0;
	
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	
	border-bottom: 1px solid #ccc;
}

ul.aktivitaten li.news a { 
	position: relative;
	display: block;
	z-index: 10;
	text-decoration: none;
}

ul.aktivitaten li.news img {
	border: 1px solid #b0b0b0;
	width: 100px;
	max-height: 67px;
	z-index: 8;
}

ul.aktivitaten li.news span.titel {
	position: absolute;
	left: 120px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #444444;
	z-index: 8;
}


ul.aktivitaten li.news span.info {
	position: absolute;
	left: 120px;
	bottom: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	z-index: 8;
}




/* ----- News Closeup ----- */
.news-closeup {
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 150px;
	
	background-color: white;
	border: 1px solid white;
}

.news-closeup img {
	max-width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.news-closeup p {
	padding: 15px;
	bottom: 15px;
	display: block;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 17px;
}

img.big-newscloseup {
	position: relative;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	margin-bottom: 0;
	
	background-color: white;
	border: 1px solid white;
}


/* ----- News savethedates 1----- */
.news-savethedates1 {
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 150px;
	
	
}
.news-savethedates1 p{
	padding: 10px;
	bottom: 10px;
	display: block;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	line-height: 10px;
}

/* ----- News savethedates 2---- */
.news-savethedates2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}
.news-savethedates2 p{
	padding: 20px;
	bottom: 5px;
	display: block;
	font-family: Helvetica;
	font-size: 13px;
	color: #444444;
	line-height: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 5px;
}




/* ----- Picture-Link ----- */
.sidebar .piclink-container {
	width: 167px;
	position: absolute;
	left: 7px;
	overflow: hidden;
	background-image: url(images/sidebar/piclink/body.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	z-index: 10;
}

.sidebar .piclink-container span.top {
	position: absolute;
	width: 167px;
	height: 60px;
	top: 0px;
	left: 0px;
	background-image: url(images/sidebar/piclink/top.jpg);
	background-repeat: no-repeat;
	z-index: 12;	
}

.sidebar .piclink-container span.bottom {
	position: absolute;
	width: 154px;
	height: 5px;
	bottom: 0px;
	right: 0px;
	background-image: url(images/sidebar/piclink/bottom.jpg);
	background-repeat: no-repeat;
	z-index: 12;
}

.sidebar .piclink-container .piclink-content {
	position: relative;
	margin: 4px 4px 5px 17px;
	z-index: 14;
	background-color: #414141;
}

.sidebar .piclink-container .piclink-content span.h1 {
	display: block;
	margin: 9px 7px 3px 7px;
	
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}

.sidebar .piclink-container .piclink-content span.h2 {
	display: block;
	margin: 2px 8px 3px 8px;
	
	font-size: 11px;
	color: #909090;
}

.sidebar .piclink-container .piclink-content a.piclink {
	display: block;
	margin: 7px 0 0 0;
	padding: 4px 7px 4px 3px;
	
	background-color: #333333;
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}





/* ----- Imagebar ----- */
.imagebar {
	width: 650px;
	height: 72px;
	float: left;
	margin: 20px 0px 25px 20px;
	background-image: url(images/backgrounds/bgr-imagebar.jpg);
	border-bottom: 1px solid #dddddd;
}

.imagebar a.imgthumb {
	position: relative;
	width: 99px;
	height: 64px;
	display: block;
	float: left;
	margin: 3px 0 0 8px;
	background-image: url(images/backgrounds/bgr-imagebar-thumb.png);
	background-repeat: no-repeat;
	border: none;
}

.imagebar a.imgthumb img.thumb {
	position: absolute;
	width: 88px;
	height: 54px;
	top: 0px;
	left: 5px;
}






/* ----- Member Layout ----- */
.membercontainer {
	position: relative;
	display: block;
	overflow: hidden;
	width: 175px;
	float: left;
	padding: 0 10px 0 10px;
	text-align: center;
}

.membercontainer a.portrait {
	position: relative;
	width: 118px;
	height: 161px;
	display: block;
	margin: 0 auto 0 auto;
	
	background-image: url(images/backgrounds/bgr-imageportrait.jpg);
	background-repeat: no-repeat;
}

.membercontainer a.portrait img {
	position: absolute;
	width: 108px;
	height: 151px;
	top: 5px;
	left: 5px;
	border: none;
}

.membercontainer h3 {
	margin: 5px auto 0 auto;
	font-size: 14px;
}

.membercontainer h2 {
	font-size: 14px;
	margin: 2px auto 9px auto;
}

span.contact {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #444;
	margin: 50px 5px 0 10px;
	padding: 0 0 40px 0;
}

span.contact a {
	text-decoration: none;
	color: #444;
	font-style: italic;
}
pan.contact a:hover { text-decoration: underline; }

span.link a {
	text-decoration: none;
	color: #444;
	font-style:italic;
	padding: 20px;
	padding-top: 7px;
	line-height: 20px;
	}
	
span.memberplatzhalter1 {
	width: 225px;
	
	display: block;
	height: 1px;
	float: left;
}
span.memberplatzhalter2 {
	width: 30px;
	
	display: block;
	height: 1px;
	float: left;
}
span.memberplatzhalter3 {
	width: 128px;
	
	display: block;
	height: 1px;
	float: left;
}







/* ----- Links Layout ----- */
.linkedsite a img.preview {
	width: 100px;
	height: 135px;
	float: left;
	margin: 0 10px 0 0;
}

.linkedsite span.linkedsite-title {
	float: left;
	width: 210px;
	font-size: 16px;
	color: #bca834;
	text-decoration: none;
}

.linkedsite a.linkedsite-url {
	float: left;
	margin: 4px 0 0 0;
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}


/* ----- Download PDF ----- */
.download-pdf {
	position: relative;
	width: 550px;
	height: 70px;
	border: 1px solid #bbbbbb;
	padding: 10px;
}

.download-pdf img {
	margin: 10px;
	border: none;
}

.download-pdf a {
	position: absolute;
	top: 0;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #d1a50e;
	margin: 15px 10px 0 2px;
}

.download-pdf span.beschreibung {
	position: absolute;
	top: 45px;
	width: 500px;
	margin: 0;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}



/* ----- Kotaktformular ----- */
table.contact-form {
	width: 699px;
}

table.contact-form td { padding: 5px 0 5px 0; }

table.contact-form td.label {
	width: 125px;
	padding: 15px 15px 5px 5px;
	text-align: right;
}

table.contact-form td.label label {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

table.contact-form td.input {
	width: 100px;
	padding: 11px 5px 0 5px;
	text-align: left;
}

table.contact-form td.input input.text {
	width: 285px;
	height: 24px;
	padding: 4px;
	
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	
}
table.contact-form td.input input.text:focus { color: #cabb64; background-color: #f8f4db; }


table.contact-form td.error {
	width: 180px;
	font-size: 12px;
	color: #a61b1b;
	padding: 12px 5px 0 5px;
}


table.contact-form td.input textarea.textarea {
	width: 285px;
	height: 240px;
	padding: 4px;

	font-family: Arial;	
	border: 1px solid #dddddd;
	font-size: 13px;
	color: #444444;	
}
table.contact-form td.input textarea.textarea:focus { color: #cabb64; background-color: #f8f4db; }


table.contact-form td.hr {
	width: 100%;
	height: 1px;
	padding: 0;
	border-bottom: 1px solid white;
	background-color: #dddddd;
}


table.contact-form td.input span.agb {
	width: 280px;
	padding: 4px;
	font-size: 11px;
	color: #444444;
	
}

table.contact-form td input.send-message {
	height: 28px;
	width: 130px;
	left: 200px;
	margin-right: auto;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 1px solid white;
	background-color: #cabb64;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

