/***********************************************/
/* Design für Walter Dietsche Baumanagement AG */
/* =========================================== */
/* Datei:      template/css/screen.css         */
/* Ausgabetyp: Bildschirm                      */
/* Erstellt:   06.04.2007 Martin Züger         */
/* Geändert:   11.04.2007 Martin Züger         */
/*                                             */
/***********************************************/

/*div, img {border: solid 1px red;}*/

/* Layout */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background: #ffffff;
	line-height: 15px;
}

#container {
background: #ffffff;
position: absolute;
height: 420px; 
width: 660px;
top: 50%; 
left: 50%;
margin:-210px 0px 0px -330px;
text-align: left;
padding: 0px;
border: none;
overflow: hidden;
}

#header {
background: #ffffff url(../img/header.jpg) bottom left no-repeat;
margin: 0px;
padding: 0px;
display: block;
height: 61px;
}

#frame {
background: #ffffff url(../img/background.jpg) top center repeat-y;
padding: 0px 30px;
margin: 0px;
height: 337px;
}

.frameborder {
background: #ffffff url(../img/line.jpg) top center no-repeat;
height: 1px;
margin: 0px;
}

#titlephoto {
position: absolute;
top: 0;
left: 0;
width: 552px;
height: 255px;
}

#footer {
margin: 0px;
height: 15px;
text-align: right;
padding-right: 20px;
padding-top: 3px;
color: #888888;
}

#footer a:link, #footer a:visited {
color: #888888;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #888888;
text-decoration: underline;
}

#navigation {
padding-top: 12px;
height: 15px;
/* Weitere Angaben zur Navigation siehe navigation.css */
}

#scrollbar_container {
	margin-top: 10px;
	position: relative;
	width: 590px;
}

#scrollbar_track {
	position: absolute;
	top: 12px;
	right: 0px;
	height: 247px;
	width: 14px;
	background: url(../img/scrolltrack.gif) top center no-repeat;
}

#scrollbar_up {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 14px; 
	background: transparent;
}

#scrollbar_up a {
	display: block;
	height: 12px;
	width: 14px; 
	background: url(../img/up.gif) top center no-repeat;
}

#scrollbar_up a:hover, #scrollbar_up a:active {
	background: url(../img/up_hover.gif) top center no-repeat;
}

#scrollbar_down {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 12px;
	width: 14px; 
	background: transparent;
}

#scrollbar_down a {
	display: block;
	height: 12px;
	width: 14px; 
	background: url(../img/down.gif) top center no-repeat;
}

#scrollbar_down a:hover, #scrollbar_down a:active {
	background: url(../img/down_hover.gif) top center no-repeat;
}

#scrollbar_handle {
	width: 14px;
	height: 22px;
	background: url(../img/scrollhandle.gif) bottom center no-repeat;
	cursor: move;
} 

#scrollbar_content {
	overflow: hidden;
	width: 485px;
	height: 271px;
}

#titlephoto {
margin: 20px 0px 0px 78px;
width: 552px;
height: 255px;
}

/* Allgemeine Angaben */
.hide {
display: none;
}

.printonly {
display: none;
}

h2 {
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 10px;
border-bottom: 1px solid #000000;
width: 480px;
}

h3 {
font-size: 12px;
font-weight: normal;
margin-bottom: 3px;
margin-top: 4px;
}

#content p {
margin: 4px 0px 0px 0px;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover a:active {
text-decoration: underline;
color: #0081c7;
}

a img {
border: none;
}

input {
	border: 1px solid black;
	background: transparent;
}

/* Spezielle Angaben für einzelne Seiten */

.project_cat {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0;
	margin-bottom: 12px;
	height: 63px;
}

.project_cat a {
	color: #000000;
	text-decoration: none;
}

.project_cat a:hover {
	text-decoration: none;
	color: #0081c7;
}

.project_cat a img {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}

.prject_cat_text {
	background: #ffffff;
	position: absolute;
	bottom: 0px;
	left:90px;
	display: block;
 	padding: 3px;
	width: 100%;
}
