/***************
 *
 * BSD Stylesheet
 * @author Dimitri Lavrenük dimi@hk-net.de
 *
 **************/

/***************
 * General
 **************/

a {text-decoration:none;}
a img {border:none;}
p {margin:0;}
ul , li ,ol {
	padding:0;
	margin:0;
	list-style-position:outside;
}
h1 , h2 , h3 , h4 , h5 , h6 {margin:2px 0;}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}
.spacer {
	clear:both;
}


/***************
 * Main formating
 **************/

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	margin:0;
}

a {
	color:#006BB7;
}
a:hover {
	text-decoration:underline;
}

/***************
 * Main Layout
 **************/

.siteblock {
	width:971px;
	margin: 5px auto 5px auto;
	padding: 4px 0 0 0;
	text-align:left;
	background:#fff url(images/site-bg.jpg) repeat-y;
	position: relative;
}

* html .siteblock {
}

.shadow-top {
	height:8px;
	width:971px;
	margin:0;
	left:0;
	top:0;
	position:absolute;
	background:transparent url(images/shadow-top.jpg) no-repeat;
}

.shadow-bottom {
	height: 7px;
	width:971px;
	margin: 0;
	padding: 0;
	background:transparent url(images/shadow-bottom.jpg) no-repeat;
	overflow:hidden;
}

.mainblock {
	margin:0 5px;
}

.row1 {
	height:30px;
	background-color:#002137;
	border-bottom:1px solid #fff;
}

.row1 .logo-small {
	float:left;
}
.row1 .logo-big {
	float:left;
}
.row1 .top-search {
	color:#fff;
	float:right;
	margin-top:6px;
	line-height:15px;
}
.row1 .top-search a {
	color:#fff;
}
.row1 .top-search input.searchinput {
	height:13px;
	width:85px;
	padding:0;
	margin:0;
	margin-right:5px;
	background-color:#002137;
	border:1px solid #fff;
	color:#fff;
}
.row1 .top-search .top-search-submit {
	vertical-align:bottom;
	cursor:pointer;
}

.row2 {
	height:120px;
	background-color:#fff;
	border-bottom:1px solid #fff;
	position:relative;
}
.row2 a {
	float:left;
}
.row2 span img {
	position:absolute;
	left:216px;
	top:0;
}

.menurow {
	height:29px;
	background-color:#006BB7;
	border-bottom:1px solid #fff;
}

.menurow div {
	text-align:right;
	margin-right:16px;
}
.menurow a {
	margin-left:130px;
}

.menurow a:hover {
	text-decoration:none;
}

#footer {
	margin: 10px 0 0 0;
}
#footer #taf-link {
	float: left;
}
#footer #print {
	float: right;
}
#footer #print img {
	margin: 0 4px 0 0;
}

/***************
 * Mainblock layout
 **************/
 
.mainrow {
	padding-bottom: 6px;
}

* html .mainrow {
	padding-bottom: 0px;
}

/***************
 * Menu
 **************/

.mainrow .menu {
	width:216px;
	float:left;
	min-height:530px;
	_height:530px;
	background:transparent url(images/menu-bg.jpg) repeat-x;
}

.mainrow .menu .menuspacer {
	height:14px;
	border-bottom:1px solid #fff;
}

.mainrow .menu a {
	display:block;
	color:#fff;
	height:22px;
	line-height:22px;
	padding-left:22px;
	background-color:#002137;
	border-bottom: 1px solid #fff;
}
.mainrow .menu a.active {
	background-color:#c8c9cb;
	color:#000;
}

.mainrow .menu a:hover {
	text-decoration:none;
}

.mainrow .menu a.ebene2 {
	padding-left:43px;
	background-color:#006BB7;
}
.mainrow .menu a.ebene2.active {
	background-color:#c8c9cb;
	color:#000;
}

.mainrow .menu .specialmenu {
	margin-top:22px;
	border-top:1px solid #fff;
}
.mainrow .menu .specialmenu a {
	background-color:#C8C9CB;
	color:#000;
}

/***************
 * Rightblock
 **************/
 
.mainrow .rightblock {
	width:215px;
	float:right;
}
.mainrow .rightblock .cblockhead {
	border-top:5px solid #006BB7;
	margin-top:14px;
}
.mainrow .rightblock .cblock {
	background-color:#EFEFEF;
	border:1px solid #C8C9CB;
	border-top:none;
	padding:10px;
}

/***************
 * Content
 **************/
 
.mainrow .content {
	width:500px;
	float:right;
	margin-right:15px;
}
.mainrow .content .contenthead {
	margin-top:15px;
	border-top:5px solid #006BB7;
}
.mainrow .content .contentbody {
	border:1px solid #C8C9CB;
	border-top:none;
	padding:10px;
	color: #333333;	
	line-height: 15px;
}

.mainrow .content-startpage {
	width:500px;
	float:right;
	margin-right:15px;
}
.mainrow .content-startpage .contenthead {
	display:none;
}
.mainrow .content-startpage .contentbody {
	
}
h1 {
	color: #006BB7;
	font-size: 13px;
}
.mainrow .content .csc-header h1 {
	margin: 6px 0 6px 0;
}
.mainrow .content #head-image {
	margin-top:15px;
	height:45px;
	position:relative;
}
.mainrow .content #head-image a {
	position:absolute;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 0;
	margin-top: 8px;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #C8C9CB;
	margin: 10px 0 10px 0;
}

/***************
 * Formulare
 **************/

.csc-mailform {
        border: 0px;
}

#mailform {
        margin-top: 30px;
}

