@charset "utf-8";
/**
 * structure:
 *    	1. ....basic elements
 *    	2. ....layout/design elements
 *
 */






/**
 * 		basic elements																							01
 * ###############################################################################################################
 */


html {
	
	}
body {
	background: url(/images/core/page-shaddow.png) repeat-y 50% 0;
	*background: url(/images/core/page-shaddow_ie.png) repeat-y 50% 0; /* Only IE Browsers */
	}

#header {
	margin: 0;
	padding: 80px 0 0;
	background: #fff url(/images/core/header-background.png) repeat-x 0 0;
	text-align: center;
	}

#wrapper {
	margin: auto;
	width: 836px;
	background: url(/images/core/page-background.jpg) no-repeat 100% 0;
	}

#sidebar {
	width: 215px;
	float: left;
	background: url(/images/core/navigation.png) no-repeat 0 0;
	}

#navigation {
	margin: 80px 0 90px 13px;
	}
#navigation ul {
	margin: 0;
	}
#navigation li {
	list-style: none;
	margin-bottom: 13px;
	}

#content {
	margin: 80px 100px 0 0;
	width: 480px;
	float: right;
	display: inline; /* IE5/6 Doubled Float-Margin Bug */
	}

#footer {
	*margin-right: 1px; /* Only IE Browsers */
	padding-top: 50px;
	height: 100px;
	clear: both;
	background: #fff url(/images/core/page-shaddow-bottom.png) no-repeat 100% 0;
	font-size: 90%;
	}
#footerNavigation {
	margin: 0 100px 0 250px;
	padding-top: 8px;
	border-top: 1px solid #ED9D2E;
	}
#copyright {
	margin: 0 100px 0 250px;
	font-size: 90%;
	color: #777;
	}

/* end basic elements */




/**
 * 		layout/design elements																					02
 * ###############################################################################################################
 */

h1 {
	margin: 0 0 20px;
	padding-left: 4px;
	width: 100%;
	border-bottom: 3px double #ddd;
	background: #fff;
	color: #222;
	font-size: 180%;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	}
h2 {
	padding: 4px;
	width: 100%;
	border-bottom: 3px double #ddd;
	background: #ED9D2E;
	color: #222;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	}
h3, h4, h5, h6 {
	color: #555;
	}

#content p {
	padding-left: 12px;
	}

#content li {
	margin-bottom: 12px;
	}

#sidebar p {
	margin: 0 12px 25px 32px;
	color: #555;
	font-size: 90%;
	}

.bordersA {
	border: 2px solid #fff;
	}
.bordersB {
	border: 3px double #fff;
	}
.bordersC {
	border: 2px solid #F99;
	}

.noTableBorder th, .noTableBorder td {
	border: 0;
	vertical-align: top;
	}

.tableSmall th, .tableSmall td {
	padding: 3px;
	border-top: 1px solid #bbb;
	border-right:  1px solid #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #fff;
	text-align: left;
	}

#sprechzeiten {
	margin-left: 32px;
	font-size: 90%;
	}

/* end layout/design elements */




/**
 * 		Hyperlinks																								03
 * ###############################################################################################################
 */

/* Default Links
 *------------------------------------------------------------------------*/
a {
	color: #36c;
	text-decoration: underline;
	}

a:visited {
	color: #909;
	text-decoration: underline;
	}

a:hover, a:active, a:focus {
    color: #c03;
	}


/* Main Navigation Links
 *------------------------------------------------------------------------*/
#navigation a, #navigation a:visited {
	padding: 1px 19px;
	display: block;
	color: #222;
	font-weight: 900;
	text-decoration: none;
	}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	background: url(/images/core/link-background.png) repeat-y 0 0;
	color: #000;
	}

.currentPageLink {
	background: url(/images/core/link-background.png) repeat-y 0 0;
	}


/* Footer Links
 *------------------------------------------------------------------------*/
#footer a, #footer a:visited {
	background: transparent;
    color: #36c;
	font-weight: 900;
    text-decoration: none;
	}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #c03;
    text-decoration: underline;
	}


/* end layout/design elements */



/**
 * 		Formular Elements																					04
 * ###############################################################################################################
 */

form {
	margin: 12px;
	background: #FC9;
	border: 2px solid #F96;
	}
fieldset {
	border: 1px solid #bbb;
	}
#contactForm fieldset {
	padding: 15px;
	border: 0;
	}
fieldset legend {
	/*display: none;*/
	}

label {
	margin: 8px 0;
	width: 170px;
	display: block;
	float: left;
	cursor: pointer;
	}

input {
	padding: 1px 4px;
	border: 2px inset #999;
	}
input:hover {
	border: 2px solid #444;
	}
input:active, input:focus {
	border: 2px inset #999;
	background-color: #ff9;
	}
#contactForm input {
	margin: 8px 0;
	}

textarea {
	padding: 4px;
	border: 2px solid #999;
	}

textarea:active, textarea:focus {
	border: 2px inset #999;
	background-color: #ff9;
	}

input.submit {
	padding: 2px;
	border: 1px solid #999;
	}

button {
	padding: 3px 8px;
	border: 3px double #bbb;
	background: #efefef;
	font-weight: 900;
	letter-spacing: 1px;
	cursor: pointer;
	}
button:hover, button:focus {
	border: 3px double #339933;
	background: #fff;
	}
button:active {
	margin: 2px;
	position: relative;
	border: 3px solid #FFCC66;
	background: #ffc;
	}


/* Common Usefull Definitions
 *------------------------------------------------------------------------*/
.optional {
	color: #777;
	font-weight: 100;
	}
.required {
	font-weight: 900;
	}


/* end Formular elements */
