/* Main CSS */
* {
	margin: 0px; padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}
#all {
	background-image: url(../img/panorama.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	width: 100%;
	position: absolute;
}
#inner {
	height: 65%;
	width: 95%;
	left: 5%;
	top: 15%;
	position: absolute;
}
#left {
	width: 194px;
	height: 100%;
	position: absolute;
}
#left_top_left {
	background-image: url(../img/top_left.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 45px;
	float: left;
}
#left_top_center {
	height: 45px;
	width: 130px;
	background-image: url(../img/top_bg.png);
	background-repeat: repeat-x;
	float: left;
}
#left_top_right {
	background-image: url(../img/top_right.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 45px;
	float: right;
}
#left_middle_left {
	background-image: url(../img/middle_left.png);
	background-repeat: repeat-y;
	width: 32px;
	height: 90%;
	float: left;
}
#left_middle_center {
	width: 130px;
	float: left;
	height: 90%;
	background-color: white;
}
#left_middle_right {
	background-image: url(../img/middle_right.png);
	background-repeat: repeat-y;
	width: 32px;
	height: 90%;
	float: right;
}
#right {
	width: 75%;
	height: 100%;
	position: absolute;
	margin-left: 200px;
}
#right_top_left {
	background-image: url(../img/top_left.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 45px;
	float: left;
	background-color: white;
}
#right_top_center {
	height: 45px;
	width: 100%;
	background-image: url(../img/top_bg.png);
	background-repeat: repeat-x;
}
#right_top_right {
	background-image: url(../img/top_right.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 45px;
	float: right;
	background-color: white;
}
#middle {
	height: 90%;
	background-image: url(../img/middle_right.png);
	background-repeat: repeat-y;
	background-position: right 0;
}
#middle_inner {
	height: 100%;
	background-image: url(../img/middle_left.png);
	background-repeat: repeat-y;
}
#content {
	background-color: white;
	margin: 0 30px;
	font-size: 0.70em;
	height: 100%;
	overflow: auto;
	background-image: url(../img/gap.jpg);
	background-repeat: no-repeat;
	background-position: 49% 50%;
}
#left_bottom_left {
	background-image: url(../img/bottom_left.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: left;
}
#left_bottom_center {
	height: 32px;
	width: 130px;
	background-image: url(../img/bottom_center.png);
	background-repeat: repeat-x;
	float: left;
}
#left_bottom_right {
	background-image: url(../img/bottom_right.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	float: right;
}
td.bottomline_first, td.bottomline_last {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
td.bottomline_first {
	background-image: url(../img/bottom_left.png);
}
td.bottomline_last {
	background-image: url(../img/bottom_right.png);
}
td.bottomline_between {
	height: 32px;
	background-image: url(../img/bottom_center.png);
	background-repeat: repeat-x;
}
table.bottomline {
	width: 100%;
}
div.clear, .clear {
	clear: both;
}
div#title {
	position: absolute;
	margin: -35px 0 0 238px;
}
div#oldbrowserbox {
	display: none;
}
#content_left {
	width: 46%;
	float: left;
	margin-left: 1%;
}
#content_right {
	width: 46%;
	float: right;
	margin-right: 1%;
}

/* Menu */
	/* Main Menu */
ul#menu {
	list-style-type: none;
	position: absolute;
	margin: 12px 0 0 -16px;
	padding: 0;
	overflow: hidden;
}
ul#menu li {
	/*margin: 5px 0;*/
}
ul#menu li a {
	display: block;
	padding: 2px 0 3px 15px;
	margin: 2px 0 3px 0;
	text-decoration: none;
	width: 147px;
	font-size: 0.70em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
ul#menu li a.act {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-image: url(../img/ball.gif);
	background-repeat: no-repeat;
	background-position: 142px 4px;
}
ul#menu li a:hover {
	background-image: url(../img/ball_gr.gif);
	background-repeat: no-repeat;
	background-position: 142px 4px;
	color: #988;
}
ul#menu li ul {
	position: relative;
	margin: 0;
	padding: 0;
}
ul#menu li ul li {
	background-image: none;
}
ul#menu li ul li a {
	background-image: none;
	padding: 1px 0 2px 25px;
	margin: 1px 0 2px 0;
	border: none;
	font-size: 0.6em;
	color: #988;
	width: 136px;
}
ul#menu li ul li a.act {
	background-image: none;
	border: none;
	color: #990033;
}
ul#menu li ul li a:hover {
	background-image: none;
	color: #990033;
}

	/* Menu_Bottom */
