/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
	background-image:url(../images/mainBg.jpg);
	background-repeat:repeat-x;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.375em;
	color:#000000;
}

#mainContainer
{
	width:904px;
	margin:19px auto;
	background-image:url(../images/mainContainerBg.png);
	background-repeat:repeat-y;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#fff;
}

a:hover, a:active
{
	color:#fff;
	text-decoration:none;
}

h1
{
	color:#999;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#999;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
	line-height:1em;
}

h3
{
	color:#999;
	margin:0 0 .25em 0;
	font-size:1em;
	line-height:1em;
}

h4
{
	color:#999;
	margin:.5em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.topImg 	{margin-bottom:1em; border:1px solid #999;}
.center {text-align:center;}

/* Header
----------------------------------------*/
#header
{
	width:830px;
	height:65px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;	
	padding: 45px 37px 20px 37px;
}

#header h1 {
	display:block;
	width:540px;
	color: #FFF;
	margin:0;
	float:left;
}

#header a {
	display:block;
	width:130px;
	margin:0;
	float:right;
}

	/* Nav
	----------------------------------------*/
	#naviblock {
		width:904px;
		height: 72px;
		background-image:url(../images/naviBg.jpg);
	}
	
	#logo {
		margin-left:37px;
		margin-top:16px;
		width:260px;
		float:left;
	}
	
	div#navigation {
	margin-left:380px;
	margin-top:1px;
	width:520px;
	height:65px;
	display:block;
	}
	
	#nav, #nav ul {
		margin:0;
     	padding:0;
     	list-style-type:none;
     	list-style-position:outside;
     	position:relative;
		}
	
	#nav a:link, #nav a:active, #nav a:visited{
	display:block;
	color:#34629D;
	text-decoration:none;
	font-size:1.5em;
	padding:0px 20px;
 	}

	#nav a:hover{
	background-color:#E6E9EE;
	color:#333;
	}
	
	#nav li{
    	float:left;
    	position:relative;
		/*margin-top:1px;*/
		padding-top:1px;
		line-height:65px;
		z-index:20;
	}
	
	
	#nav ul {
	position:absolute;
	/*width:9em;*/
    top:65px;
	display:none;
	margin-top:1px;
	background-color:#a9b3bb;
	border:solid 1px #a9b3bb;
	}
	
	#nav ul.last {
	position:absolute;
	/*width:9em;*/
    top:65px;
	left:-110px;
	display:none;
	margin-top:1px;
	background-color:#a9b3bb;
	border:solid 1px #a9b3bb;
	}
	
	#nav li ul a {
	width:10em;
	float:left;
	background-color:#FFF;
	}
	
	#nav ul li {
		line-height:3em;	
	}
	
	#nav ul ul {
		top:auto;
	}	

	#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
	
	/* Image Replacement 
	----------------------------------------*/
	/*ul#nav li a {/*Set to height of image height:20px; display:block; outline:none;} */
	
	/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
	li#navHome a		{background-image: url(/images/nav/home.png); width:75px;}
	li#navWork a		{background-image: url(/images/nav/work.png); width:70px;}
	li#navServices a	{background-image: url(/images/nav/services.png); width:68px;}
	li#navContact a		{background-image: url(/images/nav/contact.png); width:55px;}
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	li#navHome a:hover, li#navWork a:hover, li#navServices a:hover, li#navContact a:hover {background-position:0 -20px; /*Set to height of image !must be negative!*/}
		
/* Main Content
----------------------------------------*/
#mainContent {
	width:830px;
	background-color:none;
	background-image:url(../images/mainContentBgTop.jpg);
	background-repeat:no-repeat;
	padding: 0px 37px;
	}

#leftColumn {
	width:545px;
	float:left;
	}
	
#leftColumn ul {
	margin-left:0px;
	margin-bottom:1em;
	padding:12px 10px 5px 12px;
	border:1px solid #999;
	background-color:#f6f7f8;
	}
	
#leftColumn li {
	background-image:url(../images/16-em-check_16x16.png);
	background-repeat:no-repeat;
	margin-bottom:.5em;
	padding-left:25px;
	}
	
#leftColumn a {
	color:#34629D;
	}
	
.imageRight {
	float:right;
	margin-left:25px;
	}
	
.imageRightBorder {
	float:right;
	margin-left:25px;
	border: 1px solid #999;
	}
	
.infoBox {
	border: 1px solid #999;
	padding: 5px 10px;
	margin: 20px 0;
	overflow:hidden;
	}
	
.infoBox h2 {
	margin-top:.5em;
	}
	
