/* @override 
	http://cinzia.groene.biz/library/screen.css
	http://www.cinzia-sanfilippo.de/library/screen.css
	http://cinzia.loc/library/screen.css
*/

@import url("navigation.css");
@import url("typo.css");

body {
	margin: 0;
	padding: 0;
	background-color: #efefef;
}

img {
	border: 0;
	}

#horizont
	{
	position: absolute;
	top: 48%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}



#container {
	background: #FFF;
	border-color: #404040;
	border-width: 1px;
	border-style: solid;
	margin-left: -480px;
	position: absolute;
	top: -265px;
	left: 50%;
	width: 960px;
	height: 550px;
	visibility: visible
	}

div#jobButton {
	position: absolute;
	width: 100px;
	height: 50px;
	top: 83px;
	left: 253px;
}

div#teaser {
	width: 960px;
	height: 98px;
	background-color: #7fbb0e;
	background-image: url(../pics/backgrounds/bg_header.jpg);
}

div#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

div#navi {
	background-color: #D8F79C;
	width: 960px;
	height: 20px;
	z-index: 100;
}

#naviwrapper {
	right: 17px;
	position: absolute;
	top: 101px;
	height: 15px;
	z-index: 100;
}

/* My Comment */

div#footer {
	position: absolute;
	width: 960px;
	height: 20px;
	bottom: 0;
	background: #D8F79C url(../pics/layout/logo_cinzia_footer.gif) no-repeat;
}

div#col_right {
	position: absolute;
	width: 380px;
	left: 580px;
	top: 190px;
	height: 340px;
	overflow: auto;
	z-index: 2;
}

#col_right_content {
	z-index: 2;
	width: 355px;
}

#col_right_content_wide {
	z-index: 3;
	width: 475px;
}

div#referenzcontainer {
	position: absolute;
	width: 510px;
	left: 450px;
	top: 190px;
	height: 340px;
	overflow: auto;
	z-index: 2;
	}



#col_right_content .row2col {
	position: relative;
	width: 355px;
}

#col_right_content .row2col:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#col_right_content .col {
	position: relative;
	float: left;
	width: 170px;
	margin-right: 15px;
}

#col_right_content .col.last {
		margin-right: 0px;

}

/*adminbereich */
div#full_content {
	margin: 20px;
}

div#listenbereich {
	width: 343px;
	position: absolute;
	top: 130px;
	left: 19px;
	height: 398px;
	overflow: auto;
}

div#formularbereich {
	position: absolute;
	width: 570px;
	left: 390px;
	top: 120px;
	height: 410px;
	overflow: auto;
	z-index: 2;

}



/*Brotkrumenpfad*/


div#breadcrumb {
	margin-left: 69px;
	float: left;
	margin-top: 3px;
}

div#staticlinks {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}


div#breadcrumb a, div#staticlinks a {
	color: #333;
	text-decoration: none;
}

div#breadcrumb a:hover, div#staticlinks a:hover {
	color: #999;
	text-decoration: underline;
}


/******* Formulare *****/

div.form_row {
	margin-bottom: 12px;
}

div.form_label {
	font-size: 1.2em;
	margin-bottom: 2px;
}

div.form_label.required {
	font-weight: bold;
}

div.form_input {
	margin-bottom: 8px;
}

input.input_textfield, textarea.input_textarea {
	padding: 0;
	margin: 0;
	width: 270px;
	border-style: none;
	background-color: #eeffce;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

div.form_note {
	font-size: 0.8em;
}

input.input_textfield {
	height: 20px;
}

textarea.input_textarea {
	height: 118px;
}

input.input_textfield.short {
	width: 90px;
}



/* Referenztabelle */

table.referenztabelle {
	width: 490px;
	border-collapse: collapse;
}

table.referenztabelle td {
	vertical-align: top;
}

.referenztabelle tbody tr td.tab_col_1 {
	width: 170px;
	text-align: left;
}

.referenztabelle tbody tr td.tab_col_spacer {
	width: 20px;
}

.referenztabelle tbody tr td.tab_col_2 {
	width: 300px;
}

.referenztabelle tbody tr td.tab_col_1 div.logo {
	margin-top: 3px;
}


div.trennlinie {
	background: url(/pics/layout/trennlinie.gif) repeat-x;
	width: 480px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.referenztabelle div.thumbnail {
	position: relative;
	line-height: 0;
	font-size: 1px;
	margin-top: 10px;
}

table.referenztabelle div.lupe {
	top: 10px;
	width: 130px;
	height: 20px;
	margin-top: 10px;
}
