/* general */

body{
	margin-left:4px;
	margin-top:4px;
}

body, table, tr, td, input, select, form{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dt,dd{ display:block; margin-bottom:4px; }
dt{font-weight:bold;}

h1{ 
	display:block;
	margin-bottom:8px;
	font-size:18px;
	font-weight:bold;
	color:#006ab4;
}

h2{ 
	display:block;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color:#006ab4;
}

h3{
	display:block;
	margin-bottom:6px;
	font-size:14px;
	font-weight:bold;
	color:#006ab4;
}

h4{
	display:block;
	margin-bottom:6px;
	font-size:13px;
	font-weight:bold;
	color:#006ab4;
}

li{ margin-bottom:4px;}

image.bild-rechts{float:right; margin-left:8px; border:1px solid #0033CC;}
image.bild-links{float:left; margin-right:8px; border:1px solid #0033CC;}

.small{ font-size:10px; color:#000000; }

.green{ color:#009933; }

.tableHeader {background-color:#cfe2f0;}

.tableBorder { border:1px solid #006699; }


div.mainHeader{
	background-image:url(images/elements/bg_header.jpg);
	border-bottom:4px solid #ffffff;
	height:100px;

}

/* Bild im Header  */
#apDiv1 {
	position:absolute;
	width:518px;
	height:40px;
	z-index:1;
	left: 140px;
	top: 50px;
}

table.header{
	margin-top:50px;
}
/**/
td.headerCell{

	padding-left:24px;	
}

.headerline{
	color:#FFFFFF;
	font-size:32px;
	font-weight:bold;
	margin:0;
}

td.menu{
	border-right:4px solid #ffffff;
	background-color: #f0f8ff;
	padding-top:18px;
}

td.content{
	background-color: #f0f8ff;
	padding:8px;
}

.mainbg{
	background-color: #f0f8ff;
	background-image:url(/images/elements/bg_main.jpg);
	background-repeat:repeat-y;
}

div.flags{
	margin-left:20px;
	margin-bottom:12px;
}

div.menu{margin-bottom:4px;}
div.counter{
	color:#FFFFFF;
	background-color:#666666;
	padding:2px 4px 2px 4px;
	margin-left:20px;
	margin-bottom:8px;
	font-weight:bold;
	width:156px;
}

a{
	color:#0033CC;
	text-decoration:none;
}
a:hover{ color:#a24f47 }


a.menuLink{
	display:block;
	padding:2px 4px 2px 4px;
	margin-bottom:8px;
	margin-left:20px;	
	width:156px;
	/*background-color:#c0c0c0;*/
	background-color:#E6E6E6;
	font-weight:bold;
	color:#3a75b1;
}

a.menuLink:hover{
	color:#FF3333;
}

a.smallLink{
	font-size:10px;
}

a.smallLink:hover{
	color:#FF3333;
}

a.pagebar{
	color: #006699;
	font-size: 11px;
	text-decoration: none;	
}
a.pagebar:hover{	
	color: #FF0000;
}

.rot{ color: #FF0000; }


/* Menü neu */

table.menuTable {
	width:220px;
	margin-bottom:14px;
}

div.menuContent {
	width:190px;
	min-height:80px;
	border:1px solid #999999;
	padding:4px;
}

div.mainmenu {
	width:198px;
	min-height:80px;
	border:1px solid #999999;
	padding:0;
}

/* Footer Bereich */
td.FOOTER
{
	font-size: 10px;
}

a.Footer
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;	
}
a.Footer:hover
{	
	color: #F16124;
	text-decoration: none;
}

/* Menu */

.menuItem legend {
	color: #000;
}


/* FORMULARE */

form{margin:0};

input, select, textfield {
	font-size:11px;
}

select { height:18px; }

input.tf1 {
	border: 1px solid #999999;
	height: 15px;
}

input.button1 {
	cursor:pointer;
	font-size:11px;
}


.errorText {
	color: #FF0000;
}
