// ******************** HTML ***********************

body {
	color: white;
	font-family: sans-serif;
}

h1 {
	font-family: sans-serif;
	color: white;
	font-weight: bold;
	font-size: 18px;
}


h2 {
	font-family: sans-serif;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

p {
	font-family: sans-serif;
	color: white;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

// ******************** Allgemein ***********************

div.header {
	font-family: sans-serif;
	color: black;
	font-weight: bold;
	font-size: 18px;
}

// ******************** Men� ***********************

div.menu_entry {
	align: left;
	height: 60px;
}

div.menu_entry a{
	font-family: sans-serif;
	color: black;
	text-decoration: none;
	font-size: 18px;
	height: 60px;
}

div.menu_entry a:hover {
	height: 60px;
	text-decoration: underline;
	color: gray;
}

div.menu_entry {
	align: left;
	height: 60px;
}

div.menu_entry_act {
	align: left;
	height: 60px;
}

div.menu_entry_act a {
	height: 60px;
	padding-left: 20px;
	text-decoration: none;
	color: gray;
	font-family: sans-serif;
	font-size: 18px;
}

div.menu_entry_act a:hover {
	height: 60px;
	padding-left: 20px;
	text-decoration: underline;
	color: gray;
	font-family: sans-serif;
	font-size: 18px;
}

div.menu_level2 a:hover {
	padding-left: 20px;
	text-decoration: underline;
	color: grey;
	font-family: sans-serif;
	font-size: 12px;
}

div.menu_level2 a {
	padding-left: 20px;
	text-decoration: none;
	color: black;
	font-family: sans-serif;
	font-size: 12px;
}

div.menu_level2_act a {
	padding-left: 20px;
	text-decoration: none;
	color: gray;
	font-family: sans-serif;
	font-size: 12px;
}

div.menu_level2_act a:hover {
	padding-left: 20px;
	text-decoration: underline;
	color: gray
	font-family: sans-serif;
	font-size: 12px;
}

div.white_on_black {
	font-family: sans-serif;
	color: white;
	text-decoration: none;
	font-size: 18px;
}

div.menu_level2_spacer {
	height: 40px;
}


// ******************** Formular ***********************


form {
      border: none;
}


fieldset {
	border: none;
	width: 400px;
}

label {
  	 float:   	 left;
  	 display:   	 block;
  	 width:   	 8em;
  	 clear:   	 left;   
 	 margin-top:   	 -1em;
  	 font-weight:   	 ;
	font-family: sans-serif;
	color: white;
	font-size: 12px;
}

input {
	margin-top: 10px;
  	 position:   	 relative;
 	 top:   	   	-1.4em;
 	 left:   	 8em;
  	 display:   	 block;
  	 border:  	 1px solid #a5acb2;
 	 padding:  	 2px;
 	 background:  	 #fff;
}

textarea {
	margin-top: 30px;
	margin-left: 3px;
         position:       relative;
         top:                    -1.4em;
         left:           8em;
         display:        block;
         border:         1px solid #a5acb2;
         background:     #fff;
}


// ******************** Bildunterschriften ***********************


dd.csc-textpic-caption {
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}

// ******************** Listen ***********************

li {
	height: 28px;
	font-size: 14px;
	font-family: sans-serif;
	color: white;
}

ul {
	height: 28px;
	font-size: 14px;
	font-family: sans-serif;
	color: white;
}


// ******************** FCE Projektliste***********************


.project_container {
	position: relative;
	// height: 40px;
	z-index: 1;
	width: 400px;
}
.project_picture {
	position: relative;
	width: 100px;
	top: 0px
	left: 0px;
	z-index: 2;
	// height: 100px;
	font-size: 14px;
	float: left;
}
.project_header {
	position: relative;
	width: 300px;
	top: 0px;
	left: 10px;
	z-index: 2;
	height: 80px;
	// vertical-align:bottom;
}


// ******************** FCE Immobilienbeschreibung***********************

.immo_container {
	position: relative;
	z-index: 1;
	width: 700px;
}
.immo_left_col {
	position: relative;
	width: 380px;
	top: 0px
	left: 0px;
	z-index: 2;
	font-size: 14px;
}
.immo_right_col {
	position: absolute;
	width: 300px;
	top: 0px;
	left: 400px;
	z-index: 2;
}

.immo_pic_desc {
	font-family: sans-serif;
	font-size: 12px;
}