/*-----------------*/
/* structure style */
/*-----------------*/

html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	background-color:#f0ff33;
	/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#515151;
	background-color:#f0ff33;
}

#content {
	position:absolute;
	overflow:auto;
	z-index:3;
	top:138px;
	bottom:34px;
	left:152px;
	right:0;
	padding: 16px 0 0 0;
	background-color:#f0ff33;
	
	color:#333333;
	line-height: 15px;
	font-size:10px;

}

/* css hack, für ie */
* html #content { 
	position:absolute;
	overflow:auto;
	z-index:3;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;	
	border-top:138px solid #fff;
	border-bottom:34px solid #fff;
	border-left:152px solid #fff;
	/*margin: 138px 0 34px 152px;*/
}


#head {
	position:absolute;
	overflow:hidden;
	z-index:5;
	margin:0;
	top:0;
	left:0;
	/*display:block;*/
	width:100%;
	height:138px;
	background-image:url(../gfx/allgemein/bg_head.gif);
	color:#FFFFFF;
}

.head_pics {
	width:955px;
}

#footer {
	position:absolute;
	overflow:hidden;
	z-index:5;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	height:33px;
	background-image:url(../gfx/allgemein/bg_footer.gif);
}

#navi {
	position:absolute;
	z-index:4;
	left:0;
	top:138px;
	bottom:34px;
	width:152px;
	padding: 20px 0 0 0;
	background-color:#f0ff33;
	
}

/* css hack, für ie */
* html #navi {
	height:100%;
	top:0;
	bottom:0;
	/*margin:100px 0 50px 0;*/
	border-top:138px solid #fff;
	border-bottom:34px solid #fff;
}

/*---------------------------*/
/* navigation styles 1st navi*/
/*---------------------------*/


.navi_1st {
	margin: 0 0 0 3px;
	background-image:url(../gfx/allgemein/bg_a_1st.gif);
	background-repeat: repeat-y;


}

.navi_1st a {
	display:block;
	text-decoration:none;
	padding: 7px 0 0 22px;
	background-image:url(../gfx/allgemein/bg_a_1st.gif);
	width:100px;
	height:19px;
	color:#515151;
}

/* css hack, für ie */
* html .navi_1st a {
	width:122px;
	height:26px;
}

.navi_1st a:hover {
	padding: 7px 0 0 22px;
	background-image:url(../gfx/allgemein/bg_a_hover_1st.gif);
	color:#515151;
}

.navi_1st_activ {
	width:112px;
	height:19px;
	padding:7px 0 0 22px;
	background-image:url(../gfx/allgemein/bg_a_activ_1st.gif);
	color:#FFFFFF;
}

/* css hack, für ie */
* html .navi_1st_activ {
	width:134px;
	height:26px;
}

.navi_1st2 {
	margin: 0 0 0 3px;
	background-image:url(../gfx/allgemein/bg_a_1st2.gif);
	background-repeat: repeat-y;

}

.navi_1st2 a {
	display:block;
	text-decoration:none;
	padding: 7px 0 0 31px;
	background-image:url(../gfx/allgemein/bg_a_1st2.gif);
	width:91px;
	height:19px;
	color:#515151;
}

/* css hack, für ie */
* html .navi_1st2 a {
	width:122px;
	height:26px;
}

.navi_1st2 a:hover {
	padding: 7px 0 0 31px;
	background-image:url(../gfx/allgemein/bg_a_hover_1st2.gif);
	color:#515151;
}

.navi_1st2_activ {
	width:103px;
	height:19px;
	padding: 7px 0 0 31px;
	background-image:url(../gfx/allgemein/bg_a_activ_1st2.gif);
	color:#FFFFFF;
}

/* css hack, für ie */
* html .navi_1st2_activ {
	width:134px;
	height:26px;
}


/*---------------------------*/
/* navigation styles 2nd navi*/
/*---------------------------*/

.navi_2nd {
	position:absolute;
	left:146px;
	top:120px;
}

.navi_2nd a {
	position:relative;
	padding: 6px 6px 4px 6px;
	text-decoration:none;
	background-image:url(../gfx/allgemein/bg_a_2nd.gif);
	color:#515151;
}

.navi_2nd a:hover {
	padding:6px 6px 4px 6px;
	background-image:url(../gfx/allgemein/bg_hover_2nd.gif);
	text-decoration:none;
}

.navi_2nd_activ {
	position:relative;
	padding: 6px 6px 4px 6px;
	background-image:url(../gfx/allgemein/bg_hover_2nd.gif);
	text-decoration:none;
}

/*----------------------------*/
/* navigation styles lang navi*/
/*----------------------------*/

.navi_lang {
	position:absolute;
	left:0;
	top:83px;
	width:955px;
	text-align:right;
	color:#f0ff33;
}

.navi_lang a {
	color:#f0ff33;
	text-decoration:none;
}

.navi_lang a:hover {
	color:#ffffff;
	/*	background-color:#f0ff33;*/
	text-decoration:none;
}

/*----------------------------*/
/* navigation styles meta navi*/
/*----------------------------*/

.navi_meta {
	position:absolute;
	left:0;
	top:14px;
	width:955px;
	text-align:right;
	color:#FFFFFF;
}

