/*
---------------------------------------------------------

 Page config

--------------------------------------------------------- 
*/	

* {
	padding:0;
	margin: 0;
	}
html, body {
	height:100%;
	}
body { 
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
	color:#333;
	background-color: #006699;
	}
#main_container {
	position: absolute;
	left: 50%;
	top: 50%;
	/* hier jeweils die Haelfte der Breite bzw. der Hoehe des Containers*/
	margin-left: -374px;
	margin-top: -172px;
	}	
#top_container {
	width: 740px;
	}
#breadcrumb {
	float: left;
	margin-bottom: 5px;
	width: 400px;
	z-index: 10;
	}
#top_menu {
	text-align: right;
	/* float: right;*/
	/* padding-right: 15px; */
	margin-bottom: 5px;
	}
#middle_container {
	width: 740px;
	height: 320px;
	background: white;
	clear: both;
	}
#left_box {
	border-left: solid 5px white;
	border-top: solid 5px white;
	width: 310px;
	height: 310px;
	background: #eee;
	float: left;
	}
#center_box {
	border-left: solid 5px white;
	border-top: solid 5px white;
	width: 100px;
	height: 315px;
	background: white;
	float:left;
	}
#center_box_top {
	height: 100px;
	background: #eee;
	}
#center_box_middle {
	height: 100px;
	border-top: solid 5px white;
	background: #eee;
	}
#center_box_bottom {
	height: 100px;
	border-top: solid 5px white;
	background: #eee;
	}
#right_box {
	border-left: solid 5px white;
	border-top: solid 5px white;
	width: 310px;
	height: 310px;
	background: #eee;
	float:left;
	}
#bottom_container {
	margin-top: 0px;
	text-align: center;
	}

.print {
	display: none;
	}

/*
---------------------------------------------------------

 TopButtons

--------------------------------------------------------- 
*/
#topButtons {
	z-index:99;
	position: absolute;
	vertical-align: middle;
	left: 0;
	top: 0;
	width: 100%;
	height: 2em;
	color: #ccc;
	/*background:#3399CC;*/
	background: #444;
	padding-top:4px;
	border-bottom: 1px solid #333;
	}
#topButtons img {
   	padding:2px 0 0 10px;
	vertical-align:middle;
	}
#topButtons a,
#topButtons a:hover {
	color:#999;
	text-decoration:none;
	}
#topButtons a:hover {
	color:#ccc;
	}
/*
---------------------------------------------------------

 Container for Random-Pic (randompic2)

--------------------------------------------------------- 
*/
#middle_box {
	position: absolute;
	border-left: solid 5px white;
	border-top: solid 5px white;
	width: 730px;
	height: 310px;
	z-index: 10;
	}
#middle_logo {
	position: absolute;
	top: 24px;
	left: 315px;
	height: 310px;
	width: 100px;
	border-left: solid 5px white;
	border-right: solid 5px white;
	z-index: 20;	
	}
#middle_logo_center {
	position: absolute;
	top: 100px;
	left: 0;
	background: url(../images/random-logo.png);
	border-top: solid 5px white;
	border-bottom: solid 5px white;
	height: 100px;
	width: 100px;
	z-index: 30;		
	}
	
/* Logo nur fuer IE */
#middle_logo_center img {
	display: none;
	}	

/*
---------------------------------------------------------

 Pic-Container

--------------------------------------------------------- 
*/


#pic_leftbox_third_top, #pic_rightbox_third_top {
	border-bottom: solid 5px white;
	}
#pic_leftbox_third_left, #pic_rightbox_third_left {
	border-right: solid 5px white;
	}
#pic_leftbox_third_right, #pic_rightbox_third_right {
	border-left: solid 5px white;
	}
#pic_leftbox_third_bottom, #pic_rightbox_third_bottom {
	border-top: solid 5px white;
	position: absolute;
	top: 229px;
	}
#pic_third_middle {
	position: absolute;
	top: 124px;
	}
	
dd {
	height: 0; display:none;
	}
.pic_white_border {
	border-top: solid 5px white;
	border-bottom: solid 5px white;
	}	




/*
---------------------------------------------------------

 Foto-Galerie

--------------------------------------------------------- 
*/


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px;
	}
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagerow .csc-textpic-image {
	margin-left: 5px;
	}

/*
---------------------------------------------------------

 Content

--------------------------------------------------------- 
*/	

h1.csc-firstHeader, h1 { 
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	/* border-bottom: 1px solid #069; */
	}
h2 {
	font-size:11px;
	font-family:arial, sans-serif;
	font-weight: bold;
	color:#333;
	padding: 5px;
	padding-bottom: 2px;
	}	
p,ul,dd,dt {
	line-height: 1.4em;
	}
p {
	padding-bottom: 5px;
	}
p.bodytext {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}

a {
	color: #069;
	text-decoration: none;
	}
a:hover {
	/*
	background-color: #069;
	color: #fff;
	*/
	text-decoration: underline;
	color: #069;
	}
p.bodytext a:hover, ul li a:hover {
	background-color: #069;
	color: #fff;
	text-decoration: none;
	padding: 0.1em;
	margin: -0.1em;
	}
