@charset "UTF-8";
/**
 * $Id: global.css 74 2009-08-15 15:15:44Z Coco $
 */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,  form,  legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
pre {font-family:monospace;}

* {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#header {
	margin: 0px;
	padding: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url(../images/sys/header.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 1001px;
}

#footer {
	padding-top: 20px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url(../images/sys/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
	width: 1001px;
}

#maincontent {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
	padding-left: 9px;
}

#subcontent {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
}

#leftcontent {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
	width: 295px;
}

#leftcontent_m {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
	width: 220px;
}

#rightcontent {
	padding-top: 20px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
	width: 220px;
}

#rightcontent_m {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	vertical-align: top;
	width: 220px;
}

#crestline {
	padding-right: 5px;
	text-align: right;
    word-spacing: 12px;
	height:69px;
}

A {
	color: #333;
	text-decoration:none;
}

A.hovers {
	color: #333;
	text-decoration:none;
}
A.hovers:HOVER {
	text-decoration: underline;
}
/**
 * Main Navigation
 */
.mainnav {
	position: relative;
	padding-top: 42px;
	padding-right: 40px;
    font-size: 13px;
    word-spacing: 30px;
}

ul.navigation {
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}
ul.navigation li {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
}
ul.navigation li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

/**
 * Bottom Navigation
 */
.bottomnav {
	position: relative;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 80px;
    font-size: 10px;
    word-spacing: 30px;
}

.bottomnav ul {
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}
.bottomnav ul li {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
}
.bottomnav ul li a {
	text-decoration: none;
	color: #333;
}

/**
 * Listen
 */
#bllist {
	list-style-type: none;
	padding-left: 30px;
}

/**
 * Formulare
 */

#ressearch dl {
	font-size: 14px;
	font-weight: bold;
}
#ressearch dd {
	text-align: right;
}
#ressearch .textfield {
	width: 220px;
	border:1px solid #333;
}
#lfsearch dl {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
#lfsearch dd {
	text-align: right;
}
#lfsearch .textfield {
	width: 220px;
	border:1px solid #333;
}

#login dl {
	font-size: 11px;
}
#login dd {
	text-align: center;
}
#login .textfield {
	width: 200px;
	border:1px solid #333;
	font-size: 11px;
}

#contact dl {
	font-size: 11px;
}
#contact dd {
	text-align: center;
}
#contact .textfield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
#contact textarea {
	width: 250px;
	height: 200px;
	border:1px solid #333;
	font-size: 11px;
}

#register dl {
	font-size: 11px;
}
#register dd {
	text-align: center;
}
#register .textfield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
#register .select {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
#register textarea {
	width: 250px;
	height: 200px;
	border:1px solid #333;
	font-size: 11px;
}

#member dl {
	font-size: 11px;
}
#member dd {
	text-align: center;
}
#member .textfield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
#member .select {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
#member textarea {
	width: 250px;
	height: 200px;
	border:1px solid #333;
	font-size: 11px;
}

dl {
	font-size: 11px;
}
dd {
	text-align: center;
}
.textfield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
.filefield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
.select {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}
textarea {
	width: 250px;
	height: 200px;
	border:1px solid #333;
	font-size: 11px;
}

#newsletter dl {
	font-size: 11px;
}
#newsletter dd {
	text-align: center;
}
#newsletter .textfield {
	width: 250px;
	border:1px solid #333;
	font-size: 11px;
}

#spsearch dl {
	padding-top: 10px;
	font-size: 12px;
}
#spsearch dd {
	text-align: right;
}
#spsearch .textfield {
	width: 220px;
	border:1px solid #333;
}

DIV.error {
    font-size: 10px;
    color: #ff3333;
}

/**
 *
 */
.memberrow_y {
    background-image: url(../images/sys/bg/kb_gelb.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	height: 20px;
}
.memberrow_b {
    background-image: url(../images/sys/bg/kb_gelb.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	height: 20px;
}
.memberrow_r {
    background-image: url(../images/sys/bg/kb_gelb.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	height: 20px;
}
.memberrow_g {
    background-image: url(../images/sys/bg/kb_gelb.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	height: 20px;
}

/**
 * Center Container
 */
.yellow_box {
	border-left: 1px solid #facf32;
	border-right: 1px solid #facf32;
	border-bottom: 1px solid #facf32;
}
.grey_box {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.blue_box {
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
}
/**
 * Contents
 */
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
}
.stdb {
	font-weight: bold;
}
.previewtitle {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
