﻿@charset "UTF-8";
/** 
* Die Webbiene - Modernes und zeitgemässes Webdesign nach neuesten Standards
* 
* @link http://www.webbiene.de
* @package Webbiene
* @Version 1.0
*/

/**
* Globale Einstellungen und Bugfixes
*
* @selection Browser-Reset
*/

/* Zurücksetzen der Innen- und Aussenabstände */
* {
	margin: 0;
	padding: 0;
}

/**
* Schriftgröße kontrollieren
*/
body, td, th {
	font: normal 100%/167% "Trebuchet MS", Verdana, Arial, Georgia, Palatino, "Times New Roman", serif; 
}
td, th { 
	font-size: 100%;
}

/* Farben und Hintergründe setzen */
html, body {
	color: #333399;
	background-color: #B0D0E0;
}
body {
	background: url(images/muster.jpg) top center repeat-x;
}

/**
* Regeln für allgemeine Elemente
*
* @section Überschriften
*/
h1 {
	color: #191970;
	font-size:1.5em;
    line-height: 1.1;  
	margin: .2em 0;
	text-align: center;

}
h2 {
	color: #104E8B;
	font-size: 1.2em;
	margin: .8em 0;
	text-align: center;
}

h3 {
	color: #473C8B;
	font-size: 1.2em;
	margin: .8em 0;
}


/**
* @section Absätze
*/
p { 
	margin: .8em 0;
}

/**
* @section Links und Anker
*/
a:link { 
	color:#191970; 
	background-color: transparent;
	}
a:visited { 
	color:#191970; 
	background-color: transparent;
	}
a:hover { 
	color:#6CA6CD; 
	background-color: transparent;
	}
a:focus { 
	color:#48D1CC; 
	background-color: transparent;
	}
a:active { 
	color:#6A5ACD; 
	background-color: transparent;
	}

/**
* Regeln für besondere Bereiche
*
* @section Kopfbereich
*/
div#head {
	width: 992px;
	margin:auto;
		position: relative;
	}

#head h1 {
	margin: 0;
	padding: 0;
	width: 288px;
}

/**
* @section Hauptmenu
*/
#head ul {
	position: absolute;
	bottom: 0;
	right: 0px;
}

#head ul li {
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
}

#head ul a,
#head ul strong {
	color: #352545;
	background: #FBFBFB url(images/nav_bg.gif)
	bottom left repeat-x;
	font-size: .8em;
	display: block;
	padding: .7em;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
	color: white;
	background: #638F56 url(images/nav_bg_hover.gif)
	bottom left repeat-x;
}



/**
* @section Hauptbereich
*/
div#main {
	color: inherit;
  background: url() top left repeat-x;
}
#main div#main-inner {
	color: inherit;
	background: transparent url()
	top left no-repeat;
	width: 992px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/**
* @section Sidebar
*/
div#sidebar {
	color: inherit;
	background: #4169E1 url();
	float: right;
	border: 6px solid #27408B;
	width: 276px;
	margin: 2px 5px 6px 5px;
	padding: 10px 5px 10px 5px;
}
div#sidebar-partner {
	color: inherit;
	background: #1874CD url(); 
	float: right;
	border: 3px solid #cbb8ba;
	width: 310px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#sidebar-inner {
	color: inherit;
	background: #87CEEB; 
	padding: 0 0 4px 0;
}

/* Kontaktfeld */
div#contact {
	color: #8B3E2F;
	background-color: #B0E0E6;
	padding: 5px 24px 16px 24px;
}
#contact h2 {
	color: inherit;
	background-color: transparent;
	margin: 0;
}
#contact p.tel {
	color: #191970;
	background-color: transparent;
	font-size: 1.8em;
	font-weight: bold;
	margin: .3em 0;
}   
#contact p.zeit {
	color: #191970;
	background-color: transparent;
	font-size: 0.8em;
}
#contact p.email {
	font-weight: bold;
	font-size: 1.3em;
}
#contact p.email a {
		color: #5D478B;
		}
/* Teaser */
div#teaser {
	color: #333;
	background: #F5F5F5 url() top right;
	margin: 7px 7px 7px 7px;
	padding: 10px;
}

div#teaser2 {
	color: #333;
	background: #F5F5F5 url() top right;
	margin: 5px 2px 1px 2px;
	padding: 10px;
}

div#teaser p {
	padding: 5px;
}

div#teaser p a:link {
color: #6E7B8B;
}

div#sidebar p a:hover {
color: #104E8B;
}

div#teaser h3 {
	padding: 6px;
}

div#contact h2 {
  padding: 12px 0;
}
	
div#teaser h3 {
	color: #191970;
	background: transparent url(images/teaser-h2_bg.gif) bottom
	center no-repeat;
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin: 0;
	text-transform:none;
}
	
/**
* @section Content
*/
div#content {
	margin: 0 0 0 0px;
	padding: 0px 7px 0px 7px;
}

#content h1 {
	margin-top: 10px;
}
#content img {
	float:left;
	margin: .1em .5em .1em 0;
	padding: 1px;
}

/**
* @section Footer
*/
div#footer {
	color: #7F6063;
	background-color: #F8F8F8;
	padding: 14px 0;
	font-family: Tahoma, Arial, sans serif;
	font-size: .9em;
	clear: both;
	margin: 24px 0 0 0;
}
#footer p {
	width:932px;
	margin: 0 auto;
}

/**
*
* @section Bilder
*/
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }

.leistung {
margin-left:50px;
}

.referenz {
margin-left:50px;
}

h1#kontakt {
	font-size: 1.4em;
}

/**
* @section Formulare
*/
fieldset {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 0 1em;
}

legend {
	color: white;
	background-color: #6495ED;
	padding: .3em 1em;
}

input [type="checkbox"],
input [type="radio"] {
vertical-align: middle;
}
input [type="text"] {
	border: 1px solid #cbb8ba;
	padding: 3px 10px;
}
input [type="submit"] {
	color: #2e050a;
	background-color: #f5f4f8;
	font-weight: bold;
	padding: 0 6px;
}
textarea {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 5px 15px;
	width: 535px;
}
label {
	cursor: pointer;
	padding-right: .5em;
}

fieldset textarea#nachricht {
	text-align: left;
	padding-left: 1em;
}

/* Tabellen in Formularen */
form table {
	width: 100%;
	border-collapse: collapse;
	margin: .8em 0;
}
form tr {
	color: #5e2021;
	background-color: #e8e7ee;
	border-bottom: 4px solid white;
}
form td,
form th {
	padding: 5px 5px 5px 15px;
}
form th {
	width: 40%;
	text-align: left;
}
form p#submit input {
	text-align:left;
	padding: 5px 5px;
	margin: 2.0em 0;
	font-weight: bold;
}

table#partner {
	padding-left: 20px;
	padding-top: 20px;
}

td {
	padding: 7px;
}

ol {
	margin-left: 20px;
}