/*
	CSS www.gress.de
	(c) Gress Friseure
*/
@import url('tx_cssstyledcontent.css');
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:9pt;
}
html, body {
	height:100%;
}
body {
	background-color:#E2E2E2;
	color:#666666;
	text-align:center;
}
/* Links allgemein */
a {
	text-decoration:none;
	color:#EC6900; /* orange */
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
div#container {
	margin:0px auto;
	width:880px;
	height:625px;
	/*background-color:#ffffff;*/
	/*border:1px solid #cccccc;*/
	/*border-top:1px solid #cccccc;*/
	text-align:left;
	position:relative;
}
div#head {
	float:left;
	height:120px;
	width:110px;
	background-position:right;
	background-repeat:no-repeat;
	/*border:1px solid red;*/
}
div#navigation,
div#subnavigation  {
	text-align:left;
	width:750px;
	position:absolute;
	left:120px;
}
div#navigation  {
	top:60px;
	/*height:30px;*/
	/*border:1px solid red;*/
}
div#subnavigation  {
	top:85px;
	background-color:#E2E2E2;
}
div#content {
	height:505px;
	background-color:#FFFFFF;
	float:left;
	text-align:left;
	width:880px;
	overflow:auto;
	border-top:1px solid #cccccc;
}
div#shadow_r {
	background-image:url('img/schatten_rechts.gif');
	background-repeat:no-repeat;
	position:absolute;
	left:880px;
	top:10px;
	width:20px;
	height:625px;
}
div#shadow_b {
	background-image:url('img/schatten_unten.gif');
	background-repeat:no-repeat;
	margin:0 auto;
	width:900px;
	height:20px;
}
div#copyright {
	margin:0 auto;
	width:880px;
	font-size:.9em;
	color:#999999;
}
div#copyright a {
	font-size:1em;
	color:#999999;
	text-decoration:none;
}
/* Navigation */
div#navigation ul,
div#subnavigation ul {
	list-style-type:none;
}
div#navigation li,
div#subnavigation li {
	float:left;
	border-right:1px solid #E2E2E2;
	padding:3px 10px;
}
div#navigation ul {
	border-left:1px dotted white;
}
div#navigation li {
	/*text-transform:uppercase;*/
	/*height:30px;*/
	border-right:1px dotted white;
}
div#navigation li a,
div#subnavigation li a {
	color:#666666;
}
div#navigation li.act {
	font-weight:bold;
	background-color:#E2E2E2;
}
div#subnavigation {
	font-style:italic;
}
div#subnavigation li.act {
	font-weight:bold;
}
/* Navigation LV 3 */
div#subnavigation2  {
	float:left;
	width:130px;
	margin-top:68px;
}
div#subnavigation2 ul {
	padding-left:5px;
}
div#subnavigation2 ul li {
	margin-bottom:5px;
}
div#subnavigation2 ul li a {
	font-size:.9em;
}
/* Inhaltselemente */
div#content_main {
	padding-top: 35px;
	margin-left:130px;
}
h1 {
	font-size:1em;
	/*color:#EC6900; orange */
	color:#666666;
	font-weight:bold;
	margin-bottom:.3em;
	margin-bottom:.3em;
}
div#content div#content_main .csc-header h1,
div#content div#content_main .textpicHeader h1 {
	font-size:1em;
	/*color:#EC6900; orange */
	color:#333333;
	font-weight:bold;
	margin-bottom:.3em;
	margin-bottom:.3em;
}
div#content div#content_main h1.csc-firstHeader {
	color:#EC6900; /* orange */
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:.7em;
}
div#content div#content_main p {
	width:300px;
	margin-bottom:1em;
	/*border:1px solid red;*/
}
div#content div#content_main ul,
div#content div#content_main ol {
	width:300px;
	padding-left:1.4em;
}
table.contenttable {
	width:300px;
}

.csc-textpic-intext-right-nowrap {
	margin-right:70px;
}
.csc-frame-rulerBefore {
	border-top:1px dotted #E2E2E2;
	width:300px;
	margin-bottom:20px;
}
DIV.csc-textpic.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-top:0px;
}
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #cccccc;
	padding: 0px 0px;
}
/* Filelinks */
table.csc-uploads {
	width:500px;
	margin-bottom:1.5em;
}
/* Sitemap */
ul.csc-menu {
	list-style-type:none;
}
ul.csc-menu li {
	margin-bottom:1em;
}

/* Mail Formular */
.csc-mailform {
	border:0px;
}
fieldset.csc-mailform label {
	display:block;
	clear:left;
	float:left;
	width:120px;
}
/* Last Minute Termine */
div.news-latest-container {background-color:#ffffff; border:0px;}
div.news-latest-item {background-color:#ffffff; border-bottom:1px solid #cccccc; border-top:0px; border-left:0px; border-right:0px;}
div.news-latest-item h3 {}
