/*###############
# BODY UND WRAP #
###############*/

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: #def0fc url(/fileadmin/layout/bodyBackground.jpg) repeat-x;
	}
	
div#wrap {
	width: 927px;
	margin: auto;
	overflow: auto;
	}

div#logo {
	float: left;
	}
	
div#head {
	float: left;
	}

/*######
# NAVI #
######*/

div#naviWrap {
	width: 152px;
	float: left;
	margin: 7px 20px 0px 11px;
	}
	
ul#navi a {
	font-size: 1.2em;
	color: #5d5d5d;
	}
	
ul#navi li {
	padding: 5px 0px 5px 10px;
	}
	
li.liActive {
	background: #a5d2ef url(/fileadmin/layout/naviActBackgound.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	}
	
ul#navi li.liActive a {
	color: #fff;
	}
	
/*#########
# SUBNAVI #
#########*/

ul#subnavi {
	margin-top: 5px;
	font-weight: normal;
	}
	
ul#subnavi li {
	padding: 0px 0px 5px 10px;
	}
	
ul#subnavi li a {
	color: #fff;
	}
	
ul#subnavi li.liActive {
	background: none;
	font-weight: bold;
	}

/*#########
# CONTENT #
#########*/

a {
	color: #2265bc;;
	}

div#content p {
	font-size: 1.2em;
	color: #5d5d5d;
	padding-bottom: 7px;
	padding-right: 20px;
		}
	
div#content h1 {
	font-size: 1.6em;
	color: #2265bc;
	padding-bottom: 3px;
	}
	
div.csi-intext-right {
	padding-right: 20px;
	}

div#innerWrap {
	float: left;
	background: url(/fileadmin/layout/contentBackground.jpg) repeat-y;
	width: 927px;
	padding-bottom: 10px;
	}

div#innerBack {
	float: left;
	background: url(/fileadmin/layout/contentBackgroundTop.jpg) no-repeat;
	width: 927px;
	}
	
	
div#content {
	float: left;
	width: 492px;
	margin-top: 7px;
	}

/*########
# TEASER #
########*/

div#teaser {
	float: right;
	width: 227px;
	margin: 7px 25px 0px 0px;
	}

div#teaser h1 {
	font-size: 1.6em;
	color: #2265bc;
	padding-bottom: 3px;
	}

div#teaser p {
	font-size: 1.2em;
	color: #5D5D5D;
	}

div#teaser div.teaserContent p, div#content div.teaserContent p {
	color: #fff;
	font-size: 1.1em;
	}

div#teaser div.teaserContent h1 {
	font-style: italic;
	font-size: 1.4em;
	color: #fff;
	padding-bottom: 3px;
	}

div.teaserHead a {
	font-style: italic;
	font-size: 1.4em;
	color: #fff;
	padding-bottom: 3px;
	font-weight: bold;
	}
	
div.teaserLink a {
	color: #fff;
	font-size: 1.1em;
	}

div.teaserWrap {
	width: 226px;
	float: left;
	}

div#content div.teaserWrapB, div#content div.teaserWrap, div#content div.teaserWrapG {
	margin-top: 0px;
	}

div.teaserContent {
	padding: 5px;
	}

div.teaserLink {
	padding: 5px;
	text-align: right;
	}

div#content div.teaserWrap, div#content div.teaserWrapB, div#content div.teaserWrapG {
	margin-right: 20px;
	}

div#content div.teaserWrap {
	margin-right: 20px;
	}

div#content div.teaserContent p {
	padding-bottom: 0px;
	padding-right: 0px;
	}

/*#############
# TEASER BLAU #
#############*/

div.teaserWrap {
	background-color: #3f87cd;
	}

div.teaserWrap div.teaserBild {
	border-bottom: 1px solid #9fc3e6;
	}

div.teaserWrap div.teaserContent {
	border-bottom: 1px solid #3072c0;
	}

div.teaserWrap div.teaserLink {
	border-top: 1px solid #5498d5;
	}

/*##############
# TEASER BRAUN #
##############*/

div.teaserWrapB {
	background-color: #c5a27c;
	width: 226px;
	float: left;
	}

div.teaserWrapB div.teaserBild {
	border-bottom: 1px solid #e2d1be;
	}

div.teaserWrapB div.teaserContent {
	border-bottom: 1px solid #b68f67;
	}

div.teaserWrapB div.teaserLink {
	border-top: 1px solid #ceb08e;
	}

/*#############
# TEASER GRAU #
#############*/

div.teaserWrapG {
	background-color: #bcb38d;
	width: 226px;
	float: left;
	}

div.teaserWrapG div.teaserBild {
	border-bottom: 1px solid #ded9c6;
	}

div.teaserWrapG div.teaserContent {
	border-bottom: 1px solid #aca278;
	}

div.teaserWrapG div.teaserLink {
	border-top: 1px solid #c6bf9d;
	}

/*########
# FOOTER #
########*/

div#bottom {
	background: url(/fileadmin/layout/contentBackgroundBottom.jpg) no-repeat;
	width: 927px;
	height: 19px;
	float: left;
	}
	
div#footer {
	float: left;
	width: 927px;
	overflow: hidden;
	padding-bottom: 20px;
	}
	
div#footerLeft {
	margin-left: 20px;
	float: left;
	}
	
div#footerLeft p {
	color: #9cb8cb;
	font-size: 1.1em;
	}
	
div#footerRight {
	float: right;
	width: auto;
	margin-right: 20px;
	}
	
ul#footerNavi li {
	display: inline;
	margin-left: 10px;
	}
	
ul#footerNavi a {
	color: #9cb8cb;
	font-size: 1.1em;
	}

/*#################
# KONTAKTFORMULAR #
#################*/

#content form div.kontakt input {
	width: 150px;
	color: #5D5D5D;
	font-size: 1.1em;
}

textarea.kontakt {
	width: 483px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}

#content form input .checkbox {
	width: 20px;
}

td.beschriftung1, td.beschriftung2 {
	width: 84px;
}

#content form {
	font-size: 1.2em;
	color: #5D5D5D;
}

#content form td {
	height: 30px;
	}

#content .beschriftung2 {
	padding-left: 10px;
	}

#content form h2 {
	margin: 10px 0px 5px 0px;
	}

span.kontakt_fehler {
	color: #c30000;
	}

div.tx_lumogooglemaps_pi1_sidebar {
	display: none;
	}

div.tx_lumogooglemaps_pi1_infobox {
	font-size: 1.2em;
	}

div#gmapDirHead {
	font-size: 1.2em;
	}

dd.csc-textpic-caption {
	color: #5D5D5D;
	}

ul#subsubnavi {
	margin-left: 15px;
	}

ul#subsubnavi li a {
	font-size: 1.1em;
	}

form#gmapDirTo p {
	font-size: 1.0em;
	}
	
