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

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


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	GENERAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
img,fieldset {
	border:0;
	padding:0;
	margin:0;
}

h2, h3 {
	border-bottom:1px solid #007EA4;
	margin-left:1px;
    font-size:13px;
	margin-bottom:.5em;
}
h3 {
	border-bottom:1px solid #C5D6E5;
    font-size:12px;
	padding-left:6px;
	/*color:#000000;*/
}
p{
	margin: 0 0 1em 0;
}

p.indent{
	margin: 0 6px 1em 7px;
}

hr {
    border:0;
    border-bottom:1px solid #007EA4;
	margin-top:10px;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.invisible{
	display:none;
}
.links{
	float:right;
	text-align:right;
	margin-top:2em;
	margin-bottom:20px;
}
.table_image{
	text-align:right;
	margin-bottom:-24px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	LISTINGS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#projectList{
	margin-top:30px;
}

.project .image{
	float:left;
}

.project .textcontainer{
	margin-left: 125px;
}

.project .headline{
	margin-bottom: .4em;
}

.project .link{
	float:right;
}

.pro_descript li, .pro_descript ul {
	padding:0;
	margin:0;
}
.pro_descript 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ß */ 
}

label{
	color:#000000;
	display:block;
	float:left;
	width:125px;
	padding-top:2px;
	padding-left:6px;
	margin:4px 0;
}

#dsWrapper select{
	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;
}
option{
	padding:0 5px;
}

.odd{
	background-color:#F4F4F4;
}
/*
input{
	border:1px solid #C5D6E5;
	background-color:#FFFFFF;
	width:300px;
	padding:2px;
	_padding:1px;
}
*/
.button{
	/*background-color:#49AFED;*/
	background-color:#007EA4;
	color:#FFFFFF;
	border:0;
	width:60px;
	margin:4px 0;
	margin-left:131px;
}

.explanation{
	margin:30px 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	TABLES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#dsWrapper table{
	width:622px;
	margin-bottom:1.5em;
}
#dsWrapper 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%;
}
td{
	border-top:1px solid #C5D6E5;
	font-size:11px;
	width:485px;
	padding:3px 8px 4px 8px;
}
.desc{
	font-weight:bold;
	width:155px;
	padding-left:7px;
	vertical-align:top;
}
.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 {
	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;
}

#pdf a, #pdf a:hover  {
	float:right;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	width:22px;
	height:23px;

	background-position:0;
}


