
@charset "utf-8";

html {
/*	background: _myColor1;*/
	overflow-x: auto;
	overflow-y: scroll;
	background-image: url(bg-main.png);
	background-position: center;
	background-repeat: repeat-y;
}


body { 
/*	min-width: 1024px;*/
	max-width: 1024px;
/*	background-color: #FFFFFF;

	font-family: 100% Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	/*height: 0px;
	width: 0px;
	left: 0px;
	top: 0px 
	*/

}

/* Schriften */
h1
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
/*	text-indent:0px;*/
	color: #730324;
	font-weight: bold;
	font-size: 19px;
	border-width:1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}

h2 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif; color: #000000;  font-size: 15px; margin: 0px;
}

h3 {
	color: #000000;  font-size: 13px; margin: 0px;
}

h4 {
	color: black; font-size: 13px; margin: 0px;
}

p, div, td, th, dl, ul, ol
{
	font-size: 13px;
	margin: 0px; 
}

/* Allgemeine Links */
a:active { color: #456382; text-decoration: none; }
a:link { color: #456382; text-decoration: none; }
a:visited { color: #456382; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

/* Klasse für markierte Links 
.iconlink a:link {text-decoration: none; color:#456382}
.iconlink a:visited {text-decoration: none; color:#456382}
.iconlink a:active {text-decoration: none; color:#456382}
.iconlink a:hover {text-decoration: underline; color: blue;}
*/

.iconlink a:before { content:url(symb_link.gif); margin-right:5px; }

/*
.imglink a:link {text-decoration: none; color:red}
.imglink a:visited {text-decoration: underline; color:red}
.imglink a:active {text-decoration: none; color:red}
.imglink a:hover {text-decoration: underline; color: blue;}
.imglink a:before { content:url(triangle1.png); text-decoration: underline; color:red}
*/

/* Bilder mit Links ohne Rahmen darstellen 
a:link img, a:visited img { border-style: none; } */

/* Alle Bilder ohne Rahmen darstellen (auch Imagemaps)*/
img { border: none; } 


/************************
 Layout  
*************************/

#banner {
	position: relative; 
	height: 98px; 
/*  background-color: _myColor3; 
	background-image: url(banner.png); */
/* width:100%;*/
} 

#leftcol {
width: 17%;
/*	width: 180px; 
 min-height:100px; */
	padding-top: 24px;
	padding-left: 9px;
	float:left; 
	position:relative; 
/*background-color: black;
 background-color: #B4C4D4; 
 background-image: url(Button1.png); */
 }
 
#maincol {
	float: right; 
	display: inline; 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	position: relative; 
/* background-color: transparent; 
 background-color: red; 
	width: 805px; */
	width: 78%;
 }
 

/* Klasse für Blocksatz */
.block { text-align: justify;}

/*span.menu { color: #FFFF66; font-weight: bold; font-size: 9pt; text-decoration: none }
span.mensub { color: #0FFF66; font-weight: bold; font-size: 6pt; text-decoration: none }*/




/************************
 Links in Infoboxen
*************************/
a.boxheader:active { 
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
a.boxheader:link {
color: #FFFFFF; font-style: normal; font-weight: bolder; font-size: 14px; line-height: 25px; text-align: center; text-decoration: none;
}
a.boxheader:visited {
color: #FFFFFF; font-style: normal; font-weight: bolder; font-size: 14px; line-height: 25px; text-align: center; text-decoration: none;
}
a.boxheader:hover {
color: #0000FF; font-style: normal; font-weight: bolder; font-size: 14px; line-height: 25px; text-align: center; text-decoration: none;
}



/****************************
 Table define 1px
 crea: 21.7.09
*****************************/
.tabdef {
	border-collapse:collapse ;
	border-spacing:1px;
	border:1px;
	border-width:1px;
	padding:1px;
	/*  width:200px;*/
	margin:1em auto;
}

.tabdef th {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	padding:1px;
	background-color:#E7E7E7;
	color:inherit;
	height:35px;
	text-align:center;
}

.tabdef td {
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
	padding:5px;
	text-indent:5px;
	text-align:center;
}

/****************************
 Infoboxen
 mod: 2.4.10
****************************/

.infobox {
/*  background-color: #B4C4D4;
  background-color: red;*/
/*  border-collapse: separate;
  border-spacing: 1px;
  border: 1px;
  border-width: 1px;*/
  padding: 10px;
/*  width: 150px;
  margin: 1em auto;*/
   background-image: url(../../pict/infobox.png);
   background-repeat: no-repeat;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   margin: 0px 0px 80px 0px;
	text-align:center;
}


/****************************
 Links Hauptseite Titel
*****************************/
a.gross:active { color: #456382; font-size: 20px; text-decoration: none; }
a.gross:link { color: #456382; font-size: 20px; text-decoration: none; }
a.gross:visited { color: #456382; font-size: 20px; text-decoration: none; }
a.gross:hover { color: #0000C4; font-size: 20px; text-decoration: none; }

/************************
 Links im Menu oben
*************************/

a.menu:active { color: #66FFFF; font-weight: bold; font-size: 90pt; text-decoration: none }
a.menu:link { color: #66FFFF; font-weight: bold; font-size: 90pt; text-decoration: none }
a.menu:visited { color: #66FFFF; font-weight: bold; font-size: 90pt; text-decoration: none }
a.menu:hover { color: red; font-weight: bold; font-size: 90pt; text-decoration: none }



/************************************************************
 Formatierungen für javascript menu
 last mod: 24.7.09
*************************************************************/

.itemBorder { border: 1px none #E9E9E9;}

/* Zeile Hauptmenu */
.itemText { 
	color: white;
	text-decoration: none;
	font-size: 13px 
}
a.itemText:active { color: black; text-decoration: none }
a.itemText:link { color: black; text-decoration: none }
a.itemText:visited { color: black; text-decoration: none }
a.itemText:hover { color: blue; text-decoration: none }


/* Untermenus funktioniert nicht ?*/
.itemTextSub {
	color: white;
	text-decoration: none;
	font-size: 13px
}
a.itemTextSub:active { color: black; text-decoration: none }
a.itemTextSub:link { color: black; text-decoration: none }
a.itemTextSub:visited { color: black; text-decoration: none }
a.itemTextSub:hover { color: blue; text-decoration: none }






/************************
 Seitentitel
*************************/
.header { 
color: #E6FFFF;
	font-size: 18px;
	line-height: normal
}

.boxheader { color: #FFFFFF; font-weight: bolder; font-size: 11px; line-height: 20px; text-align: center}



/***************************
 Input Felder in Formularen
****************************/
.FormInput  {
	font-size:12px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
.FormInputRequired {
	font-size:12px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FF0000;
}

.submit {
	background-color: #CCCCCC;
	font-size: 12px;
	height: 27px;
	clear: none;
/*	cursor: hand;*/
	border-top: 1px inset #CCCCCC;
	border-right: 2px inset #333333;
	border-bottom: 2px inset #333333;
	border-left: 1px inset #CCCCCC;
}




/************************************
Media Bereich
10.8.2009 
*************************************/

#headerpart, #footerpart
{ display: none; }

