@charset "utf-8";
/* CSS Document */

	a, a:link, a:active, a:visited { 
		color: #6d6c6c;
		text-decoration: underline; }
		
	a:hover, a:focus { color: #000; }
	
	#start, #appointment, #contact {
		background: #ebf4dd;
	}

	#baseWrapper {
	background: #fff url(../img/background.gif) repeat-y 0 0;
	border:     1px solid black;
	color:      #6d6c6c;
	font:       100.01%/1.2em "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
	margin:     0 auto;
	width:      1000px;
	}

	#head {
	height:     368px;
	width:      1000px;
	background-color: #fff;
	}

	#mainContent {
	background-color: transparent;
	width:   1000px;
	}


	#foot {
	background: #fff url(../img/stripe.gif) no-repeat 0 0;
	text-align: right;
	height: 280px;
	position: relative;
	}

	#foot .logos {
	position: absolute;
	left: 60px;
	top:180px;
	display: block;
	width: 900px;	}
	
	#foot .logos a img { border: none; }
		
	#foot .logos a.left { 
		float: left;
		margin: 30px 30px 0 0; }
		
	#foot .logos a.right { float: right; }

	#impressum {
	font:       100.01%/1.2em "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
	margin:     auto;
	padding:    5px 0;
	text-align: right;
	width:      920px;
	}

	#impressum a:link, #impressum a:visited {
	color:#000;
	text-decoration: none;
	}

	#impressum a:hover, #impressum a:active, #impressum a:focus {
	color:#555;
	}


	.clearfloat {
	clear:      both   !important;
	float:      none   !important;
	font-size:  0      !important;
	height:     0;
	line-height:0      !important;
	margin:     0      !important;
	overflow:   hidden !important;
	padding:    0      !important
	}

	ul {
	background:      url(../img/navi_background.gif) repeat-x;
	color:           #fff;
	height:          30px;
	list-style-type: none;
	margin:          0;
	padding:         13px 0 0;
	width:           1000px;
	}

	li {
	float:          left;
	font-size:      1.1em;
	margin:         0 17px 0 45px;
	vertical-align: middle;
	}
	li.first { margin-left: 60px; }

	/* LoVe & HAte */
	li a:link, li a:visited {
	color:           #fff;
	text-decoration: none;
	}

	li a:hover, li a:active, li a:focus {
	background: transparent;
	color:           #ddecc7;
	text-decoration: none;
	}

	#start #mainNav #startButton a,
	#dukw #mainNav #dukwButton a,
	#appointment #mainNav #contactButton a, 
	#argo #mainNav #argoButton a {
	background: url(../img/active.png) no-repeat left center;
	padding-left: 16px;
	}

	#content_left {
	float:   left;
	padding: 40px 0 0 60px;
	width:   480px;
	font-size: 80%; 
	}

	#content_right {
	float:            right;
	margin-bottom: 	  30px;
	padding:          40px 60px 0 20px;
	width:            330px;
	font-size: 80%;
	}

	#videocontainer {
	padding: 0 0;
	text-align:right;
	}

	h1 {
	color: #699501;
	font-size: 1.5em;
  line-height: 1.25em;
	margin: 0;
	padding: 0;
	}

	form h1 {
	margin-bottom: 15px;
	}

	#content_right h1 {
	color:#696869;
	}
	
	h2 {
	color:#185da4;
	font-size: 120%;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
	}
	
	.teaser {
	color:#FF0000;
	}

	small { font-size: 85%; }

	#google_map_container {
	border: 3px solid white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 305px;
	width: 	330px;
	margin-bottom: 10px;
	}

	#google_map_container h1 {
	font-size:   14px;
	}

	.formLinks:link, .formLinks:visited  {
	color:           #699501;
	}

	.formLinks:hover, .formLinks:active, .formLinks:focus  {
	color:           #79b41e;
	}

	.doubleTD {
	margin-right: 4px;
	}

	input, select {
	margin-bottom: 3px;
	}

	#submit {
	margin:    5px 180px 0;
	}

	#required {
	font-size   : 12px;
	padding-left: 380px;
	}

	.error {
	color: #FF0000;
	margin: 5px 0;
	}


