
/* ================================================================ 
	Copyright (c) 2007 by MPstudios - All rights reserved
	This copyright-notice must not be removed!
	If you want to use some part of it, thanks to write an email.
	You can finde our contact details on our website.
	
	www.mpstudios.de
=================================================================== */



* {
	margin:0;
	padding:0;
	border:none;
}

html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414042;
}

#main a,
#main a:link, 
#main a:visited {
	color: #414042;
	height: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-style: dotted;
	border-bottom-color: #414042;
}
#main a:hover {
	color: #007733;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-style: solid;
	border-bottom-color: #007733;
}
h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size: 1.4em;
	color: #007733;
}
h2 {
	font-size: 1.2em;
	color: #414042;
}
h3 {
	font-size: 1.1em;
	color: #0099CC;
}
h4 {
	font-size: 1em;
	color: #414042;
}
p {
	font-size: 1em;
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 20px;
}

ul, li {
	list-style-position:inside;
}

img {
	border:none;
}

table,
tr, td,
table tr,
table tbody,
table tbody tr,
table tbody tr td {
	margin:0;
	padding:0;
}

#wrapper { 
	width: 99.9%;
	height: auto;
	background-image:url("../graphics/bgtop.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
	padding: 0;
	margin: 0;
} 
#header {
	width:900px;
	margin: 0 auto;
	text-align:left;
	background-image: url("../graphics/bgtop.gif");
	background-repeat: repeat-x;
	background-attachment: scroll; 
	background-position: top center;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 15px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	color:#414042;
}
#logo {
	margin:0;
	padding:0;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	background-color: transpartent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 60px;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#right {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0; /* distance to the header */
	padding: 0;
}
#main {
	margin: 0px 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the right div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #right space when the content in #right ends. */
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:left;
} 
#footer {
	width: 100%;
	height: 2.4em;
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#414042;
	clear: both;	
} 
#footerContent {
	width: 900px;
	color: #FFFFFF;
	font-size: .8em;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerContent a,
#footerContent a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #ffffff;
}

#footerContent a:hover,
#footerContent a:active,
#footerContent a:hover,
#footerContent a:active {
	color: #99ccff;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #99ccff;
}
#footerLeft {
	float:left;
}
#footerRight {
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	margin:0;
	padding:0;
    font-size: 1px;
    line-height: 0px;
}

.ce_text {
	padding-bottom:20px;
}

#navPath {
	margin:0;
	padding:0 0px 25px 0;
	font-size: .9em;
	line-height: .9em;
}
#navPath h4 {
	float:left;
}
#navPath a,
#navPath a:link,
#navPath a:visited,
#navPath a:hover {
	height: .9em;
	line-height: .9em;
}


#imageGallery {
	padding: 20px 0 20px 0;
}
#imageGallery table tr td img {
	padding-right:20px;
}

/* to avoid the same a:hover in images as in text */
#noBorder a,
#noBorder a:link,
#noBorder a:visited,
#noBorder a:hover,
.noBorder a,
.noBorder a:link,
.noBorder a:visited,
.noBorder a:hover,
.image_container a,
.image_container a:link,
.image_container a:visited,
.image_container a:hover {
	border:none;
	border-bottom:0;
}
.caption {
	width:auto;
	padding-top: 5px;
	font-size: .9em;
}	

/* IMG:HOVER */
#contentOverview a:link,
#contentOverview a:visited,
#contentOverview a:hover
{
	border:none;
}
#contentOverview td {
	padding: 10px 20px 10px 0px;
}
#contentOverview img {
	border-bottom: 6px solid #ffffff;
}
#contentOverview img:hover {
	border-bottom: 6px solid #0099CC;
}

/* SITEMAP */
#sitemap .level_2 li {
	margin-left:20px;
}

.mod_newslist img {
	margin-right: 20px;

}

/* CONTACT */
#contactAdress table tbody tr td {
	margin:0;
	padding:3px 10px 3px 0px;
}
#contactForm {
	margin-top:20px;
	line-height: 1.6em;
}
#contactForm h2 {
	padding-bottom:20px;
}
#contactForm .col_0,
#contactForm tr .col_0,
#contactForm table tbody tr td .col_0 {
	width:auto;
	margin-right:20px;
}
#contactForm .col_1,
#contactForm td .col_1 {
	padding-left:20px;
}
#contactForm input,
#contactForm textarea,
#contactForm select {
	border:1px solid #999;
	border-top-color:#666;
}
#ctrl_13 {
	padding:4px 10px 4px 10px;
}
#contactForm .explanation {
	padding-top:20px;
	padding-bottom:20px;

}
--> 