@charset "utf-8";

/* Class: Display the error for IE Macintosh */
#mac { display: none; }
/* Class: Ende */

/* Set the positions to 0 */
* html { margin: 0; padding: 0;}
* body { margin: 0; padding: 0; }
/* Set the positions to 0 End */

/* Main Settings */
html, body,
p, span, a,
h1, h2, h3, h4, h5, h6,
table, th, tr, td,
div,
ol, ul, 
form, label, input, select, textarea,
img
{
	/* Font Settings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #373537;
	
	/* Adjustment */
	margin: 0;
	padding: 0;
	text-align: left;
	
	/* Border */
	border: 0;
	border-color: inherit;
	
	/* Background */	
	background-image: none;
	background-repeat: no-repeat;
}
/* Main Settings End */

/* Class: xHTML tags */
body
{
	background-color: #DCDDDE;
	background-image: url('../mainbg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
h1
{
	margin-bottom: 10px;
	color: #00A388;
	font-size: 18px;
	font-weight: bold;
}
h2
{
	color: #373537;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
p
{
	color: #373537;
	margin-bottom: 8px;
}
/* Class: End */

/* Class: Hyperlinks */
a:link
{
	color: #00A388;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #00A388;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #00A388;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	color: #00A388;
	font-weight: bold;
	text-decoration: none;
}
/* Class: End */

/* Class: DIV */
#page_align_left
{
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	text-align: left;
}
#page_align_center
{
    margin: 20px auto;
	width: 910px;
    margin-top: 10px;
}
		#header1
		{
			width: 910px;
			height: 190px;	
			background-image: url('../header1.jpg');
			background-color: #FFFFFF;
			background-repeat: no-repeat;
		}
		#header2
		{
			width: 910px;
			height: 190px;	
			background-image: url('../header2.jpg');
		}
		#content
		{
			width: 910px;
			min-height: 410px;
			float: left;
			background-image: url('../content.jpg');
			background-repeat: repeat-y;
		}
			#main
			{
				margin-top: 20px;
				width: 800px;
				padding-left: 70px;
			}
			#left
			{
				width: 235px;
				float: left;
			}
			#right
			{
				width: 685px;
				float: left;
			}
	#footer
	{
		width: 910px;
		height: 140px;
		float: left;
		background-image: url('../footer.jpg');
		background-repeat: no-repeat;
	}
.home { margin-left: 50px; margin-top: 30px; float: left; }
.service { margin-top: 20px; margin-bottom: 50px; float: left; }
/* Class: End */

/* Class: Content Specific */

	
	/* Inhalt */
	.left { width: 230px; float: left; }
	.right { margin-bottom: 15px; width: 500px; float: left; }
	.right ul { font-size: 16px; list-style: none; }
	.right li { margin-top: 8px; margin-bottom: 38px; }
	.left ul { height: 270px; list-style: none; }
	.left li { margin: 0 0 0 0px; line-height: 66px; }
	.left li a { font-size: 20px; }
	.home p { font-size: 16px; }
	
	.philosophie { margin-top: 40px;}
	.philosophie ul { list-style-position: inside; }

	
	.leftservice { margin-left: 0px; width: 425px; float: left; }
	.leftservice ul { list-style-type: dot; list-style-position: outside; margin-left: 15px; 15px; }
    .leftservice li { padding: 2px; }
	.rightservice { margin-left: 15px; width: 310px; float: left; }
	.rightservice ul { list-style-type: dot; list-style-position: outside; margin-left: 15px; }
    .rightservice li { padding: 2px; }
	.klein above { font-size: 12px; font-weight: bold; }
	
	.kontakt { margin: 50px 0 0px 200px; }
	.leftkontakt { width: 250px; float: left; }
	.rightkontakt { width: 150px; float: left; }
	
	.anmeldung { margin-top: 50px; margin-left: 300px; }

/* Class: End */

/* Class: Forms */
form
{
}
label
{
	width: 80px;
	float: left;
}
input
{
	border: 1px solid #ccc;
	width: 100px;
}
.login { margin-left: 81px; text-align: center; background-color: #FFFFFF; }
textarea
{
}
select
{
	width: 118px;
	border: 1px solid #999;
}
/*Class End */

/* You've to change the page_align_* DIV container */
/* Class: IE Macintosh error \*//*/
#mac
{
	color: #000000;
	display: block;
	margin: 150px auto 150px;
}
#page_align_left { display: none; }
/**/
/* Class: End */