/* <![CDATA[ */

/* Background & Text: #8E026C */
/* Header: #A5027D */

@import url(reset.css);

/*----------------------- base information --------------------------*/ 

body { 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	text-align: center;
    background: #8E026C url(/images/basic/bg_main.gif) repeat-x top left;
} 
img { 
  	border: none;
} 
a, a:link, a:visited, a:focus, a:active { 
	color: #555; 
	outline: none; 
}
a:hover{ 
	color: #000; 
}
#content p { 
  	margin-top: 15px;
}
#content p:first-child { 
  	margin-top: 0px;
}
hr { 
	color: #FFF;
	background-color: #FFF;
	border-bottom: 2px dotted #D9D9D9;
	border-style: none none dotted;
	margin: 15px 0;
} 
#spacer hr { 
	margin: 0;
}
#footer hr { 
	margin: 0;
}
h1 { 
	font-weight: normal; 
	font-size: 2.2em; 
	line-height: 1.6em;
	word-spacing: -0.05em;
	color: #FFF;
	position: absolute;
	bottom: 20px;
}
h2 { 
	font-weight: normal; 
	font-size: 1.8em; 
	line-height: 1.3em;
	word-spacing: -0.05em;
	color: #808080;
	padding-bottom: 20px; 
	margin-top: 35px; /* look at #service */
}
h3 { 
	font-weight: normal; 
	font-size: 1.7em; 
	line-height: 1.3em;
	word-spacing: -0.05em;
	color: #333;
}
h4 { 
	font-weight: normal; 
	font-size: 1.4em; 
	line-height: 1.3em;
	word-spacing: -0.05em;
	color: #8E026C;
}

/*--------------------------- grid objects -----------------------------*/ 

#container { 
	text-align: left; 
	margin: 0 auto; 
	width: 910px; 
	font: normal 0.95em / 1.6em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
} 
#navigation { 
	height: 129px;
	padding: 0 20px;
}
#header {
	height: 142px;
	padding: 0 20px;
	position: relative; 
}
#spacer {
	padding: 25px 20px 0 20px;
	height: 35px;
	background: #8E026C url(/images/basic/bg_spacer.gif) no-repeat top left;
}
#service { 
	float: left;
	width: 310px;
	padding: 0 50px 50px 70px; /* look at h2 */
}
#content {
	float: right;
	width: 400px;
	padding: 0 80px 50px 0; 
	font-size: 1.05em;
}
#footer {
	clear: both;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.cleaner {
	clear: both;
	line-height: 0;
	border: 0px none;
	background: transparent;
}

/*-------------------------- content objects ---------------------------*/

