/*------------------------------------------------------------------------
	SecureVD CSS // © Frederic K. Herring, cmXs 2009
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../img/bg_shader.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	color: #555555;
}

body a {
	color:#0b0b0b;
}


img {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}

.high {
	position:relative;
	top: -0.4em;
	font-size: 70%;
	line-height: 0%;
	color: #333333;
}

.hint {
	float: left;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	width: 100%
}



.detail_faq {
	display: none;
	visibility: hidden;
	float: left;
}

.boxmainheadline_faq{
	cursor: pointer;
	float: left;
}

h5{
	width: 270px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	color: #3f1c80;
	margin: 3px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}


._MYLINK1{
	color: red;
	font-weight: bold;
}

._MYLINK2{
	color: blue;
	font-style: italic;
}

/*------------------ search_list -----------------------*/


.search_list {
	width: 800px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}


.searchlistgroupheader {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #4aa52b;
	text-decoration: none;
}

.searchlist {
	font-family: "Trebuchet MS", arial;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #0b0b0b;
	text-decoration: none;
}

.searchlist a, .searchlist a:visited {
	text-decoration: underline;
}

.searchlist a:hover {
	color: #4aa52b;
	text-decoration: none;
}

.search_prevtxt {
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #66666;
	text-decoration: none;

}




/*------------------ eingabefelder -----------------------*/




