@CHARSET "ISO-8859-1";

a {  text-decoration: underline; color:#2B7499;}
#tabs a {font-weight:bold;text-decoration: none;}

body {
	background-image:url(/hrweb/ger/garbage/gfx_balken.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
	background-color:#EEEEEE;
}
#content{
	clear:both;
	margin-left:11px;
	margin-top:11px;
	margin-right:16px;
	border-collapse:collapse;
}
#tabcontent {
	widht:316px;
	background-color:#E8ECF5;
	border-left:1px solid #006697;
	border-right:1px solid #006697;
	border-bottom:1px solid #006697;
	padding-left:8px;
	padding-bottom:8px;
	padding-right:14px;
}

/**********************************
 * all Text
 **********************************/

.label, .title, a , td , input, .select , .date select{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}
.title, a {
	font-weight:bold;
}
a {
	font-weight:normal;
}


.label{
	margin-top:5px;
	margin-bottom:3px;
}
.title {
	margin-top:6px;
	margin-bottom:3px;
}


hr {
	height:1px;
	color:#006697;
	background-color:#006697;
	border:0px solid #FFFFFF;
	margin:5px 0px;
}


/**********************************
 * Tabs
 **********************************/

#tabs{
	font-weight:bold;
}

#tabs .active{
	position:relative;
	border-left:1px solid #006697;
	border-right:1px solid #006697;
	border-top:1px solid #006697;
	padding:8px 5px 5px;
}
#tabs .active div{
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#E8ECF5;
	font-weight:bold;
}
#tabs .inactive{
	border-bottom:1px solid #006697;
}
#tabs .inactive div{
	margin-top:3px;
	background-color:#A9CCE0;
	border-top:1px solid #006697;
	padding:5px 5px 5px;
}
#tabs .inactiveleft div{
	border-left:1px solid #006697;
}
#tabs .inactiveright div{
	border-right:1px solid #006697;
}

#tabs .void{
	width:50px;
	padding:8px 5px 5px;
	border-bottom:1px solid #006697;
}


/**********************************
 * Form elements
 **********************************/

.txt, .select{
	width:278px;
	margin-left:2px;
}
.select {
	height:17px;
}
.radio{
	border-color:blue;
	margin-bottom:-2px;
}
.radiooption {
	margin:2px 0px;
}
#radiophonetisch div{
	float:left;
}
#radiophonetisch , #radiosuche_nach{
	margin-top:5px;
}


.button{
	background-color:#ECECEC;
	margin:0px;
}
#buttons {
	padding-top:10px;
	clear:both
}
* html #buttons {
	padding-top:0px;
}