.besonderheit {
	padding: 5px 10px 5px 37px;
	background-color:#fcfaf3;
	background-image:url(../images/messagebox_info.png);
	background-repeat:no-repeat;
	background-position:9px 5px;
	}
	
#bildboxBruder {
	background-image:url(../images/drbruder1.jpg);
	width:515px;
	height:293px;
	padding:15px;
	margin-bottom:20px;
	}
	
#bildboxBruder h2 {
	width:340px;
	margin-top:25px;
	margin-bottom:0.25em;
	color:#000;
	}
	
#bildboxBruder p {
	width:280px;
	}
	
#map_canvas {
	width: 543px; 
	height: 450px;
	border: 1px solid #999;
	}
	
#kontaktformular {
	padding:12px 10px 10px 20px;
	border:1px solid #999;
	background-color:#f6f7f8;
	}

#kontaktTable {
	border-collapse:collapse;
	}
	
#kontaktTable td {
	padding:5px 0px;
	vertical-align:top;
	line-height:20px;
	}
	
.inputZelle {
	width:250px;
	height:20px;
	}
	
.inputTextrahmen {
	width:400px;
	height:200px;
	}
	
.newsHeadline {
	border-bottom:1px solid #999;
	padding-bottom:.375em;	
	}
	
.anfahrtBox {
	border: 1px solid #999;
	padding: 3px 5px;
	margin: 10px 0px 0px 0px;
	background-color:#fcfaf3;
	}
	
.anfahrtBox h2 {
	margin-top:.5em;
	color:#333;
	font-size:1.125em;
	}
	
p.textKlein	{
	font-size:.75em;
	}

#rightColumn {
	width:260px;
	float:right;
	}
	
#rightColumn h2 {
	color:#999;
	margin:.25em 0 .75em 0;
	font-size:.875em;
	line-height:1.25em;
	text-transform:uppercase;
}

.teaserButton {
	width:256px;
	height:70px;
	padding:3px 2px;
	margin-bottom:8px;
	}
	
.teaserButton a {
	text-decoration:none;
	}

.teaserButton h3 {
	color:#34629D;
	font-size:.9375em;
	margin-top:.25em;
	}

.teaserButton p {
	font-size:0.75em;
	line-height:1.25em;
	}

.teaserButton:hover {
	width:256px;
	height:70px;
	padding:3px 2px;
	background-color:#E6E9EE;
	}

.teaserButton img {
	float:left;
	margin-right:10px;
	}
	
.teaserGrafik {
	margin-bottom:6px;
	}

.infoBoxRight {
	border: 1px solid #999;
	padding: 5px 10px;
	margin: 20px 0;
	}
	

	
.infoBoxRight a {
	color:#34629D;
	}
	
.wikiBoxRight {
	border: 1px solid #999;
	padding: 5px 10px;
	margin: 20px 0;
	background-color:#f6f7f8;
	background-image:url(../images/20px-Wikipedia-logo.png);
	background-repeat:no-repeat;
	background-position:5px center;
	}
	
.wikiBoxRight a {
	color:#34629D;
	}
	
.wikiBoxRight h3 {
	margin-bottom:0px;
	line-height:20px;
	padding-left:20px;
	}
	
.anfahrtBoxRight {
	border: 1px solid #999;
	padding: 3px 5px;
	margin: 10px 0;
	}
	
.anfahrtBoxRight a {
	color:#34629D;
	}
	
.anfahrtBoxRight p {
	margin-bottom:.5em;
	}
	
.anfahrtBoxRight h3 {
	color:#34629D;
	font-size:.9375em;
	margin-top:.25em;
	}
	
.plakette {
	margin-left:55px; 
	margin-top:25px;
	}

/* Footer
----------------------------------------*/
#footer
{
	width:904px;
	background-image:url(../images/footerBg.jpg);
}

#footerContent {
	width:904px;
	background-image:url(../images/footerContentBgZwei.jpg);
	background-repeat:no-repeat;
}

#footerLeft {
	float:left;
	padding: 20px 17px 10px 37px;
	width:400px;
}

#footerRight {
	float:left;
	padding: 20px 37px 10px 37px;
	width:376px;
}

.footerLeftCol {
	width:180px;
	float:left;
	margin-right:15px;
	}
	
.footerRightCol {
	width:180px;
	float:left;
	}

#footerEnd {
	background-image:url(../images/footerContentBottom.png);
	width:904px;
	height:3px;
}

#footer p 
{
	font-size:.875em;
	color:#586168;
}

#footer h2 {
	font-size:.875em;
	font-weight:bold;
	margin-bottom:.125em;
	margin-top:0;
	color:#586168;
	}

