/* global definitions */
h1 {
	margin:0 0 15px ;
}
.invisible {
	display: none;
}
/* end global definitions */

/* Suche */
.highlight {
	background-color: #81B235;
	padding: 0 3px;
	color: #FFF;
}
#ctrl_keywords {
	width: 515px;
}
#ctrl_submit {
	width: 75px;
}
.mod_search .formbody {
	padding-bottom:4px;
}
/* end Suche */

/* breadcrumb */
.mod_breadcrumb {
	font-size:10px;
	padding-left: 18px;
}
.mod_breadcrumb a {
	text-decoration: none;
}
.mod_breadcrumb a:hover {
	text-decoration: underline;
}
/* end breadcrumb */

/* Navigation */

#nav {
	font-size: 11px;
}
#nav ul {
	padding-left: 21px;
}
#nav ul.level_1{
	padding:0 11px 14px;
}
#nav ul.level_2{
	padding: 0;
	margin-top: 15px;
}

#nav a {
	text-decoration: none;
}

#nav .level_2 a,
#nav .level_2 span{
	font-weight: bold;
}
#nav .level_3 a,
#nav .level_3 span{       
	font-weight: normal;
}

#nav .level_4 {
	display: none;
}
#nav .level_3 .active .level_4,
#nav .level_3 .trail .level_4{
	display: block;
}

#nav a.active,
#nav a.trail,
#nav span.active,
#nav a:hover,
#nav a.startpage:hover{
	color:#777;
	text-decoration: underline;
}

#nav a.startpage,
#nav span.startpage {
	text-decoration: none;
	color:#3B3B3B;
	background:url("/images/icons/arrow-180-small.png") no-repeat scroll 5px 1px transparent;
	padding-left:20px;
}

#nav .level_2 li {
	margin-bottom: 15px;
}
#nav .level_3 li {
	margin-bottom: 1px;
}
/* end Navigation  */

/* FAQ */
/*.mod_faqlist h1 {
	margin: 0 !important;
}*/
.faqBacklink {
	margin: 7px 0 !important;
}
.mod_faqlist li {
	margin-bottom: 15px;
}
.mod_faqlist .answer {
	display: none; 
	overflow: hidden;
	padding: 0 20px 0;
}

.mod_faqlist h2 {
	margin: 10px 0 0 !important;
}

.mod_faqlist .question {
	text-decoration: none;
	background:url("/images/general/boxes/arrow_eingeklappt.jpg") no-repeat scroll 3px 3px transparent;
	padding-left:20px;
	display: block;
}
.mod_faqlist h2.open .question {
	background:url("/images/general/boxes/arrow_ausgeklappt.jpg") no-repeat scroll 3px 4px transparent;
}

.mod_faqlist .question:hover {
	text-decoration: underline;
}

/* end FAQ */

/* Feedback */
#feedbackPage td {
	padding-bottom: 5px;
}
#feedbackPage .col_0 {
	width: 150px;
}
#feedbackPage .text {
	width: 400px;
}
#feedbackPage #ctrl_4 {
	width: 400px;
}
#recaptcha_widget_div {
	margin: 0 0 0 -3px;
}

/* end Feedback */

/* articles */
.mod_article ul li{
	list-style-type: disc;
}
.mod_article ul,
.mod_article ol {
	padding-left: 20px;
	margin: 10px 0;
}
.mod_article ol li{
	list-style-type: decimal !important;
	margin: 10px 0;
}

.general_new .categoryList {
	padding: 2px 0 0 0;
	margin: 0;
}
.general_new .bgwhite{
	padding: 0;
}
#mainLeft {
	float: left;
	width: 447px;
	overflow: hidden;
}
#mainRight {
	float:right;
	margin-left:-19px;
	margin-top:2px;
	width: 231px;
	overflow: hidden;
	margin-right: 1px;
}
#mainWrap {
	clear: both;
}

.general_new .shadowBoxSmallMiddle p {
	margin:1em 0;
}
.general_new .shadowBoxSmallMiddle {
	padding-top: 5px;
}
/* end articles */

/* Medium Box */
.general_new .shadowBoxMediumWrap {
	overflow: hidden;
	width: 436px;
	margin-left:11px;
}
.general_new .shadowBoxMediumTop,
.general_new .shadowBoxMediumBottom{
	width: 447px;
	overflow: hidden;
}
.general_new .shadowBoxMediumTop{
	background: transparent url(/images/general/boxes/shadowBoxMedium_top.png) no-repeat 0 0;
	height: 18px;
}
.general_new .shadowBoxMediumBottom{
	background: transparent url(/images/general/boxes/shadowBoxMedium_bottom.png) no-repeat 0 0;
	height: 21px;
}
.general_new .shadowBoxMediumMiddle{
	background: transparent url(/images/general/boxes/shadowBoxMedium_middle.png) repeat-y 0 0;
	width: 379px;
	padding:0 34px 0 23px;
	overflow:hidden;
	font-weight: normal;
}
.general_new .shadowBoxMediumMiddle p,
.general_new .shadowBoxMediumMiddle h1 {
	margin-bottom: 10px;
}
* html .general_new .shadowBoxMediumTop {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/boxes/shadowBoxMedium_top.png', sizingMethod='crop');
}
* html .general_new .shadowBoxMediumBottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/boxes/shadowBoxMedium_bottom.png', sizingMethod='crop');
}
* html .general_new .shadowBoxMediumMiddle {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/boxes/shadowBoxMedium_middle.png', sizingMethod='scale');
}

.general_new .noborder .shadowBoxMediumTop,
.general_new .noborder .shadowBoxMediumBottom,
.general_new .noborder .shadowBoxMediumMiddle,
.general_new .noborder .shadowBoxSmallTop,
.general_new .noborder .shadowBoxSmallBottom,
.general_new .noborder .shadowBoxSmallMiddle,
.general_new .noborder .shadowColumnTop,
.general_new .noborder .shadowColumnBottom,
.general_new .noborder .shadowColumnMiddle{
	background-image: none;
}

/* end Medium Box */

/* teaser */
.ce_teaser {
	margin-bottom: 30px;
	font-size: 11px;
	position: relative;
}
.ce_teaser .downloads,
.teaser .downloads{
	float: left;
	width: 50px;
	padding-right: 15px;
	padding-top: 6px;
	font-size: 11px;
	text-align: center;
}
.ce_teaser .downloads img,
.teaser .downloads img{
	width: 16px;
	height: 16px;
}
.ce_teaser .downloads a,
.teaser .downloads a{
	display: inline;
	display: inline-block;
	*zoom: 1;
}
.ce_teaser h2{
	margin: 0 0 0 65px;
	font-size: 11px;
	font-weight: normal;
}
.general_new .teaser h2{
	margin-top: 0;
}
.ce_teaser p,
.ce_teaser a{
	color: #AAA;
}
.ce_teaser .teaserText,
.teaser .teaserText{
	margin: 0 0 0 65px !important;;
}
.ce_teaser .date,
.teaser .date{
	margin: 0 0 0 65px;
	display: block;
	font-size: 10px;
}
.ce_hyperlink {
	margin-top: 30px;
}
.hyperlink_txt {
	font-size: 11px;
	padding-left: 20px;
	background: #FFF url(/images/icons/arrow-000-medium.png) no-repeat 0 center;
	text-decoration: none;
}
.hyperlink_txt:hover {
	text-decoration:underline;
}

.pressList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* end teaser */
