/*GRUNDDEFINITION*/

/*
html {
	min-height: 101%;
}
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg_image.jpg) repeat;
}

#container {
/*	background: #006600; */
	background: #004400;
	width: 800px;
	height: 525px;
	margin: 0 auto;
	margin-top: 70px;
	padding: 5px;
}

#top {
	width: 100%;
	height: 175px;
}

#banner {
	height: 150px;
	width: 800px;
        vertical-align:top;
	text-align:left;
}

#topbottom {
	background-color:#004400;
	height: 25px;
	width: 740px;
	float:left;
}

#topbottom_lang {
	height: 25px;
	width: 60px;
	float:right;
	text-align:center;
        vertical-align:middle;
}

ul.menu a{
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding-top:inherit;
	padding-bottom:5px;
	padding-right: 1em;
	padding-left: 1em;
	background-color:#004400;
	text-decoration:none;
}

ul.menu,.menu ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display:inline;
}


ul.menu>li{
	display: table-cell;
	position: relative;
	padding: 4px 0px 0px 0px;
}


ul.menu a:hover {
	color: #FFFFFF;
	padding-top:inherit;
	padding-bottom:5px;
	padding-right: 1em;
	padding-left: 1em;
	background-color:#007700;
	text-decoration:none;
}


#topbottom li#current a{
	color: #FFFFFF;
	padding-top:inherit;
	padding-bottom:5px;
	padding-right: 1em;
	padding-left: 1em;
	background-color:#007700;
	text-decoration:none;
}

#mitte {
	background: #FF0000;
	height: 350px;
	width: 100%;
}


#content{
	width: 790px;
	float: inherit;
	background: #007700;
	height: 100%;
	overflow:auto;
        padding-left: 10px;
}

img{
	border: 0;
}


div.componentheading{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

div.moduletable{
     background-color:#004400;
     height: 25px;
}


#breadcrumb {
	padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	#font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
        margin-bottom: 0px;
}


div.sig_cont{
       height: 110px;
}

#jflanguageselection{
        padding-top: 4px;
}