#breadcrumb {
	color: #39c;
	}
#breadcrumb a {
	color: #39c;
	text-decoration: none;
	background-color: transparent;
	}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
	}
#top_menu {
	color: #fff;
	}
#top_menu a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	}
#top_menu a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
	}
#footer {
	color: #39c;
	}
#footer a {
	color: #39c;
	text-decoration: none;
	background-color: transparent;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
	}
ul {
	list-style: square;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	}
ul li {
	margin-left: 25px;
	}
.csc-sitemap ul {
	list-style: none;
	}	
.csc-sitemap li {
	margin-left: 10px;
	}
/*

ul.csc-menu-1 {
	list-style: none;
	}	
ul.csc-menu-1 li {
	margin-left: 10px;
	}
*/

dl.csc-menu-4 dd {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	padding-left: 15px;
	}
	

/*
----------------------------------------------------------------------------------------------------

 Form

----------------------------------------------------------------------------------------------------
*/

fieldset {
	border: 0;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
} 

.csc-mailform-field label { 
       float: left;
       /*text-align:right;*/
       display: block;
       width:180px; 
       padding-right: 1em; 
       margin-top:5px;
}
.csc-mailform-field input, textarea { margin:3px 0 3px 0;}
.csc-mailform-field .csc-mailform-check {margin: 2em 0 2em 0;}
.csc-mailform-field .csc-mailform-submit {
	text-align:center;
	color:#666;
	background: #ddd;
	border: 1px #666 solid;
	cursor: pointer;
	}

input, textarea {
    width: auto;
    font: 1em Verdana, Arial, Helvetica, Sans-Serif;
    border: 1px #ccc solid;
    /* background: #fafafa; */
    background: #eeeeee;
    padding: 3px;
    color: #666;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	/* background: #f0f0f0; */
	background: #dddddd;
	color: #333;
	border-color: #666;
}

	
/*
----------------------------------------------------------------------------------------------------

 Login (Standard)

----------------------------------------------------------------------------------------------------
*/
table.csc-loginform {
	padding: 1em 0 0 5px;
	}
		

/*
----------------------------------------------------------------------------------------------------

 Newloginbox

----------------------------------------------------------------------------------------------------
*/

.tx-newloginbox-pi1 {
	padding: 5px;
	}
.tx-newloginbox-pi1 p {
	padding: 0 0 10px 0;
	}
.tx-newloginbox-pi1 label,
.tx-newloginbox-pi1 input#user,
.tx-newloginbox-pi1 input#pass,
.tx-newloginbox-pi1 input.button {
	display: block;
	margin: 0 0 5px 0;
	}	
.tx-newloginbox-pi1 input.button {
	cursor: pointer;
	}
/*
----------------------------------------------------------------------------------------------------

 overlib

----------------------------------------------------------------------------------------------------
*/
#overDiv table td {padding:5px;}


/*
----------------------------------------------------------------------------------------------------

 Druckansicht

----------------------------------------------------------------------------------------------------
*/


@media print {

* {
	padding:0;
	margin: 0;
	clear: both;
	}
html, body {
	height: auto;
	}
body { 
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", times, serif;
	color: black;
	background-color: #006699;
	}
.print {
	display: block;
	}
.printlogo {
	text-align: right;
	}
#top_container {
	width: auto;
	}
#breadcrumb {
	float: none;
	width: auto;
	z-index: 10;
	}
#top_menu {
	display: none;
	}
#middle_container {
	width: auto;
	height: auto;
	background: white;
	}
body {
	background: transparent;
	}
#main_container {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	}
div#left_box,
div#right_box {
	display: block;
	float: none;
	border-left: 0;
	border-top: 0;
	width: auto;
	height: auto;
	padding: 5mm;
	}
div#center_box {
	display: none;
	}
div#shadow  {
	height: auto;
	width: auto;
	}
#bottom_container {
	margin-top: 0px;
	text-align: left;
	}
#breadcrumb, #breadcrumb a {
	color: #069;
	}
#footer, #footer a {
	color: #069;
	}
h1.csc-firstHeader, h1 { 
	font-family: Arial, sans-serif;
	font-size: 18pt;
	}
h2 {
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	}	



}




/*
----------------------------------------------------------------------------------------------------

 Test-Bereich

----------------------------------------------------------------------------------------------------
*/

/*
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin: 0 5px 5px 0;
	}
	
	
	
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-lastcol {
	margin: 0 5px 0px 0;
	}
	
	
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagecolumn dl.csc-textpic-image img {
	margin: 0 5px 5px 0;
	}
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagecolumn dl.csc-textpic-lastcol img {
	margin: 0 0px 5px 0;
	}
	
div.csc-textpic-imagecolumn dl.csc-textpic-image {
	margin: 0 5px 0 0;
	}	
div.csc-textpic-imagecolumn dl.csc-textpic-lastcol {
	margin: 0 0 0 0;
	}
	
*/






div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagerow {
	margin: 0 5px 5px 0;
	}

/* Fuer die Ueber uns-Detail-Seiten */
div#pic_third_middle dl.csc-textpic-image {
	margin-bottom: 0px;
	}