/* begin Menu */
/* menu structure */



.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
color:#ffffff;text-transform:uppercase;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
float:right;

	

}


.art-menu li a:hover
{color:#000000;

}


.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;

	position: relative;
	z-index: 5;

color:#fdd56c;
font-size:13px;
float:left;
padding:6px;
padding-left:0px;
margin-right:23px;
height:16px;




}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
color:#202b47;


}



.art-menu li li a
{padding-top:0px;}



.art-menu li li:hover
{
	z-index: 10000;
	white-space: normal;



}




.art-menu ul
{
	background-color:#42588d;
	
float:right;

text-align:left;
}

.art-menu ul ul
{
	

text-align:left;
}

.art-menu li:hover>ul
{
	visibility: visible;


}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;

	clear: both;
}







/* menu structure */


.art-nav
{
	position: absolute;

top:278px;
left:265px;
	height: 30px;
	z-index: 110;
width:915px;
padding-top:10px;
padding-left:23px;

text-align:right;
}







/* end Menu */

/* begin MenuItem */




.art-menu a
{
	position:relative;

	

	cursor: pointer;
	text-decoration: none;
	
}


















/* begin MenuSubItem */
.art-menu ul 
{



  background-color: #42588d;
float:right;
padding-bottom:7px;


}


.art-menu ul li
{



padding-left:8px;padding-right:0px;
padding-top:5px;
height:10px;
min-width:100px;
text-align:left;
margin-right:9px;
display:block;clear:left;

}





.art-menu ul a
{


clear:left;



	line-height:17px;
	color:#ffffff;




z-index:100;

}



.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span span
{
	text-align: left;

	text-decoration: none;
	line-height: 15px;
	color: #ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
white-space:nowrap;


}


.art-menu ul li a:hover
{
	color:#202b47;


}



.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
float:right;
	


}
.art-menu ul li:hover>a
{
	color:#000000;


}
.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}
.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color:#202b47;padding:0px;

}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color:#202b47;padding:0px;

}







.menuactive span
{
color:#000000;
}



.menuactive ul a span
{color:#202b47;}

.menuactive ul a span:hover

{color:#202b47; }


.menuactive ul a.menuactive span

{color:#202b47; }

.menuparent ul a
{color:#ffffff;}


/* Stylesheet: menu Modified On 2015-02-20 19:44:19 */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

    object { outline:none; }







* {
margin:0;
padding:0;
   font-family: verdana;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana;
   font-size: 16px;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color:none;  color: #202b47;  text-decoration: underline;
}

a:visited {
 text-decoration: underline;  color: #202b47;  /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;  color: #202b47;  }

/*****************
basic layout 
*****************/
body {
   background-color: #2b4276; 
 }






div#pagewrapper {
  

 width:1206px;

position:relative;
margin:auto;
margin-top:30px;
height:auto;

background-image:url(/layout/images/streifen.png);








}
















/* position for the search box */
div#search {

position:absolute;
top:10px;
left:800px;
visibility:hidden;

}




 div#content {

   position:relative;

font-size:12px;
width:800px;
min-height:350px;
height:auto;

z-index:0;
   color: #ffffff;  border:1px solid white;
margin-top:10px;









}

div #header
{
position:absolute;
top:0px;
left:0px;
height:750px;
width:1206px;
z-index:0;

background-image:url(/layout/images/fenster.png);






}









div#main {

   position:relative;

font-size:12px;
width:753px;
min-height:400px;
height:auto;

clear:both;

padding-top:335px;
z-index:0;
   color: #202b47;  
margin-left:290px;









}




.clearb
{clear:both;}

*:first-child+html div#main
{

z-index:-1;



}















#main ul
{margin-left:17px;
   line-height: 1.5em;}


#pane
{
padding-right:50px;
width:616px;
height:490px;
color:#000000;   
background-color:transparent;

overflow-y:auto;
overflow-x:hidden;
border:none;

float:left;
   line-height: 1.2em;



}












div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {

clear: both;
 position:relative;
 z-index: 10;
 height: 37px;
 margin-top:0px;




background-image:url(/layout/images/footer.png);


font-size:10px;
    




  
}









div#footer p {
   font-size: 10px;

padding-top:30px;
color: #ffffff;
margin-left:1025px;


   

}



div#footer a {


color: #ffffff;



}

