@charset "UTF-8";
/* CSS Document */

/* FARBEN 
WEISS			#FFFFFF;
DUNKELGRAU		#333333;
GRAU			#7B7B7B;
ROT				#993333;
HELLGRAU		#FCFCFA;

*/

/*ALLGEMEIN*/
body {
	background:url(../pics/bg_gesamt.gif);
}
#col2 {
	display:none;
}
.clearer {
	clear: both;
}

/* TEXTAUSZEICHNUNGEN */
.rot {
	color: #993333;
}
a:link, a:visited, a:hover {
	color: #993333;
}

h1 {
	color: #993333;
	font-weight: bold;
	font-size: 1.5em;
	display:block;
	margin-bottom: 12px;
}

dl, dt {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#col3_content ul {
	padding-left: 5px;
}
#col3_content li {
	margin-left: 0;
}

/* TABELLEN */
table tr td {
	vertical-align: top;
}
table tr td ul {
	margin-left: 10px;
}
table {
	border-color: #999;
}
tbody td, tbody th {
	border: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

/* TABELLE PROJEKTBUEROS */
#projektbueros tbody td, #projektbueros tbody th {
	border:none;
	padding-left: 0;
}
/* HEADER *******************************************************/
#header {
	height: 180px;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 41px;
	left: 30px;
	width: 200px;
	height: 25px;
	z-index:99;
}
#logo a {
	display: block;
}
#headerBg {
	position: absolute;
	top: 41px;
	left: 241px;
	width: 743px;
	height: 114px;
	background:url(../pics/header_bg.jpg) no-repeat;
}
#header #topnav {
	right: 29px;
}
#header #topnav a {
	font-size: 0.9em;
}
#topnav a.druckbutton {
	padding-right: 18px;
	background:url(../pics/printicon.gif) right no-repeat;
}
/* CONTENTBLOCK *******************************************************/
#main {
	background:#fff;
	background-image:url(../pics/bg_column_left.gif);
	background-position: 0 30px;
	background-repeat:no-repeat;
	padding:30px 30px 30px 0;
	border-top: 5px solid #e5e5e5;
}
/* NAVIGATION LINKS *******************************************************/
#col1 ul {
	margin:0;
	list-style-type:none;
	border-top: 2px solid #cbcbcb;
}
#col1 ul li {
	margin:0;
	line-height: normal;
	display: inline;
}
#col1 ul li a, #col1 ul li a:visited {
	width: 160px;
	display: block;
	margin:0;
	padding: 5px 10px;
	border-bottom: 2px solid #cbcbcb;
	text-decoration: none;
	color: #000;
}
* html #col1 ul li a, * html #col1 ul li a:visited {
	
}
#col1 ul li a.sel, #col1 ul li a:hover {
	background-color:#a3a3a3;
	color: #FFF;
}

/* CONTENT *******************************************************/
.csc-textpic {
}
#col3 .csc-textpic-clear {
	clear: left;
	padding-bottom: 23px;
/*	height: 23px;*/
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear:none;
}

.csc-textpic-text {
	/*width: auto;*/
	display: block;
}
* html .csc-textpic-text {
	width: 438px;
}

.csc-textpic-imagerow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.csc-textpic-imagerow ul li {
	margin: 0;
	padding-bottom: 15px;
}

.slideshow {
	height: 250px;
}
.slideshow ul, .slideshow ul li {
	margin:0;
	line-height: normal;
	padding: 0;
	list-style: none;
}


/* NEWS *******************************************************/



/* GALERIE *******************************************************/


/* KARTE *******************************************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:0.9em; }
#tooltip h3 {
	font-size: 1.1em;
}