#image_container {
	position: absolute;
	width: 425px;
	height: 142px;
	left: 430px;
	overflow: hidden;
}
#image_container span {
	position: absolute;
	width: 425px;
	height: 142px;
}
a.logo { 
	float: right;
	margin: 49px 75px 0 0;
	width: 195px;
	height: 41px;
	background: url(/images/basic/logo.gif) no-repeat top left;
}
a.logo span { 
	position: absolute; 
	top: -500px;
}
a.quarter_small { 
	padding-left: 11px;
	background: url(/images/basic/link_quarter_grey_small_off.gif) no-repeat left center;
}
a.quarter_small:hover { 
	background: url(/images/basic/link_quarter_grey_small_on.gif) no-repeat left center;
}
span.line { 
	display: block;
	height: 25px;
	border-bottom: 2px dotted #D9D9D9;
} 
span.date { 
	display: block;
	color: #8E026C;
	font-size: 0.9em;
	height: 14px;
}
span.headline { 
	display: block;
	font-weight: bold;
	color: #333;
}
span.headline a { 
	text-decoration: none;
	color: #333;
}
span.headline a:hover { 
	text-decoration: underline;
}
span.newslink { 
	display: block;
	margin-top: 5px;
}
span.newslink a { 
	color: #555;
	padding-left: 11px;
	background: url(/images/basic/link_quarter_grey_small_off.gif) no-repeat left center;
}
span.newslink a:hover { 
	color: #000;
	background: url(/images/basic/link_quarter_grey_small_on.gif) no-repeat left center;
}
span.filesize { 
	color: #555;
}
span.project_footer { 
	color: #8E026C;
	width: 97px;
	display: inline-block;
} 
span.overview { 
	display: block;
	text-align: right;
	font-size: 1.05em;
}
span.overview a { 
	color: #555;
	padding-left: 13px;
	text-decoration: none;
	background: url(/images/basic/link_quarter_colored_small.gif) no-repeat left center;
}
span.overview a:hover { 
	color: #000;
	text-decoration: underline;
}
span.empty_records { 
	color: #8E026C;
}
a.more_content { 
	color: #555;
	padding-left: 11px;
	background: url(/images/basic/link_quarter_grey_small_off.gif) no-repeat left center;
}
a.more_content:hover { 
	color: #000;
	background: url(/images/basic/link_quarter_grey_small_on.gif) no-repeat left center;
}
a.news_images { 
	padding: 1px;
	margin: 0 2px 2px 0;
	border: 2px solid #EEE;
	display: inline-block;
}
a.news_images:hover { 
	border: 2px solid #8E026C;
}
a.project_images { 
	padding: 1px;
	margin: 0 2px 5px 0;
	border: 2px solid #EEE;
	display: inline-block;
}
a.project_images:hover { 
	border: 2px solid #8E026C;
}
a.hidden { 
	display: none;
}
#footer {
	color: #808080;
	font-size: 0.95em;
}
#footer a {
	color: #808080;
	text-decoration: none;
	margin-right: 15px;
}
#footer a:hover {
	color: #000;
}
#footer div.left {
	float: left;
	padding-left: 10px;
	width: 400px;
}
#footer div.right {
	float: right;
	width: 460px;
}
#footer #share_link_container {
	position: relative;
	display: none;
}
#share_container {
	position: absolute;
	width: 254px;
	bottom: 25px;
	left: -100px;
	text-align: left;
	z-index: 100;
	display: none;
}
#share_container div.top {
	height: 13px;
	background: url(/images/basic/sharebox_top.png) no-repeat top left;
}
#share_container div.mid {
	padding: 5px 0 7px 0;
	background: url(/images/basic/sharebox_mid.png) repeat-y;
}
#share_container div.bot {
	height: 14px;
	background: url(/images/basic/sharebox_bot.png) no-repeat top left;
}
#gototop { 
	display: none; 
	position: fixed; 
	right: 10px; 
	bottom: 10px; 
	background: #8E026C url(/images/basic/icon_gototop.gif) no-repeat left center;
	padding: 0 10px 0 20px; 
	color: #FFF; 
	text-decoration: none;
	font-size: 0.85em; 
	height: 20px;
	line-height: 20px;
} 
#gototop:hover { 
	background: #4B4B4B url(/images/basic/icon_gototop.gif) no-repeat left center;
}

/*------------------------- list objects ----------------------------*/

#navigation ul { 
	clear: right;
	list-style: none; 
	border-bottom: 2px dotted #D9D9D9;
	height: 20px;
} 
#navigation ul li { 
	float: left;
	margin-right: 21px;
	font-size: 1.1em;
} 
#navigation ul li a { 
	text-decoration: none; 
	color: #808080;
} 
#navigation ul li a:hover, #navigation ul li a.selected { 
	color: #000;
}
#service ul#subs { 
	list-style: none; 
}  
#service ul#subs li { 
	line-height: 1.4em; 
	font-size: 1.05em;
}
* html #service ul#subs li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
}  
#service ul#subs li a { 
	text-decoration: none; 
	color: #808080;
	padding-left: 15px;
	background: url(/images/basic/link_quarter_grey_small_off.gif) no-repeat left center;
} 
#service ul#subs li a.selected {  
	color: #000;
	background: url(/images/basic/link_quarter_grey_small_on.gif) no-repeat left center;
} 
#service ul#subs li a:hover { 
	background: url(/images/basic/link_quarter_grey_small_on.gif) no-repeat left center;
} 
#service ul#subs li a:hover { 
	color: #000;
}
#content ul { 
	list-style: none; 
	margin: 15px 0;
}  
#content ul li { 
	line-height: 1.6em; 
	padding-left: 15px;
	background: url(/images/basic/link_quarter_colored_small.gif) no-repeat left center;
}
* html #content ul li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
#content ul li a { 
	text-decoration: underline; 
	color: #555;
} 
#content ul li a:hover { 
	text-decoration: underline;
	color: #000;
} 
#content ul#projects { 
	margin: 8px 0;
}
#content ul#projects li a { 
	text-decoration: none; 
	color: #8E026C;
	margin-left: 3px;
} 
#content ul#projects li a:hover { 
	text-decoration: underline; 
}
#content ul#projects span { 
	color: #8E026C;
	margin-right: 5px;
} 
#share_container ul {
	list-style: none;
	padding: 0 0 0 20px;
}
#share_container ul li {
	line-height: 1.6em;
	font-size: 1em;
}
* html #share_container ul li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
#share_container ul li a {
	padding-left: 11px;
	background: url(/images/basic/link_quarter_grey_small_off.gif) no-repeat left center;
	color: #808080;
	text-decoration: none;
}
#share_container ul li a:hover {
	color: #FFF;
	background: url(/images/basic/link_quarter_white_small.gif) no-repeat left center;
}