hr
{ color:transparent;border-bottom: 5px solid  #ffffff;margin-top:5px; margin-bottom:5px; left:-10px; position:absolute;width:895px;}




/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

#print
{
width:200px;
height:100px;


color:#000000;
font-size:10px;
margin-top:100px;

}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h1 { color: #202b47;font-size:20px;
font-weight:bold;


  

}


h2 { color: #000000;font-size:15px;
font-weight:bold;
margin-bottom:5px;



  

}


#title{
margin-bottom:15px;
margin-left:0px;
font-size:20px;

color:#202b47;
padding:0px;
margin-top:0px;



}

#title a{
margin-bottom:20px;
margin-left:0px;
font-size:20px;

color:#fdd56c1;
padding:0px;
margin-top:0px;
font-weight:bold;text-decoration:none;


}






h3 { font-size: 11px;
font-weight:bold;  color: #ffff99;




}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 14px
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.2em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}










#cntnt01searchinput
{
 background-color: #d7dae9; 
border:1px solid #8794b7;
   color: #8794b7;
width:100px;
height:16px;

}

#cntnt01moduleform_1
{
 
width:130px;
height:20px;
margin-top:0px;
}





#searchsubmit
{
 background-color: #d7dae9; 
border:1px solid #8794b7;
   color: #8794b7;
height:18px;
position:absolute;
top:5px;
left:105px;




}




* html

#searchsubmit
{
 background-color: #d7dae9; 
border:1px solid #8794b7;
   color: #8794b7;
height:18px;
position:absolute;
top:1px;
left:105px;



}





#home
{width:350px;
height:40px;
top:10px;

position:absolute;
z-index:1000;}





/* Stylesheet: layout Modified On 2015-01-26 16:34:39 */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:5px;}
fieldset div {
	
	margin-left:1em;


}
fieldset div div {
	margin-top:5px;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	
	padding:0.5em
}
fieldset label {
	width:150px;
}
legend {
	color:#000000;
	font-size:14px;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;

}
textarea {
	margin-left:10px;
	width:240px;
	height: 8em;
border:1px solid  #000000;
background-color:white;

}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:80px;}

/* Pretty up your Captcha image output */
.captcha {
	
	width:200px;
	float:left;
}

* html .captcha {
	
	width:200px;
	float:left;
margin-left:-40px;
}




.captchapict {
	width:110px;
height:50px;
margin-left:110px;

}


* html .captchapict {
	
	width:110px;
	height:50px;
margin-left:153px;
margin-right:0px;
}

.captcha img {}
.captcha input {width:100px;  margin-left:100px; float:left; margin-top:10px;}

.captcha_title
{
width:100px;
margin-left:25px;
font-size:12px;
margin-bottom:5px;
float:left;

}


.captcha_title input
{
width:126px; 
height:18px;
border:1px solid  #000000;
margin-top:15px;
background-color:white;

}

* html
.captcha_title input
{
width:126px; 
height:18px;
border:1px solid  #000000;
margin-top:15px;
margin-left:-25px;

}


*:first-child+html .captcha_title input {
 margin-left:-55px;
}


.fbsubmit {background-color:#000000; width:60px; margin-left:110px;margin-bottom:30px;
 cursor:pointer; border:1px solid  #000000; color: #ffffff; clear:both;


}



.fbsubmit input {background-color:#ffffff; width:30px; clear:both; }

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 100px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	border:1px solid  #000000;
width:230;
font-family:verdana;
	color:#000000;
	font-size:13px;background-color:transparent;


}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.ausfuellen
{
font-size:10px;
font-weight:bold;
float:right;
margin-top:-20px;
margin-top /*\**/: 5px\9 


}


* + html .ausfuellen
{margin-top:-20px;}



.captcha_phrase 
{
width:60px;
float:left;
margin-left:25px;
border:none;
margin-right:20px;
height:60px;

}


.captcha_phrase input
{
width:100px;
margin-top:10px;
clear:both;
font-family:verdana;
	color:#6f6f6f;
background-color:white;

}



.eingabefeld input
{width:240px; height:19px;border:1px solid  #000000; margin-left:10px;background-color:transparent; color:#000000;}

 .eingabefeld select
{width:242px; height:19px;border:1px solid  #942751; margin-left:10px;background-color:white;  font-family:verdana;
	color:#000000;font-size:13px;  }





input
{
font-family:verdana;
	color:#000000;
	font-size:13px;
background-color:white;

}

.auswahlfeld
{margin-top:10px;}

.auswahlfeld div
{width:450px;
margin-left:150px;display:block;margin-bottom:15px;
}

.auswahlfeld input
{margin-bottom:5px;float:left; margin-right:10px;}


.auswahlfeld div label
{width:400px;display:inline;
}

select
{margin-left:10px;margin-bottom:15px;}
/* Stylesheet: formulare Modified On 2015-01-20 17:20:03 */
