html, body, p, tr, td * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.4em;
	color:#4c4c4c;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color:#62accf;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #62accf;
	font-weight: normal;
}
h2, div.news-title font {
	font-size: 18px;
	font-weight: bold;
}
div.news-title {
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

li h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
	color: #62accf;	
}
a {
	color: #62accf;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
div#slave div img {
	margin: 0px 0px 0px 20px;
	float:right;
	clear:right;
}

img {
	border:none;
}
div#slave ul {
	padding-left:20px;
	list-style:url(../images/dots.png);
}
div#slave li {
	padding-left:5px;
}

/*Navi_Anfang*/

div#content {
	position: relative;
}

div#navi {
	/*position:absolute;
	left:50px;
	top:172px;*/
	position: relative;
	margin: 0px 0px 50px -235px;
	float: left;
}
div#navi div.navi-level-1 a{
	line-height:25px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navi_dot.png);
	background-repeat:no-repeat;
	padding-left:20px;
	height: 21px;
	margin-top: 0px;
	padding-bottom:3px;
}
div#navi div.navi-level-1 a.navi-on {
	background-image: url(../images/navi_dot_active.png);
}
div#navi div a {
	color:#4c4c4c;
	font-size:14px;
	padding-top: 3px;
	font-weight:normal;
	font-size:16px;
}
div#navi div a.navi-on {
	font-weight:bold;
}
div#navi div a:hover {
	color:#999;
	text-decoration:underline;
}
div#navi div a.navi-on:hover {
	text-decoration:none;
	color:#4c4c4c;
}
div.navi-level-2 a{
	margin-left:20px;
	font-style:italic;
	line-height:20px;
	font-size:15px!important;
}

div#navi div.navi-level-2{
	border-top:1px solid #CCC;	
}
/*Navi_Ende*/



/* MASTER */
/* for horizontal alignment in IE */
div#center-div {
	/* auto is for centering */
	margin: 0px auto;
	padding: 0px;
	width: 1032px;
	text-align: left;
	position: relative;
	height: 100%;
}
div#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image:url(../images/shadows.png);
	/*the shadow*/
	padding: 0px 16px 0px 16px;
}
div#padding {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	padding: 160px 50px 100px 270px;
}
div#logo {
	right:0px;
	top:0px;
	position:absolute;
}
div#breadcrumbs {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 20px;
}
div#breadcrumbs-inner {
	padding-left: 30px;
	margin-top:10px;
}
div#breadcrumbs {
	font-size: 9px;
}
div#footer {
	/* real height minus padding*/
	margin:0px;
	padding:0px;
	height: 125px;
	/* real height */
	margin-top: -125px;
	/* the shadow */
	margin-left:16px;
	margin-right:16px;
	text-align:right;
	background-image:url(../images/footer_bg.jpg);
}
div#footer-inner {
	padding-top:100px;
	padding-right:20px;
	font-size:12px;
}

/* team */

div.team {
	position: relative;
	width: 400px;
	height: 211px;
	float: left;
}
div.team-name {
	position: absolute;
	bottom: 0px;
	left: 170px;
}
div.team-foto {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
}
div.team-foto img {
	margin: 0px !important;
	padding: 0px;
}

/* end team */

div.kontakt-foto img{
	
	margin: 0px !important;
	padding:0px;	
}

div.kontakt-foto{
	float:right !important;
	margin: 0px 200px 0px 0px;	
}


/*Kontaktformular*/

table#form-53 input, table#form-53 select {
	margin-bottom: 7px;
}

table#form-53 tr td.name {
	width: 100px;
}
input.dateentry-day, input.dateentry-year {
	width: 40px;
}
input.timeentry-hour, input.timeentry-minute {
	width: 25px;
}
td.error {
	color: red;
	font-weight: bold;
}

/*End Kontaktformular*/

div.impressum-foto img{
	
	margin: 0px !important;
	padding:0px;	
}

div.impressum-foto{
	float:right !important;
	margin: 0px 200px 0px 0px;	
}

div.language{
	position: absolute;
	top: 5px;
	left: 30px;
	color: white;
}
div.language a{
	color: white;
	font-weight: normal;
}

