.imgtext-table {
	width: auto;
	padding: 0px;
	margin: 0px 16px 18px 0px;
}

p {
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #DDDFEC;
	color: #013A81;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapperwrapper {
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
}

#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 952px;
	background-color: white;
}

.bg_left {
	background-image: url(../../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg_right {
	background-image: url(../../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Side/Main -> */

.side,
.main {
	vertical-align: top;
}

.side {
	background-color: #CDD0E3;
}

.main {
	background-color: #DCDBEB;
}

.side a:link,
.side a:visited,
.side a:active,
.side a:hover,
.main a:link,
.main a:visited,
.main a:active,
.main a:hover {
	color: #013A81;
	text-decoration: none;
	font-weight: bold;
}

.side a:hover,
.main a:hover {
	text-decoration: underline;
}

/* <- Side/Main */

img {
	border: 0px;
}

table {
	empty-cells: show;
/*	border-collapse: collapse; */
/*	width: 100%; */
}

th,
td,
tf {
	font-size: 11px;
}

img.block{
	display: block;
/*	float: left; */
}

/* Menü oben -> */

#menu {
	height: 24px;
/*	letter-spacing: -0.6px; */
}

/* <- Menü oben */

/* Kleine Links -> */

.small {
	font-size: 9px;
	font-weight: normal;
}

.small a:link,
.small a:visited,
.small a:active,
.small a:hover {
	color: #013A81;
	text-decoration: none;
	font-weight: normal;
}

.small a:hover {
	text-decoration: underline;
}

.small input {
	border: 1px solid #DCDBEB;
	background-color: #E7E8F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #013A81;
}

/* <- Kleine Links */

.pad_left {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pad_right {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pad_main {
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Bild-Untertitel -> */

.subtitle {
	font-size: 9px;
	margin-bottom: 8px;
/*	text-align: justify; */
}

.subtitle a:link,
.subtitle a:visited,
.subtitle a:active,
.subtitle a:hover {
	text-decoration: underline;
}

/* <- Bild-Untertitel */

div.hr {
	background-image: url(../../images/hr.gif);
	height: 1px;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}

tr.hr td {
	background-image: url(../../images/hr.gif);
	background-repeat: repeat-x;
/*	padding-top: 16px; */
	background-position: left top;
}

.pic {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 8px;
	width: 127px;
	height: 96px;
	overflow: hidden;
}

.matrix {
	width: 425px;
}

.matrix .left {
	text-align: left;
	padding-right: 16px;
}

.matrix .center {
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}

.matrix .right {
	text-align: right;
	padding-left: 16px;
}

.matrix .top {
	vertical-align: top;
	padding-bottom: 16px;
}

.matrix .middle {
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom: 16px;
}

.matrix .bottom {
	vertical-align: bottom;
	padding-top: 16px;
}

.input_text,
.input_submit,
.textarea,
.select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.input_text,
.textarea,
.select {
	border-style: solid;
	border-color: #CDD0E3;
	border-width: 1px;
	background-color: white;
	color: #013A81;
}

.input_text,
.input_submit,
.textarea {
	padding: 2px;
}

.textarea{
	overflow: auto;
}

.input_submit {
	border-style: none;
	background-color: #013A81;
	color: white;

/*
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
*/
}

.active, .not_active {
	background-color: #C5C8DD;
}

.active a:link,
.active a:visited,
.active a:active,
.active a:hover {
	color: white;
}

.input_bad {
	border-color: red;
}

.input_good {
	border-color: #CDD0E3;
}

.notice {
	font-weight: bold;
	color: red;

	margin: 16px 32px 16px 32px;
	padding: 4px;
	border: 1px solid #C00000;
	background-color: white;
	text-align: center;
}

.menu_indent {
	padding-left: 32px;
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 24px 10px;
	padding-right: 0px;
}

.menu_indent_2 {
	padding-left: 40px;
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	padding-right: 0px;
}

.menu_indent,
.menu_indent a:link,
.menu_indent a:visited,
.menu_indent a:active,
.menu_indent a:hover,
.menu_indent_2,
.menu_indent_2 a:link,
.menu_indent_2 a:visited,
.menu_indent_2 a:active,
.menu_indent_2 a:hover {
	font-size: 10px;
}

.news_date {
	text-align: center;
	background-color: #E6E9F2;
}

.news_headline {
	background-color: #CDD0E3;
}

.news_show {
	text-align: center;
	background-color: #013A81;
}

.news_date,
.news_headline,
.news_show {
	padding: 4px;
}

.news_show a:link,
.news_show a:visited,
.news_show a:active,
.news_show a:hover {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

.news {
	margin-bottom: 16px;
	width: 425px;
}

.news_content,
.news_content_list,
.news_thumb {
	vertical-align: top;
}

.news_content,
.news_thumb {
	padding: 0px;
}

.news_content_img {
	float: left;
	margin-right: 24px;
	margin-bottom: 16px;
}

.news_content_txt {
	padding-top: 4px;
	padding-right: 4px;
}

.news_content img,
.news_thumb img {
	border: 1px solid white;
}

.news_thumb img {
	width: 78px;
}

.sitemap {
	border-spacing: 1px;
	width: 425px;
}

.sitemap td {
	background-color: #CDD0E3;
	padding: 4px;
}

.sitemap_sub tr,
.sitemap_sub td {
	background-color: #E8E8F4;
}

.sitemap_sub a:link,
.sitemap_sub a:visited,
.sitemap_sub a:active,
.sitemap_sub a:hover {
	font-weight: normal;
}
