/* -------------------------------------- */
/* Design CSS für www.angel.de 			  */
/* Copyright ANGEL Internet Services GmbH */
/* 3. Januar 2oo5 Jens Gassmann		      */
/* -------------------------------------- */

body {

	margin: 0;
	padding: 0;
	background-color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	text-align: center;
	line-height: 1.3em;
}


div {

	margin: 0;
	padding: 0;
	text-align: left;
}

/* Toolbar */
#toolbar {

	margin: 1em auto 0 auto;
	width: 45em;
	height: 20px;
}

#toolbar ul {

	position: relative;
	width: 20em;
	top: 0.25em;
	left: 25em;	
	margin: 0;
	padding: 0;
	z-index: 2;
	
}

#toolbar li {

	float: left;
	display: block;
	line-height: 1em;
}

#toolbar li a {

	text-decoration: none;
	color: #FFF;
	font-size: 0.70em;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 80px;
	height: 16px;
	padding-top: 4px;
	background: url(/design/button.gif) top left no-repeat;
	
	
}	

#toolbar li a:hover, #toolbar li a.active1 {

	text-decoration: none;
	color: #999;
	font-size: 0.70em;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 80px;
	height: 16px;
	padding-top: 4px;
	background: url(/design/button.gif) bottom left no-repeat;
}


/* Linker mittlere Schatten */
#cl {
	background: top left repeat-y url(/design/cl.gif);
	margin: 0 auto 1em auto;
	width: 47em;
	
}

/* Linker mittlere Schatten */
#cr {
	background: top right repeat-y url(/design/cr.gif);
	
}

/* Obere linke Ecke */
#tl {
	background: top left no-repeat url(/design/tl.gif);
	
}

/* Obere linke Ecke */
#tr {
	background: top right no-repeat url(/design/tr.gif);
	z-index: 1;
}

/* Untere linke Ecke */
#bl {
	background: bottom left no-repeat url(/design/bl.gif);
	
}

/* Untere linke Ecke */
#br {
	background: bottom right no-repeat url(/design/br.gif);
	padding: 0.25em;
}




#header {
	height: 70px;
	background-color: #EFEFEF;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;	
	width: 15em;
	height: 70px;
	font-size: 1em;
	margin: 0;
	background: #406BA4 url(/design/logo.png) 3px 5px no-repeat;
	text-decoration: none;
}

#slogan {
	position: absolute;
	right: 0;
	top: 0;
	height: 70px;
	display: block;
	width: 30em;	
	font-size: 1em;
	margin: 0;
	background: url(/design/slogan.png) 20px 38px no-repeat;
	text-decoration: none;
}


#logo span , #slogan span  {
	position: relative;
	top: -1000px;
	left: -1000px;
}

#main  {
	background: #5A8DC5 url(/design/background.png) 15em 0;
	margin: 0;
	padding: 0;
	height: 30em;
	position: relative;
}



#content { 
	margin: 0;
	padding: 0;
	display: block;
	width: 31.5em;
	
	float: right;
	
}

#main[id] {
	min-height: 30em;
	height: auto;
}

#cwrapper {

	
	float: none;
	height: 38em;
}

#cwrapper[id] {

	min-height: 38em;
	height: auto;
}

#content a {

	color: #369;
}


#content h1 { 

	padding: 1em;
	margin: 0;
	font-size: 0.8em;
}

#content h2 { 

	padding: 0.2em 1em 0.2em 1em;
	margin: 0;
	font-size: 0.8em;
	clear: left;
	background-color: #FFFbD3;
}

#content h3 { 

	padding: 0.2em 1em 0.2em 1em;
	margin: 0;
	font-size: 0.8em;
	clear: left;
}

#content h3.start {
	background-color: #EEE;
}	

#content p {

	clear: left;
	padding: 0 2.5em 1.1em 1.1em;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000;
}

#content form p {

	clear: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #333;
}

#content form {

	clear: left;
	padding: 0 2.5em 1.1em 1.1em;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000;
}

#content form label {
	padding: 0.5em 0 0 0;
	display: block;
}

#content fieldset {

	border: none;
}

#content #spam fieldset {
	border: 1px solid #999;
}



#content input, #content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	border: 1px solid #999;
}
#content select, #content #spam input {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #999;
}

#content input:focus, #content textarea:focus {

	border: 1px solid #333;
	background-color: #FFFDED;
}

#content p.center {

	text-align: center;
}

#content table {
	padding: 1em 2.5em 1.1em 1.1em;
	margin:0;
	border-collapse: collapse;
}

#content td {
	font-size: 0.65em;
	border-bottom: 1px solid #999;
	padding: 0.1em;
	margin:0;	
}

#content p.grey {
	padding: 1.1em 2em 1.1em 1.1em;

}

#content p.start {
	padding: 1em 2.5em 1.1em 1.1em;

}

#content .error {
	color: #900;
}