.csc-mailform-field label {
	width: 11em;
	float: left;
	text-align: left;
	margin-right: 0.0em
	display: block
}

.csc-mailform-submit {
	margin-left: 11em;
	margin-top: 2em;
	background-color: #efeff4;
	color: #333;
	font-weight:bold;
}

input, textarea, select {
	border: 1px solid #dddddd;
	padding: 1px 2px 1px 2px;
	margin-bottom: 2px;
	font-size: 11px;
} 

input:focus, textarea:focus, select:focus {
	border: 1px solid #006BB7:
	background-color: #efeff4;
}


/***************
 * News
 **************/

.news-list-container {
	border:none;
	background-color:transparent;
}
.news-list-item {
	background-color:transparent;
	border:none;
	height:auto;
	line-height:inherit;
	margin:0 0 5px 0;
	padding:0;
}
.news-imageswrapper img,
.news-single-img img {
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
}
.news-single-img {
	display: none;
}
.news-single-item h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-list-container h3 {
	background-color:transparent;
	border:none;
	margin:auto;
	padding:0;
	font-size:12px;
}
.news-list-container h3 a {
	color:#000;
}
.news-list-item hr, 
hr.clearer {
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #C8C9CB;
}
.news-list-item p {
	
}
.news-list-item .news-list-header {
	display:block;
	font-weight:bold;
	margin-bottom: 16px;
}
.news-list-item .news-list-morelink {
	margin-top:5px;
}
.tx-ttnews-browsebox-SCell p {
	font-weight: bold;
}
.tx-ttnews-browsebox p {
	font-size: 11px;
}

.news-list-morelink a {
	/*background: url(images/weiter.gif) no-repeat right;
	padding-right: 16px;*/
}
.news-single-backlink a {
	background: url(images/zurueck.gif) no-repeat left;
	padding-left: 16px;
}


/***************
 * Startpage
 **************/

#_startpage_img_news {
	position:absolute;
	top:0;
	left:0;
}

.content-startpage-top-header {
	border-top:5px solid #006BB7;
	margin-top:15px;
}

.content-startpage-top {
	margin-top:1px;
	border:1px solid #c8c9cb;
	border-top:none;
	height:160px;
	position:relative;
	overflow:hidden;
}
.content-startpage-top-right {
	position:absolute;
	width:239px;
	height:160px;
	left:259px;
}
.content-startpage-top-right .news-latest-container {
	height:40px;
	width:239px;
	overflow:hidden;
}

.content-startpage-top-right .cblock {
	height:40px;
	position:relative;
	overflow:hidden;
}
.content-startpage-top-right .cblock .homepage_newsblock_titlewrapper {
	position:absolute;
	left:49px;
	top:4px;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.content-startpage-top-right .cblock .csc-header h1 {
}
.content-startpage-top-right .cblock .homepage_newsblock {
	position:absolute;
	left:0px;
	top:0px;
	height:40px;
	width:239px;
}
.content-startpage-top-right .cblock .homepage_newsblock_imagewrapper {
	position:absolute;
	left:1px;
	top:1px;
	height:38px;
	width:38px;
	overflow:hidden;
}

.content-startpage-top-right .cblock .homepage_newsblock_textwrapper {
	position:absolute;
	left:49px;
	top:21px;
	height:15px;
	overflow:hidden;
}
.content-startpage-top-left-wrapper {
	width:242px;
	top:0;
	left:0;
	height:160px;
	overflow:none;
	position:absolute;
	overflow:hidden;
}
#content-startpage-top-left {
	position:absolute;
	left:0;
	top:0;
	width:242px;
	height:160px;
	background-color:#fff;
}
#content-startpage-top-left .cblockhead img {
	position:absolute;
	left:0;
	top:0;
}

.content-startpage-middle {
	width:500px;
	margin-top:15px;
	/*position:relative;*/
	overflow:hidden;
}
.content-startpage-middle .content-startpage-middle2 {
	/*position:absolute;*/
	width:516px;
}
.content-startpage-middle .contentwrapper {
	width:166px;
	height:76px;
	float:left;
	margin:0 1px 1px 0;
	position:relative
	overflow:hidden;
}
.content-startpage-middle .cblockhead {
	border-top:5px solid #006BB7;
	margin-bottom:1px;
}
.content-startpage-middle .cblock {
	width:166px;
	height:70px;
	background-image:url(images/content-homepage-bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.content-startpage-middle .cblock a { 
	background: url(images/weiter.gif) no-repeat right;
	padding-right: 16px;
}
.content-startpage-middle .cblock p {
	padding:0 6px;
}
.content-startpage-middle .cblock img {
	position:relative;
	left:-6px;
}
.content-startpage-middle h1 {
	margin-left: 6px;
}

.content-startpage-bottom-square {
	height:11px;
	width:11px;
	background-color:#006BB7;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.content-startpage-bottom {
	margin-top:14px;
}
.content-startpage-bottom-wrapper {
	border:1px solid #c8c9cb;
	margin-top:2px;
	background-image:url(images/content-homepage-bottom-bg.jpg);
}
.content-startpage-bottom-newsitem {
	height:20px;
	line-height:20px;
	padding:0 8px;
	overflow:hidden;
	margin:0;
}

/**************
 * goof_fotoboek
 */
.tx-gooffotoboek-pi1 .tabel .thumbwrap {
	width:119px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.tx-gooffotoboek-pi1 .goof_fotoboeak_navi {
	background-color:#eee;
	text-align:center;
	padding:3px 0;
	margin:5px 0;
}
.tx-gooffotoboek-pi1 a {
	font-size: 13px;
	font-weight: bold;
}