/* *** styles copyright www.scheiner.cc homepage *** */


/* *** allgemeine Styles *** */

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

html, ul, li {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: rgb(241, 241, 241);
	color: rgb(44, 44, 44);
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img, table {
	border: none ;
}

p {
	margin: 12px 0pt;
}



a {
	text-decoration: none;
	color: rgb(193, 61, 16);
	cursor: pointer;
}

a:active {
	color: rgb(44, 44, 44);
}

a:hover {
	color: rgb(44, 44, 44);
}

a.ext {
	padding-right: 15px;
	background:url(../images/extern.png) right no-repeat; 
}

li {
	list-style: none outside;
	margin-bottom: 10px;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: rgb(193, 61, 16);
	font-size: 11px;
}

h2 {
	display: inline;
	color: rgb(193, 61, 16);
	font-size: 11px;
}

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



/* *** background - Logo *** */

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

#background {
	width: 100%;
    height: 150px;
    background-color: rgb(191, 194, 16);
    z-index: 1;
    position: absolute;
    margin-top: 15%;
}



img.logo {
	margin-left: 7%;
	margin-top: 28px;
   vertical-align: bottom;
}


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


/* *** Inhalt - allgemein *** */

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

#block {
	margin-top: 15%;
	width: 50%;
	z-index: 2;
	position: absolute;
	left: 30%;
	line-height: 15px;
	padding-top: 10px;
	text-align: left;
}


#menue {
	margin-top: 25px;
}


img.acrobat {
	margin: 3px 3px 0px 0px;
	height: 16px;
	width: 16px;
}



.headline {
	font-weight: bold;
	color: rgb(193, 61, 16);
}



 .subheadline {
	line-height: 25px;
	font-weight: bold;
	color: rgb(193, 61, 16);
}

div.home_sp1 {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

div.home_sp2 {
	display: inline;
	margin-left: 116px;
	margin-right: 15px;
}


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


/* *** Inhalt - Referenzen *** */

/* **************************************************** */
ul#weblist li, ul#printlist li {
	list-style: none;
	background: url(../images/pfeil.png) no-repeat 0px -1px;
	vertical-align: top;
	padding-left: 22px;
}

ul#weblist li a.ref, ul#printlist li a.ref {
	font-weight: bold;
}

ul#weblist li span.langen {
	font-style: italic;
	color: rgb(191, 194, 16);
}

ul#weblist li.pagetop {
	text-align:right;
	padding: 0 1em;
	background: none;
}

.hidden {
	display: none;
}

.shown  {
	display: block;
}

a.projekte {
	display: block;
	margin-bottom: 5px;
}

a.projekte2 {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}


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


/* *** Inhalt - support *** */

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

#support {
	position: absolute;
	z-index: 3;
	margin-left: 65%;
	margin-top: 15%;
	width: 264px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 155px;
}

#support img {
	margin-right:8px;	
}


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


/* *** Inhalt - kontakt *** */

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

.form_req {
	color: rgb(193, 61, 16);
}


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



/* *** form-styles *** */

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

input {
	background-color: rgb(193, 61, 16);
    color: rgb(255, 255, 255);
	border: 1px solid #FFF;
	width: 200px;
}

textarea {
	background-color: rgb(193, 61, 16);
    color: rgb(255, 255, 255);
	border: 1px solid #FFF;
	width: 200px;
	height: 100px;
}

input.buttons {
	background-color: rgb(193, 61, 16);
    color: rgb(255, 255, 255);
	border: 1px solid #FFF;
	width: 100px;
}

select {
	color: rgb(0, 0, 0);
	background-color: rgb(193, 61, 16);
}
