/* ###################### */
/* GLOBAL */
html {
	height: 100%;
}
body {
    font:70.01% Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #FFF;
    text-align: left;
	line-height:1.4em;
}

/* LINKS */
a:link,
a:visited { color: #000; text-decoration: none; font-weight: normal; }

a:focus,
a:hover,
a:active { text-decoration: underline; }

a img { border: none; }
a.active { text-decoration: underline; }

/* Global Classes */
.floatNone { float: none; clear: both; width: 1px; height: 0px; font-size: 1px; line-height: 0px; display:block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.bold { font-weight: bold; }
.noColor { background-color: inherit !important; }
.alignLeft { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight { text-align: right !important; }
.border { border: solid 1px #000; }

/* Global Elements */
h1 {font-size: 1.4em; font-weight: normal; margin-left:-2px; color:#b1c800; font-family:Arial, Helvetica, sans-serif;}
p { margin:0.6em 0; }
em { font-style:italic;}
b {font-weight:bold;}
strong {font-weight:bold;}

/* -------------------- */


/* -----Bereich Navigation--------------- */
.navigation {
	width:881px;
	height:142px;	
	background-image:url(../tpl/images/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	position:relative;
 }

/* -------------------- */
ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu
{
	position: absolute;
	z-index: 3;
	top: 112px;
}

.menu li
{
	width: 176px;
	float: left;
}

.menu a
{
	border: 1px solid #B1C800;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px 2px;
	display: block;
	height: 20px;
	color: #000;
}

.menu a:hover
{
	background-color: #D8E37F;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
	font-size: 10px;
	display: none;
	width: 170px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	cursor: pointer;
}
/* -------------------- */

	#container {
		margin:0 auto;
		height:595px;
		width:1027px;
		clear:left;
		}
	.col_left {
		width:881px;
		height:595px;
		float:left;	
	}	

		/*--------------------Content-----------------------------*/
		.col_left .second{
			height:399px;	
			width:881px;
			border-bottom:1px solid #b1c800;
			border-top:1px solid #b1c800;
			background-color:#f3f7d9;
		}
		.col_left .second .left{
			float:left;
			width:452px;
			height:398px;
			background-color:#FFFFFF;
			margin-right:20px;
		}
		.col_left .second .right{
			height:398px;
			float:none;
			padding-top:20px;
			padding-right:20px;

			}

		.col_left .second .right dl {
			margin: 5px 0;
		}
	
		.col_left .second .right dt {
			float: left;
			display:block;
			position:absolute;
		}
	
		.col_left .second .right dd {
			display:block;
			float:none;
		}


		/*--------------------Content End-----------------------------*/
		.col_left .third{
			height:52px;
			float:none;
		}
			.col_left .third .left{
				height:52px;
				width:452px;
				float:left;
			}
			.col_left .third .right{
				height:52px;
				float:none;
				background-image:url(../tpl/images/bg_submenu.gif);
				background-position:right;
				background-repeat:no-repeat;
				text-align:right;
				padding-right:76px;
			}
			.col_left .third .right *{
				margin-left:7px;
				margin-top:19px;	
			}
		
	.col_right {
		height:595px;
	}	
	
	/*------- Definition List-----------*/
	dl {
	margin: 5px 0;
	}
	
	dt {
	float: left;
	display:block;
	}
	
	dd {
	display:block;
	float:none;
	}
