

/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url("images/links.gif") left no-repeat;
line-height:30px;
height:30px;
width:13px;

}

#menu2 a , #menu2 a:visited , #menu2 a:active {
display:block;
background:  url("images/rechts.gif")  right  no-repeat;
color:#000;
font-family: georgia,"times new roman", helvetica, serif;
font-size:12px;
line-height:30px;
height:30px;
text-decoration:none ;
padding: 0px 10px 0px 0px;
text-align:center;
margin-left:0px;

}

/* h o v e r */

#menu2 a:hover span{
background:  url("images/links2.gif")  left ;
}

#menu2 a:hover {
background:  url("images/rechts2.gif")  right ;
color:#3F3F3F;
text-decoration:none ;
}




.such_menu a div{
float:left;
background:  url("images/suche_tab_links.jpg") left no-repeat;
line-height:30px;
height:30px;
width:30px;

}

.such_menu a , .such_menu a:visited , .such_menu a:active {
display: block;
background:  url("images/suche_tab_rechts.jpg")  right  no-repeat;
color:#000;
font-family: georgia,"times new roman", helvetica, serif;
font-size:12px;
line-height:30px;
height:30px;
text-decoration:none ;
padding: 0px 10px 0px 0px;
text-align:center;
margin-left:0px;

}

/* h o v e r */

.such_menu a:hover div{
background:  url("images/suche_tab_links_hov.jpg")  left ;
height:30px;
}

.such_menu a:hover {
background:  url("images/suche_tab_rechts_hov.jpg")  right ;
height:30px;
color:#3F3F3F;
text-decoration:none ;
}




#settings_2 a , #settings_2 a:visited , #settings_2 a:active {
display: block;
background:  url("images/settings.gif")  right  no-repeat;
color:#000;
font-family: georgia,"times new roman", helvetica, serif;
font-size:0.8em; letter-spacing:1px;
height:25px;
text-decoration:none ;
text-align:center;

}


#settings_2 a:hover {
background:  url("images/settings_hover.gif")  right ;
color:#3F3F3F;
text-decoration: underline;
}


/*

#tabs {
	display: table;
	margin: 1em auto 0;
	list-style: none;
}

#tabs li {
	background: url(../images/layout/center/tabs/inactive.png) repeat-x
		bottom;
	border: 1px solid #ccc;
	float: left;
	margin-right: 3px;
	position: relative;
	bottom: -1px;
	overflow: hidden;
}

#tabs li.active {
	background: url(../images/layout/center/tabs/active.png) repeat-x left
		1px;
	border-bottom-color: white;
}

#tabs li a {
	float: left;
	padding: 5px;
	text-decoration: none;
	border: none;
}

.tabPage,#content form {
	background: url(../images/layout/center/tabs/inactive.png) repeat-x
		bottom;
	border: 1px solid #ccc;
	clear: both;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 10px;
}

.tabPage .linkList {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 33%;
}

.tabPage .content {
	border-left: 1px solid #ccc;
	float: right;
	margin-left: 1%;
	padding-left: 2%;
	width: 63%;
	height: 1%;
}

.wrapper {
	padding: 10px;
	margin: 0 auto;
	max-width: 1070px;
	overflow: hidden;
	position: relative;
	/* Solve IE6 absolute positioning bug by "adding layout" *//*
	height: 1%;
}


#mainContent {
	width: 73%;
	float: left;
	margin-right: 1%
}

.noSidebar #mainContent {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
}*/



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}