@charset "utf-8";

/*
////////////////////////////////////////////////////////////////
//
// navigat.css  Stylesheet fuer die gesamte Webside
// erstellt durch bajor, Agentur fr deutsch-polnische Internetprojekte, 
// 50733 K ln, www.bajor-agentur.de
//
////////////////////////////////////////////////////////////////

/* CSS Document - www.gundq-bonn.de */


* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: url(../images/layout/bg.gif) center top repeat-y;
	text-align: center;
}

.clear {
clear: both;
}


/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	color: #c7da49;
	font-size: 16px;
	font-weight: bolder;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
}

.font_intro {
color: #666666;
padding-top: 10px;
}

.klein {
font-size: 11px;
}

/***************************************************/
/* Links                                           */
/***************************************************/

#content a, #content a:visited {
	color: #FCB814;
	text-decoration: none;
}

#content a:hover {
	color: #C7DA49;
	text-decoration: underline;
}

/***************************************************/
/* Boxen                                           */
/***************************************************/


#header {
	right: 0px;
	left: 0px;
	padding-top: 20px;
	position: fixed;
	top: 0px;
	background: url(../images/layout/bg_header.gif) center top no-repeat;
	text-align: center;
	width: 100%;
	height: 80px;
}

#header_intro {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11Spx;
	right: 0px;
	left: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	background: url(../images/layout/bg_header.gif) center top no-repeat;
	text-align: center;
	width: 100%;
	height: 80px;
}

#content {
	margin-top: 100px;
	line-height: 140%;
	position: static;
	text-align: center;
}

#content_intro {
	margin: 0px;
	position: static;
	text-align: center;
}

#text {
	width: 650px;
	margin-bottom: 120px;
	padding-top: 10px;
	text-align: left;
}

#footer {
	height: 200px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 0px;
	position: fixed;
	background: #F9FBEC url(../images/layout/gras.gif) center top no-repeat;
	text-align: center;
}

#footer_intro {
	height: 650px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	padding-top: 0px;
	position: absolute;
	text-align: center;
}

/***************************************************/
/* Bilder                                          */
/***************************************************/

.img_left {
	float: left;
	margin-right: 10px;
	border: 1px solid #C8DB4C;
}

/***************************************************/
/* Kontaktformular		                           */
/***************************************************/

.referenzen {
	width: 200px;
	height: 200px;
	background: #F9FBEC url(../images/layout/bg_referenzen.gif) center top no-repeat;
	padding: 5px;
	margin-right: 5px;
}

/***************************************************/
/* Kontaktformular		                           */
/***************************************************/

fieldset {
	float: left;
	border: 1px solid #C8DB4C;
	width: 100%;
	padding: 5px;
}

legend {
	color: #FCB814;
	font-size: 16px;
}

label.formular {
	float: left;
	vertical-align: top;
	width: 150px;
	margin: 5px;
	padding-left: 5px;
}

input.felder {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #F9FBEC;
	border: #FCB814 1px solid;
	width: 320px;
	margin: 5px;
	padding: 4px;
}

input.felder:focus {
	background-color: #C8DB4C;
	color: #F9FBEC;
	border: 1px solid #C8DB4C;
}

select {
	font-size: 100.01%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #494949;
	background-color: #E2EAD1;
	border: #C2C5B6 1px solid;
	width: 257px;
	margin: 5px;
	padding: 0px;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #F9FBEC;
	border: #FCB814 1px solid;
	height: 150px;
	width: 320px;
	margin: 5px;
	padding: 4px;
}

textarea:focus {
	background-color: #C8DB4C;
	color: #F9FBEC;
	border: 1px solid #C8DB4C;
}

input.button {
	color: #FCB814;
	font-weight: bold;
	padding: 4px 15px 4px 9px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FCB814;
	background-color: #F9FBEC;
	text-decoration: none;
}

input.button:hover {
	background-color: #C8DB4C;
	color: #F9FBEC;
	border: 1px solid #C8DB4C;
	text-decoration: none;
}

