/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	kdu.css
	
	--
	cyberhouse.at
	Martin Hochreiter
	
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	GENERAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#kduWrapper{
	margin-bottom:75px;
}
img,fieldset {
	border:0;
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}
#kduWrapper h1{
	border-bottom:1px solid #007EA4;
	padding-left:5px;
    font-size:14px;
	margin-bottom:.5em;
	color:#007EA4;
}
h2, h3 {
	/*border-bottom:1px solid #007EA4;*/
	padding-left:5px;
    font-size:14px;
	margin-bottom:1em;
	color:#0C689F;
	/*color:#C81219;*/
}
h3 {
	border-bottom:1px solid #007EA4;
    font-size:12px;
	padding-left:6px;
	color:#0C689F;
}
p{
	margin: 0 0 1em 0;
}
p.indent{
	margin: 0 6px 1em 7px;
}
hr {
	margin-top:10px;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.invisible{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.links{
	float:right;
	text-align:right;
	margin-top:2em;
	margin-bottom:20px;
}
.highlight{
	color:#007EA4;
}
.table_image{
	text-align:right;
	margin-bottom:-32px;
}
.table_image img{
	padding:1px;
}
#kduWrapper ul{
	margin:0;
	padding:0;
}
#kduWrapper li{
	margin:0;
	padding:0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	LISTINGS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#abc{
	margin-top:3px;
	margin-bottom:15px;
}
.abcItem{
	padding:2px;
	font-size:13px;
	display:inline;
}
.abcItemActive{
	color:#000000;
}
#departments{
	margin-bottom:25px;
}
.departmentList{
	list-style:none;
}
.departmentItem {
	height:24px;
}
.departmentItem label{
	width:392px
}
#companylist{
	margin-bottom:30px;
}
#companylist .companyItem{
	padding:3px 0;
	border-top:1px solid #C5D6E5;
	list-style:none;
}
.companyItem .line2{
	margin-left:9px;
}
#kduWrapper .list li, #kduWrapper .list ul {
	padding:0;
	margin:0;
}
#kduWrapper .list{
	margin-left:20px;
}
#kduWrapper .list li{
	list-style-type:square;
	margin-bottom:0.7em;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	FORMS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
select, input, textarea { 
	font-size: 99% 			/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
}
#dduWrapper label{
	color:#000000;
	display:block;
	float:left;
	width:125px;
	padding:2px 0 0 6px;
	margin:4px 0;
}
#kduWrapper select, #kduWrapper .inputtext{
	border-top:1px solid #49AFED;
	border-left:1px solid #49AFED;
	border-right:1px solid #007EA4;			
	border-bottom:1px solid #007EA4;
	width:350px;
	margin:4px 0;
	/*padding:1px;*/
}
#kduWrapper .inputtext{
	padding:2px 3px;
	width:342px;
}
option{
	padding:0 5px;
}
.odd{
	background-color:#F4F4F4;
}

.button{
	/*background-color:#49AFED;*/
	background-color:#007EA4;
	color:#FFFFFF;
	border:0;
	width:60px;
	margin:4px 0;
	margin-left:131px;
}
.explanation{
	margin:30px 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	TABLES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#kduWrapper table{
	width:622px;
	margin-bottom:4em;
}
#kduWrapper td{
	font-size:11px;
}
#dsWrapper .th{
	color:#013A7B;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	background-color:#E0ECF4;
	padding:10px 8px;
	border:0;
	border-bottom:2px solid #FFFFFF;
	width:100%;
}

#kduWrapper td{
	border-top:1px solid #007EA4;
	font-size:11px;
	padding:3px 8px 4px 8px;
	vertical-align:top;
}

td.desc, .desc, td.normal, .normal{
	/*font-weight:bold;*/
	width:155px;
	padding-left:7px;
	vertical-align:top;
	color:#0C689F;
}
td.normal, .normal{
	color:#000;
	border:0 !important;
}
.logo{
	text-align:center;
	vertical-align:middle;
	width:175px;
}
.subhead{
	font-weight:bold;
	padding:0;
	margin:0;
	color:#003A7B;
	height:38px;
	vertical-align:bottom;
	border:0;
}
.subhead_bg{
	width:96px;
	_width:110px;
	padding:3px 7px;
	background-color:#E0ECF4;
	margin-bottom:1px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	TABS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
#tabs{
	background-color:#CDEDF8;
	padding:3px 2px;
	margin-bottom:15px;
}
*/
#tabs {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	border-bottom:1px solid #007EA4;
	margin:10px 0 20px 0;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 6px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a{
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs .active{
	color:#FFF;
}
#tabs a:hover, #tabs .active a{
	background-position:0% -42px;
}
#tabs a:hover span, #tabs .active{
	background-position:100% -42px;
}

#tabs .cmpStarter a:hover{
	background-position:0% -0px;
	color:#24618E;
}
#tabs .cmpStarter a:hover span{
	background-position:100% -0px;
	color:#24618E;
}

#pdf a, #pdf a:hover  {
	float:right;
	background:url(../images/pdf.gif) no-repeat 0 0;
	height:23px;
	padding:6px 0 0 30px;
	position:relative;
	top:9px;
	right:2px;
}

#pdf2 a, #pdf2 a:hover  {
	background:url(../images/pdf.gif) no-repeat 0 0;
	padding:8px 0 0 25px;
}