/*--------------------------- forms ------------------------------*/

form {
	width: 400px; /* -38 */
	text-align: left;
	margin-top: 20px;
}
form label {
	display: inline-block;
	padding: 0 0 10px 0;
}
form input {
	height: 14px; 
}
form input, form textarea {
	color: #666;
	display: block;
	border: 1px solid #B3B3B3; 
	padding: 2px 2px; 
	height: 16px;
	line-height: 16px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
	font-size: 1em;
	background: #FFF url(/images/basic/bg_form.gif) repeat-x top left;
}
form textarea {
	height: 100px; 
	line-height: 1.4em;
	overflow: auto;
}
form span.error{ 
	color: #CF1A28; 
} 
form input:hover, form textarea:hover {
	border: 1px solid #333; 
}
form input:focus, form textarea:focus {
	border: 1px solid #333; 
	color: #333;
	outline: none; 
}
form label.vorname, form label.anschrift, form label.email {
	float: left;
	margin: 0 10px 0 0;
	width: 195px; 
}
form label.nachname, form label.telefon {
	float: left;
	width: 195px; 
}
form label.betreff, form label.text {
	float: left;
	width: 400px; 
}
form label.plz {
	float: left;
	margin-right: 10px;
	width: 48px;
}
form label.ort {
	float: left;
	width: 137px;
}
form label.vorname input, form label.anschrift input, form label.email input {
	float: left;
	width: 188px; 
}
form label.nachname input, form label.telefon input {
	float: left;
	width: 188px; 
}
form label.betreff input, form label.text textarea {
	float: left;
	width: 393px; 
}
form label.plz input {
	float: left;
	width: 40px; 
}
form label.ort input {
	float: left;
	width: 129px; 
}
form button { 
	height: 24px;
	line-height: 24px;
	background: #8E026C;
	text-align: center;
	color: #FFF; 
	padding: 0 8px;
	margin-top: 5px;
	border: 0;
} 
form button:hover { 
	background-color: #4B4B4B;
	cursor: pointer; 
}
p.form_error, p.form_info { 
	display: block;
	background: #CF1A28;
	color: #FFF;
	text-align: center;
	margin: 25px 0;
	padding: 5px 0;
}
p.form_info { 
	background: #8E026C;
}
.captcha_left { 
    float: left;
}
.captcha_right { 
    float: right;
}
.captcha_code { 
    width: 188px;
}
.captcha_img { 
	padding: 2px;
	border: 1px solid #B3B3B3;
}
input#saddr {
	height: 16px;
	width: 260px;
	float: left;
	padding: 2px 2px 2px 22px;  
	background: #FFF url(/images/basic/bg_input_search.gif) no-repeat top left;
}
button#route { 
	float: right;
	width: 90px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 8px;
	margin-top: 0;
} 
#daddr { 
	border: 0;
	display: none;
	height: 0; 
    margin: 0;
    padding: 0;
}
#form_login input {
	width: 180px; 
}
#form_login .left {
	float: left; 
	width: 187px; 
	margin-right: 25px;
}
#form_login .right {
	float: left; 
	width: 187px; 
}

/* ]]> */