/** Global reset */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	text-align: left;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A3A3A3;
	margin-bottom: 5px;
	padding: 0px;
}

img {
	border: none;
	position: relative;	/** IE Hack */
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #006B71;
	text-decoration: underline;
}

a.link_arrow {
	padding-left: 12px;
	background-image: url( 'images/link_arrow.gif' );
}

.createdate {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #0E3C60;
	font-weight: bold;
	border-bottom: 1px solid #0E3C60;
	margin-bottom: 5px;
}

.modifydate {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #0E3C60;
	font-weight: bold;
	border-top: 1px solid #0E3C60;
	margin-top: 5px;
}

.description {
	color: #0E3C60;
	font-size: 10px;
	font-weight: bold;
}

.readmore {
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.readmore a {
	color: #000000;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #0E3C60;
	background-image: url( 'images/forwards.png' );
	background-repeat: no-repeat;
	padding: 0px 3px 0px 22px;
	/*background-color: #FFFFFF;*/
}

.readmore a:hover {
	color: #0E3C60;
	text-decoration: none;
}

.backbutton {
	display: block;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.backbutton a {
	color: #000000;
	overflow: visible;
	text-decoration: none;
	border: 1px solid #0E3C60;
	background-image: url( 'images/backwards.png' );
	background-repeat: no-repeat;
	padding: 0px 3px 0px 22px;
	/*background-color: #FFFFFF;*/
}

.backbutton a:hover {
	color: #0E3C60;
	text-decoration: none;
}

.button {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #0E3C60;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	background-image: none;
}

input {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #0E3C60;
	background-color: #FFFFFF;
	padding: 1px 2px 1px 2px;
}

textarea {
	color: #000000;
	border: 1px solid #0E3C60;
	background-color: #FFFFFF;
	padding: 1px 2px 1px 2px;
}

.component {
	width: 100%;
	min-height: 473px;
}

.contentheading {
	color: #0E3C60;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #0E3C60;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.contentpaneopen {
	font-size: 12px;
	width: 100%;
}

.contentpaneopen ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

.contentpaneopen li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 5px;
}

/** Layout */
#background {
	padding: 0px;
	margin: 0px;
}
#background_top_1 {
	background: url( 'images/cb_02.png' ) 0 0 repeat-x;
}
#background_top_2 {
	background: url( 'images/cb_01.png' ) 0 0 no-repeat;
}
#background_top_3 {
	background: url( 'images/cb_03.png' ) 100% 0 no-repeat;
}

#background_bottom_1 {
	background: url( 'images/cb_05.png' ) 0 100% repeat-x;
}
#background_bottom_2 {
	background: url( 'images/cb_04.png' ) 0 100% no-repeat;
}
#background_bottom_3 {
	background: url( 'images/cb_06.png' ) 100% 100% no-repeat;
}

#wrapper {
	width: 913px;
	margin: 0px auto;
}

#banner {
	background: url( 'images/banner.png' ) 50% 0 no-repeat;
	height: 205px;
}

#banner_left {
	height: 205px;
	width: 456px;
	float: left;
}

#banner_right {
	height: 205px;
	width: 456px;
	float: right;
}

#navigation_top {
	background: url( 'images/cb_navigation_top_1.png' ) 50% 0 repeat-x;
	/*background: url( 'images/cb_07.png' ) 50% 0 repeat-x;*/
	margin: 0px auto;
	width: 900px;
	height: 28px;
}

#content_1 {
	background: url( 'images/cb_08.png' ) 50% 0 no-repeat;
	font-size: 0px;	/** IE Hack */
	margin: 0px auto;
	width: 913px;
	height: 5px;
}
#content_2 {
	background: url( 'images/cb_09.png' ) 50% 0 repeat-y;
	margin: 0px auto;
	width: 913px;
}
#content_3 {
	background: url( 'images/cb_10.png' ) 50% 0 no-repeat;
	font-size: 0px;	/** IE Hack */
	margin: 0px auto;
	width: 913px;
	height: 5px;
}

#content_left {
	float: left;
	width: 160px;
	padding: 8px 8px 5px 5px;
	position: relative;
	left: 11px;
}

