/*Positionierungen*/

body {
	background-color: #ffffff ;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	overflow: auto;
	margin:0;
}

#center{
	position: absolute;
	margin: 0;
	margin-top: -250px;
	top: 50%;
	width: 100%;
	text-align: left;
	z-index: 5;
}

#frames {
	position: absolute;
	width: 100%;
	height: 500px;
	border-top: solid 2px #7AAFD9;
	border-bottom: solid 2px #7AAFD9;
	background-repeat: no-repeat;
}

#box {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	height: 500px;
	margin-left: -500px;
}

#main_menu{
	position: absolute;
	width: 750px;
	height: 50px;
	float: left;}

#logo{
	position: absolute;
	left: 750px;
	top: -75px;
	width: 250px;
	float: right; }
	
#background{
	position: absolute;
	top: 50px;
	left: 600px;
}	
	
#box_inner{
	position: absolute;
	top: 50px;
	width: 1000px;
	height: 448px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#content {
	position: absolute;
	width: 550px;
	height: 445px;
	padding: 0;

}

#bild {
	position: absolute;
	left: 580px;
	width: 400px;
	height: 445px;
	float: right; 
}

#name {
	position: absolute;
	top: 500px;
	padding: 0;
	margin:0;

}

/*Menu Definitionen*/

table.menu {
	border-collapse: separate;
	border-spacing: 0px;
}

table.menu td.menu-sibling, table.menu td.menu-item{
	width: 125px;
	height: 30px;
	padding: 0;
	border:solid 1px #1E347F;
	border-top: none;
	text-align: center;
	background-color: #7AAFD9;
	 
}
table.menu td.menu-current, table.menu td.menu-parent{
	width: 125px;
	height: 30px;
	padding: 0;
	background-color: #1E347F;
}
	
td.menu-item a.menu-sibling, td.menu-item a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1E347F;
	font-weight: bold;
	background-image: url('/media/system/menuhintergrund.png');
	background-position: 0px 0px;
	min-height: 30px;
	line-height: 30px;
	display: block;
}

td.menu-item a.menu-current, td.menu-item a.menu-parent{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	font-weight: bold;
	background-image: url('/media/system/menuhintergrund_hover.png');
	display: block;
	min-height: 30px;
	line-height: 30px;
}

table.menu a:hover{
	background-color: #1E347F;
	color: #FFFFFF;
}


/*Submenu Definitionen*/

table.submenu {
	border-collapse: separate;
	border-spacing: 0px;
}

table.submenu td.menu-sibling, table.submenu td.menu-subitem{
	height: 20px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: dotted 1px #7AAFD9;
}

table.submenu td.menu-current, table.submenu td.menu-parent{
	/*width: 80px;*/
	height: 20px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

table.submenu td.menu-last{
	border-right: dotted 1px #7AAFD9;
}
	
td.menu-subitem a.menu-sibling, td.menu-subitem a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #7AAFD9;
	font-weight: bold;
}

td.menu-subitem a.menu-current{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #1E347F;
	font-weight: bold;
}

table.submenu a:hover{
	color: #1E347F;
}




/*Definitionen Namenseinblendung*/
#name a {
		color: #1E347F;
	text-decoration: none;
}

#name a:hover{
	font-weight: bold;
}

#name td{
	padding-right: 10px;
	padding-top: 3px;
	font-size: 0.6em;
	color: #1E347F;
	text-decoration: none;
}

/*Generelle Definitionen*/

h1{
	font-size: 1.2em;
	color: #7AAFD9;
}

h2 {
	font-size: 1em;
	color: #7AAFD9;
}

h3{
	font-size: 0.9em;
	color: #7AAFD9;
}

p{
	font-size: 0.9em;
}

a:link {
	color: #7AAFD9;
	text-decoration: none
}

a:hover {
	color: #1E347F;
}

td{
	font-size: 0.9em;	
}

li{
	font-size: 0.9em;
}