.loginfield, .loginfield:visited {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 200px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.loginfield:hover {
	background-color: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 200px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #69c04b;
	
}


















.dropdown, .dropdown:visited {
	float: left;
	clear: left;	
	background-color: #ededed;
	width: 440px;
	font-family: "Trebuchet MS", arial;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 30px;
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	
}

.dropdown:hover {

	float: left;
	clear: left;	
	background-color: #ededed;
	width: 440px;
	font-family: "Trebuchet MS", arial;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 30px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cc0000;
	
}




.inputfield, .inputfield2 {
	width: 440px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputfield:hover, .inputfield2:hover {
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #69c04b;
	
}

.inputfield2{
	width: 340px;
}


.inputbox  {
	width: 440px;
	height: 130px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputbox:hover {
	height: 130px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #69c04b;
	
}



/*------------------ suche -----------------------*/


.suche {
	width: 153px;
	height: 30px;
	float: left;
	background-image: url(../img/suchmaske.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 25px;
}



.sucheeingabe {
	float: left;
	height: 13px;
	width: 90px;
	border: 1px solid #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	line-height: normal;
	margin-top: 4px;
}






/*------------------ container -----------------------*/

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


.innencontainer {
	width: 980px;
	float: left;
}








/*------------------ topbox -----------------------*/

.topbox {
	width: 980px;
	float: left;
	clear: left;
	background-image: url(../img/topbox_photo.png);
	background-repeat: no-repeat;
	background-position: 661px 0px;
	height: 120px;
}

.logo {
	width: 287px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.logo img {
	float: left; 
}




/*------------------ topnav -----------------------*/

.topnav {
	width: 300px;
	float: left;
	margin-top: 21px;
}

.topnav a, .topnav a:visited {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	padding-right: 15px;
}

.topnav a:hover {
	float: left;
	color: #ff9933;
	text-decoration: none;
}







/*------------------ mainnavbox -----------------------*/

.mainnavbox {
	width: 975px;
	float: left;
	margin-top: 10px;
	height: 78px;
	background-image: url(../img/shader_mainnav.png);
	background-repeat: no-repeat;
}



/*------------------ mainnav -----------------------*/

.mainnav {
	width: 975px;
	float: left;
	padding-top: 3px;
}

.mainnav a {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 15px;
	color: #3f1c80;
	text-decoration: none;
	padding-right: 16px;
	font-weight: bold;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav a:hover {
	float: left;
	color: #72b25c;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*------------------ subnav -----------------------*/


.subnav {
	width: 959px;
	float: left;
	padding-top: 3px;
	padding-left: 16px;
}

.subnav a {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 12px;
	color: #3f1c80;
	text-decoration: none;
	padding-right: 23px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subnav a:hover {
	float: left;
	color: #72b25c;
	text-decoration: none;
}




/*------------------ shadermiddle -----------------------*/


.shadermiddle {
	width: 975px;
	float: left;
}
.shadermiddle img {
	float: left;
}


/*------------------ shaderfooter -----------------------*/


.shaderfooter {
	width: 975px;
	float: left;
	margin-top: 13px;
	background-image: url(../img/shader_footer.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}
.shaderfooter img {
	float: left;
}



/*------------------ footer -----------------------*/



.shaderfooter h1 {
	width: 380px;
	float: left;
	text-decoration: none;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.shaderfooter themenu {
	width: 384px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.shaderfooter div.themenu a {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-right: 26px;
}

.shaderfooter div.themenu a:hover {
	color: #72b25c;
}



/*------------------ pageup -----------------------*/

.shaderfooter h3 {
	width: 104px;
	float: right;
	text-decoration: none;
	padding-right: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shaderfooter h3 a, .shaderfooter h3 a:visited {
	float: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.shaderfooter h3 a:hover {
	color: #72b25c;
	text-decoration: none;
}













/*------------------ content -----------------------*/

.content {
	width: 980px;
	float: left;
	clear: left;
	background-image: url(../img/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: 0px 51px;
	margin-top: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftside {
	width: 672px;
	float: left;
}

.rightside {
	width: 284px;
	float: right;
	margin: 0px;
	padding: 0px;
}





/*------------------ content -----------------------*/

.intro {
	width: 672px;
	float: left;
	clear: left;
	height: 270px;
}

.introbig {
	width: 975px;
	float: left;
	clear: left;
	height: 270px;
}


.intro-textbox {
	float: left;
	padding-right: 9px;
	width: 218px;
}

.intro-textbox img {
	float: left;
}

.medium-nopic {
	float: left;
	width: 441px;
}

.medium-nopic img {
	float: left;
}

.big-nopic {
	float: left;
	width: 668px;
}

.big-nopic img {
	float: left;
}



.right-nopic {
	float: left;
	width: 283px;
}

.right-nopic img {
	float: left;
}




/*------------------ infoboxtop -----------------------*/


.infoboxtop {
	width: 282px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}

.infoboxtop h1 {
	width: 270px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight: bold;	
	line-height: 30px;
	color: #3f1c80;
	padding-left: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.infoboxtop h2 {
	width: 270px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	color: #3f1c80;
	padding-left: 16px;
	margin: 3px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.infoboxtop h3 {
	width: 250px;
	float: left;
	clear: left;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 16px;
}

.infoboxtop h3 a, .infoboxtop h3 a:visited {
	width: 264px;
	color: #333333;
	text-decoration: underline;
}

.infoboxtop h3 a:hover {
	width: 264px;
	color: #4aa52b;
	text-decoration: none;
}


.infoboxtop h4 {
	float: left;
	margin: 0px 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.infoboxtop h4 img {
	float: left;
}

.infoboxtop h4 a {
	float: left;
	margin: 0px;
	padding: 0px;
}
























/*------------------ infoboxright -----------------------*/

.infoboxright {
	width: 282px;
	float: left;
	margin: 0px 0px 15px;
	padding: 0px;
}

.infoboxright h1 {
	width: 273px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 21px;
	line-height: normal;
	color: #4aa52b;
	background-image: url(../upload/header/header_big.png);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-left: 9px;
	font-weight: bold;
	padding-top: 8px;
	margin: 0px;
}

.infoboxright h2 {
	width: 264px;
	float: left;
	clear: left;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 20px;
	padding-left: 9px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.infoboxright h2 a, .infoboxright h2 a:visited {
	width: 264px;
	color: #333333;
	text-decoration: underline;
}

.infoboxright h2 a:hover {
	width: 264px;
	color: #4aa52b;
	text-decoration: none;
}








/*------------------ artikelgreybox -----------------------*/

.artikelgreyboxpadding {
	width: 666px;
	float: left;
	clear: left;
	margin: 12px 0px 0px;
	padding: 0px;
}

.artikelbigboxpadding {
	width: 967px;
	float: left;
	clear: left;
	margin: 12px 0px 0px;
	padding: 0px;
}


.artikelgreybox {
	width: 666px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../upload/artikel/artikelshader.gif);
	background-repeat: repeat-y;
}

.artikelbigbox {
	width: 979px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../upload/artikel/bigartikelshader.gif);
	background-repeat: repeat-y;
}




.artikelgreybox h1 {
	width: 600px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 21px;
	line-height: normal;
	color: #3f1c80;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
}

.artikelgreybox h2 {
	width: 600px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 19px;
	color: #3f1c80;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 4px;
	margin: 0px;
	padding-right: 0px;
}



.artikelgreybox h3 {
	width: 600px;
	float: left;
	clear: left;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.artikelgreybox h3 a, .artikelgreybox h3 a:visited {
	width: 264px;
	color: #333333;
	text-decoration: underline;
}

.artikelgreybox h3 a:hover {
	width: 264px;
	color: #4aa52b;
	text-decoration: none;
}






.artikelgreybox div.copy {
	width: 600px;
	float: left;
	clear: left;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.artikelgreybox div.copy a, .artikelgreybox div.copy a:visited {
	color: #333333;
	text-decoration: underline;
}

.artikelgreybox div.copy a:hover {
	color: #4aa52b;
	text-decoration: none;
}





.artikelbigbox h1 {
	width: 900px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 21px;
	line-height: normal;
	color: #ffffff;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
}

.artikelbigbox h2 {
	width: 900px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 4px;
	margin: 0px;
	padding-right: 0px;
}








.artikelbigbox div.copy {
	width: 900px;
	float: left;
	clear: left;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.artikelbigbox div.copy a, .artikelbigbox div.copy a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.artikelbigbox div.copy a:hover {
	color: #ffffff;
	text-decoration: none;
}







/*------------------ threeboxselector -----------------------*/
.threeboxselector {
	width: 680px;
	float: left;
	clear: left;
	padding-top: 10px;
}


/*------------------ fourboxselector -----------------------*/
.fourboxselector {
	width: 990px;
	float: left;
	clear: left;
	padding-top: 10px;
}




/*------------------ infofloatbox -----------------------*/


.infoboxfloat {
	float: left;
	padding-right: 10px;
	width: 216px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.infoboxheader {
	float: left;
	background-image: url(../upload/smallbox/box_shader.gif);
	background-repeat: repeat-y;
	clear: left;
	width: 216px;
}

.infoboxheader-innen {
	float: left;
	background-image: url(../upload/smallbox/box_header.gif);
	background-repeat: no-repeat;
	width: 216px;
}

.infoboxheader-innen h1 {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3f1c80;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 16px;
	padding-bottom: 2px;
}


/*------------------ infofloatbox Graue Box -----------------------*/


.infoboxcontent-grey {
	background-image: url(../upload/smallbox/box_shader.gif);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	width: 216px;
}

.infoboxcontent-grey h2 {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0b0b0b;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	width: 180px;
	height: 80px;
}


.infoboxcontent-grey h3 {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	clear: left;
}

.infoboxcontent-grey h3 img {
	float: left;
}

.infoboxcontent-grey h3 a {
	float: left;
	margin: 0px;
	padding: 0px;
}


/*------------------ infofloatbox Gruene Box -----------------------*/

.infoboxcontent-green {
	background-image: url(../upload/smallbox/box_shader_green.gif);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	width: 216px;
}

.infoboxcontent-green h2 {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0b0b0b;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	width: 180px;
	height: 80px;
}

.infoboxcontent-green h3 {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	clear: left;
}

.infoboxcontent-green h3 img {
	float: left;
}

.infoboxcontent-green h3 a {
	float: left;
	margin: 0px;
	padding: 0px;
}





/*------------------ infofloatbox Bildbox -----------------------*/


.infoboxcontent-bild {
	background-position: 0px 0px;
	clear: left;
	float: left;
	height: 130px;
	width: 217px;
}


.infoboxcontent-bild h3 {
	float: left;
	margin: 86px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	clear: left;
}

.infoboxcontent-bild h3 img {
	float: left;
}

.infoboxcontent-bild h3 a {
	float: left;
	margin: 0px;
	padding: 0px;
}