.navi_meta a {
	color:#FFFFFF;
	text-decoration:none;
}

.navi_meta a:hover {
	color:#f0ff33;
	/*background-color:#FFFFFF;*/
	text-decoration:none;
}

/*------------------------------*/
/* navigation styles footer navi*/
/*------------------------------*/

.navi_footer {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../gfx/allgemein/bg_a_footer.gif);
}

.navi_footer a {
	position:relative;
	display:block;
	padding: 6px 0 0 10px;
	text-decoration:none;
	background-image:url(../gfx/allgemein/bg_a_footer.gif);
	color:#515151;
	height:18px;
	width:129px;
}

/* css hack, für ie */
* html .navi_footer a {
	height:24px;
	width:139px;
}

.navi_footer a:hover {
	padding:6px 0 0 10px;
	background-image:url(../gfx/allgemein/bg_a_hover_footer.gif);
	text-decoration:none;
}

/*---------*/
/* tagline */
/*---------*/

.tagline {
	position:absolute;
	left:128px;
	top:83px;
	font-weight:bold;
}

/*------------*/
/* tag styles */
/*------------*/


h1 {
	font-size:10px;
	color:#009933;
	margin:0 0 10px 0;
	font-weight:bold;
}

h2 {
	font-size:10px;
	color:#333333;
	margin:12px 0 5px 0;
	font-weight:bold;
}


h3 {
	font-size:10px;
	color:#009933;
	margin:12px 0 5px 0;
	font-weight:bold;
}

td {
	color:#333333;
	font-size: 10px;
	line-height: normal;
	height:21;
	/*background-image: url(../gfx/line.gif);
	background-repeat: repeat-y;
	background-position: right top;*/
}

tr {
	margin:0;
	padding:0;
}

p {
	margin: 0 0 10px 0;
}

.mark_bold {
	color:#009933;
	font-weight:bold;	
}

.mark {
	color:#009933;	
}

.mark_w {
	color:#FFFFFF;	
}

.mark_y {
	color:#f0ff33;
}

ul {
	margin: 0 0 10px 0;
}


li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../gfx/allgemein/listbullet.gif);
	margin:0 0 0 -24px;
}

td img {
	display:block;
}

.2ndlist {
	margin: 0;
	/*list-style-position: outside;
	list-style-image: url(../gfx/pfeil.gif);
	list-style-type: none;*/
}

* html li {

	margin:0 0 0 16px;

}

/*#content a {
	text-decoration:none;
	color:#009933;
	padding: 1px;

}

#content a:hover {
	text-decoration:none;
	color:#FFFF00;
	padding: 1px;
	background-color:#009933;


}*/

.content_left {
	width:385px;
	padding: 0 15px 0 0;
	float:left;
	background-image: url(../gfx/allgemein/line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* css hack, für ie */
* html .content_left {
	width:400px;
}

.content_left_obg {
	width:385px;
	padding: 0 15px 0 0;
	float:left;
}

/* css hack, für ie */
* html .content_left_obg {
	width:400px;
}

.content_right {
	width:385px;
	thin dotted #333333;padding: 0 0 0 15px;
	float:left;
}

/* css hack, für ie */
* html .content_right {
	width:400px;
}

a.txt {
	color:#009933;
	text-decoration:none;
	padding:0 1px 0 1px;
	background-color:#f0ff33;
}

td a.txt {
	color:#009933;
	text-decoration:none;
	padding:0 4px 0 4px;
	background-color:#f0ff33;
}

a:hover.txt {
	background-color:#009933;
	color:#FFFFFF;
	text-decoration:none;
}

a.btn {
	display:block;
	background-color:#009933;
	color:#FFFFFF;
	padding: 2px 0 2px 8px;
	margin-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2d35e;
	border-right-color: #3f3f3f;
	border-bottom-color: #3f3f3f;
	border-left-color: #d2d35e;
	text-decoration:none;
}

a:hover.btn {
	color:#f0ff33;
	/*background-color:#333333;*/
}
		
.hidden {
	display:none;
	background-color:#f0ff33;
	position:absolute;
	top:212px;
	left:190px;
	padding:5px;
	border: 1px solid #333333;
	width:315px;
	z-index:10;
}

.hidden ul{
	margin-bottom:0;
}

.hidden_pic {
	display:none;
}
	
label { 
  display: block;
  float: left;
  width: 70px;
}

input {
	/*display: block;*/
	float: left;
	width: 312px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:inherit;
	color: #333333;
	margin-bottom:6px;
	border: 1px solid #333333;
}

* html input{
	height: 18px;

}

input#submit {

float:inherit;}

input#hidden {

display:none;
}


textarea {
	display: block;
	float:left;
	width: 312px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-bottom:6px;
	border: 1px solid #333333;
}

.invalid {
	color:#FFFFFF;
	background-color:#FF0000;
}

.error {
	color:#FF3300;
}

.faq {
	width:500px;
}

.faq table {
	margin-bottom:3px;
	
}

.faq td {
	padding:0 0 7px 10px;
	font-style:italic;
}

.faq .alternateTable td {
	padding:7px 10px 7px 10px;
	font-style:normal;
}

.faq .alternateTable table {
	margin:0 0 10px 10px;
}