div#menu_bottom {
	position: absolute;
	float: right;
	width: 350px;
	margin: 10px 0 0 -338px;
	!margin: 20px 0 0 -338px;
	background-color: white;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	-moz-border-radius: 5px;
	border: 1px solid #bbb;
}
ul.menu_bottom {
	list-style-type: none;
	padding: 2px 5px;
	text-align: right;
	margin: -5px 0 0 0;
}
ul.menu_bottom li {
	display: inline;
	padding: 0 10px;
}
ul.menu_bottom li a {
	font-size: 0.60em;
	letter-spacing: 0.1em;
	text-decoration: none;
	white-space: nowrap;	
}

/* CSC */
p.bodytext {
	padding: 3px 0;
	line-height: 130%;
	letter-spacing: 0.1em;
}
a {
	color: #990033;
}
a:hover {
	color: #C87490;
}
h1 {
	font-size: 1.3em;
	color: #990033;
	margin: 15px 0 5px 0;
}
ul {
	padding: 3px 0 3px 15px;
}
dd.csc-textpic-caption {
	font-size: 9px;
	color: 888;
	text-align: center;
}

/* EXTENSIONS */
	/* wt_gallery */
		/* Allgemein */
div.tx-wtgallery-pi1 {
}	
		/* Kategorieansicht */
div#wtgallery_category_area {}
div.wtgallery_categories { 
	margin: 10px 0;
}
div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_folder {
	margin: 32px 0 0 10px;
	float: left;
}
div.wtgallery_category_txt {
	clear: both;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
		/* Listenansicht */
div.wtgallery_listview {
	margin: 10px auto 0 auto;
	width: 222px;
}
img.wtgallery_listpic_pic {
	padding: 1px;
	border: 1px solid grey;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
}
img.wtgallery_listpic_pic:hover {
	border: 1px solid #990033;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
div.wtgallery_listpic {
	margin: 5px;
	background-color: white;
}
div.wtgallery_pagebrowser {
	background-color: white;
	padding: 1px;
	width: 208px;
	height: 26px;
	overflow: hidden;
	margin: 3px 0 0 5px;
	border: 1px solid grey;
	/*filter: alpha(opacity=25); 
	-moz-opacity: 0.25; 
	opacity: 0.25;*/
}
div.wtgallery_pagebrowser_back {
	float: left;
	margin: 2px 0 0 0;
}
div.wtgallery_pagebrowser_page {
	float: left;
	margin: 6px 0 0 95px;
}
div.wtgallery_pagebrowser_fwd {
	float: right;
	margin: 2px 0 0 0;
}

		/* Singleansicht */
div#wtgallery_singlepic_area {
	background-color: white;
	width: 260px;
	margin: 10px auto 0 auto;
}
img.wtgallery_singlepic_pic {
	padding: 1px;
	border: 1px solid grey;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85; 
	opacity: 0.85;
}
img.wtgallery_singlepic_pic:hover {
	border: 1px solid #990033;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
div.wtgallery_singlepic_fwdback {
	background-color: white;
	padding: 1px;
	/*border: 1px solid grey;*/
	width: 250px;
	height: 26px;
	overflow: hidden;
	margin: -31px 0 0 0;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25; 
	opacity: 0.25;
}
div.wtgallery_singlepic_popup {
	display: none;
}
div.wtgallery_singlepic_back {
	float: left;
	margin: 2px 0 0 0;
}
div.wtgallery_singlepic_fwd {
	float: right;
	margin: 2px 0 0 0;
}
img.wtgallery_arrow {
	border: none;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	margin: 3px 5px 0 5px;
}
img.wtgallery_arrow:hover {
	border: none;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	margin: 3px 5px;
}

	/* Mailformular */
fieldset.csc-mailform {
	border: none;
	width: 140px;
}
fieldset.csc-mailform div.csc-mailform-field label {
	width: 150px;
	font-weight: bold;
}
fieldset.csc-mailform div.csc-mailform-field input,
fieldset.csc-mailform div.csc-mailform-field textarea,
fieldset.csc-mailform div.csc-mailform-field select {
	margin: 5px 0;
}
fieldset.csc-mailform div.csc-mailform-field input:focus {
	background-color: #efefef;
}
div.csc-mailform-field {
	clear: both;
	padding: 5px 0;
}