#content p.start img {

	float: left;
	padding: 0.3em 1em 1em 0;
}



#content ul {

	margin: 0;
	padding: 0 3em 1.1em 1.0em;
    font-size: 0.7em;
}

#content ul li {

	list-style-type: none;
	background: url(/design/bullet.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 1.5em;
	font-size: 1em;
	line-height: 1.6em;
	text-indent: 0;
	
}


#jobs td {
	font-size: 100%;
	border-bottom: 1px solid #999;
	padding: 0.1em;
	margin:0;	
}

#jobs a {
	text-decoration: none;
}

#projekt {
	margin:0;
	padding: 0;
	background-color: #EEE;
	height: 179px;
}

#foto {
	background: url(/design/bild.jpg) bottom left no-repeat ;
	margin:0;
	padding: 0;
	height: 179px;
	width: 15em;
	position: absolute;
	left: 0;
	bottom: 1.45em;
}

#foto[id] {

	bottom: 1.5em;
}


#content dl {
	clear: left;
	margin: 0;
	padding: 0;
	
}

#content dl dt {
	
	margin: 0;
	padding: 1em 1em 0.1em 1.1em;
	font-size: 0.8em;
	font-weight: bold;
	clear: both;

}

#content dl dd {
	margin: 0;
	padding: 0.5em 1em 0.5em 1.1em;
	font-size: 0.7em;
	line-height: 1.3em;
}

#content dl img {

	float: right;
	padding: 0;
	margin: 0.3em 1em 1.5em 1em;
	font-size: 0.7em;
	border: 2px solid #CCC;
}

#content dd.title {
	font-weight: bold;
	background-color: #EEE;
}


#navi {

	float: left;
	padding: 0;
	margin:0;
	width: 15em;
}


#navi ul {
	
	margin:0;
	padding:0;
	float: none;
}	

#navi li {

	margin: 0;
	padding: 0;
	list-style-type:none;
	text-indent: 0;
	display: block;
	zoom: 1;
	border-bottom: 1px solid #CDDCED;
}

#navi li li {

	margin: 0;
	padding: 0;
	list-style-type:none;
	text-indent: 0;
	display: block;
	zoom: 1;
	border: none;
}

#navi li a {
	color: #FFF;
	text-decoration: none;	
	padding:0;
	margin:0;
	text-indent: 0;
	font-weight: bold;
	display: block;
	line-height: 2em;
	padding: 0.2em 0.5em;
	text-indent: 0;
	font-size: 0.75em;
	zoom: 1;
}

#navi li a:hover, #navi a.active1 {

	color: #000;
	background-color: #ADCCEF;
	
}


#navi li li a {
	color: #333;
	text-decoration: none;	
	padding:0;
	margin:0;
	text-indent: 0;
	display: block;
	line-height: 5ex;
	padding: 0 2em;
	font-weight: normal;
	text-indent: 0;
	font-size: 0.6em;
	zoom: 1;
	background-color: #ADCCEF;
	border: 0;
}

#navi li li a:hover, #navi li li a.active1 {

	color: #000;
	background: #ADCCEF center left no-repeat url(/design/pfeil.gif);
	border: 0;
	
}

#navi li li a.extern:hover, #navi li li a.extern:hover {

	background: #ADCCEF center left no-repeat url(/design/extern.gif);
} 


#footer {
	clear: both;
	background-color: #222;
	color: #999;
	font-size: 0.6em;
	line-height: 2.5em;
	margin: 0;
	height: 2.5em;
	padding: 0 2em;
	position: static;
	text-align: right;
}

#footer a {
	
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	
	color: #FFF;
	text-decoration: underline;
}

#lineal {
	width: 45em;
	background: #900;
	height: 1em;
	margin: 0 auto;
}

.clear {
	
	font-size: 9px;
	border: 1px solid #900;
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
}

#content p.desc {
	background: #F6F6F6;
	padding: 7px 7px;
	margin: 5px 0 5px 20px;
	width: 400px;
	display: block;
}

#content p.maino {
	font-weight: bold;
	background: #CCC;
	padding: 3px 7px;
	margin: 5px 0;
	
}

#content p.optiont {
	font-weight: bold;
	background: #EEE;
	padding: 3px 7px;
	margin: 5px 0 5px 20px;
	width: 400px;
}

#content p.options {
	padding: 7px;
	margin: 5px 0 5px 20px;
	
}

#content p.mainc {
	
	width: 400px;
	padding: 7px;
	margin: 5px;
}

span.inner {

	display: block;
	padding: 1px 1px;
	margin: 2px 0;
	width: 250px;
	background: #FFFbD3;
}

input.ra {

	text-align: right;
}

div.layout {

	float: none;
	width: 90%;
}

div.left { 

width: 45%;
float: left;
margin-left: 30px;
}

div.right {
width. 45%;
float: left;
}


#content #spam input.noborder {

	border: 0 none;
}