#content_right {
	float: right;
	width: 704px;
	border-left: 1px solid #0E3C60;
	padding: 5px 5px 5px 7px;
	position: relative;
	right: 11px;
}

#footer {
	background: url( 'images/cb_11.png' ) 50% 0 repeat-x;
	margin: 0px auto;
	width: 900px;
	height: 28px;
}

.moduletable {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

.moduletable h3 {
	background-color: #0E3C60;
	margin: 0px 0px 3px 0px;
	letter-spacing: 2px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
}

.moduletable_language {
	width: 174px;
	margin: 0px;
	position: relative;
	top: 152px;
	left: 272px;
}
.moduletable_language img {
	border: 1px solid #006B71;
}

.moduletable_map {
	width: 380px;
	margin: 0px;
	position: relative;
	top: 17px;
	left: 50px !important; /** Alle anderen Browser */
	left: 51px; /** Nur für IE */
}

.moduletable_copyright {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}

/** Module left */
.moduletable_search h3 {
	border-top: 1px solid #0294A1;
	border-bottom: 1px solid #0294A1;
	background-color: #0E3C60;
	margin: 0px 0px 3px 0px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
}
.moduletable_search input {
	width: 154px;
}
.moduletable_search {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

.moduletable_gondelmenu h3 {
	border-top: 1px solid #0294A1;
	border-bottom: 1px solid #0294A1;
	background-color: #0E3C60;
	margin: 0px 0px 3px 0px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
}
.moduletable_gondelmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.moduletable_gondelmenu li {
	margin: 0px;
	padding: 0px;
}
.moduletable_gondelmenu a {
	display: block;
	font-weight: bold;
	padding: 3px 1px 3px 12px;
	background-image: url( 'images/link_arrow.gif' );
	border-bottom: 1px solid #006B71;
	/*padding: 1px;*/
}
.moduletable_gondelmenu a:hover,
.moduletable_gondelmenu a:active {
	display: block;
	color: #006B71;
	text-decoration: none;
	padding: 3px 1px 3px 12px;
	border-bottom: 1px solid #006B71;
	/*padding: 1px;*/
}
.moduletable_gondelmenu .current {
	display: block;
	color: #006B71;
	text-decoration: none;
	padding: 3px 1px 3px 12px;
	border-bottom: 1px solid #006B71;
	/*padding: 1px;*/
}
.moduletable_gondelmenu {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

.moduletable_image h3 {
	border-top: 1px solid #0294A1;
	border-bottom: 1px solid #0294A1;
	background-color: #0E3C60;
	margin: 0px 0px 3px 0px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
}
.moduletable_image {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
.moduletable_image img {
	border: 1px solid #006B71;
}

.moduletable_counter h3 {
	border-top: 1px solid #0294A1;
	border-bottom: 1px solid #0294A1;
	background-color: #0E3C60;
	margin: 0px 0px 3px 0px;
	letter-spacing: 3px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
}
.moduletable_counter {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
/** Ende Module left */

/** Top Navi List */
.moduletable_topmenu {
	text-align: center;
	width: 100%;
}
.moduletable_topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.moduletable_topmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.moduletable_topmenu a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 28px;
	/*font-weight: bold;*/
	text-decoration: none;
	background-image: url( 'images/cb_navigation_top_1.png' );
	border-right: 1px solid #0E3C60;
	width: 99px;
	height: 28px;
}
.moduletable_topmenu a:hover,
.moduletable_topmenu a:active {
	display: block;
	color: #ACDF08;
	font-size: 11px;
	line-height: 28px;
	/*font-weight: bold;*/
	text-decoration: none;
	background-image: url( 'images/cb_navigation_top_2.png' );
	border-right: 1px solid #0E3C60;
	width: 99px;
	height: 28px;
}
.moduletable_topmenu .current {
	display: block;
	color: #ACDF08;
	font-size: 11px;
	line-height: 28px;
	/*font-weight: bold;*/
	text-decoration: none;
	background-image: url( 'images/cb_navigation_top_2.png' );
	border-right: 1px solid #0E3C60;
	width: 99px;
	height: 28px;
}
/** Ende Top Navi List */
