/*
## TABLE WIDTH: TOTAL 900
## TRAILER: WIDHT: 595 - HEIGHT: 55
## MENU_LINKS: WIDTH: 200
## CONTENT: WIDTH: 540
## RECHTS_NEWS: WIDTH: 150
## DUNKLES ROT: #AC1624 = 172, 22, 36
## ROSA:  #FFCCCC  RGB 255, 204, 204
## MENU Normal: #CFCFCF   Mittleres Grau
## MENU Rollover: #AFAFAF  Dunkleres Grau
## MENU Current: #EFEFEF  Helles Grau
## Grauer Schatten: #EFEFEF

#xy = id 
.xy = class 

TOP, RIGHT, BOTTOM, LEFT
*/

body{ 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: rgb(172, 22, 36);
	margin:10px 0px 0px 0px; 
	padding:0; 
}

table td{ 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

/* Hyperlinks */
a.internal-link img, 
a.internal-link-new-window img, 
a.external-link img, 
a.external-link-new-window img,
a.download img, 
a.mail img {
	border: 0;
	text-decoration: none;
}

a { 
	color: rgb(172, 22, 36);
	font-weight: normal;
	text-decoration: none
}

a:focus, 
a:hover {
	color: rgb(172, 22, 36);
	text-decoration: underline;
}

a:active,
a:visited { color: rgb(172, 22, 36); }


/* Header-Tags */
h1 {font-size:21px; font-weight:bold;}
h2 {font-size:18px; font-weight:bold;}
h3 {font-size:15px; font-weight:bold;}
h4 {font-size:12px; font-weight:bold;}
h5 {font-size:9px; font-weight:bold;}
h6 {font-size:7px; font-weight:bold;}

h1.csc-firstHeader {
	margin-top:4px;
}

#page{
	width:904px;
} 

#wrapper_top {
	height: 2px;
	position: relative;
	background-image: url(/fileadmin/templates/css/border.jpg);
	background-repeat: repeat-x; /* vertikal wiederholen */
	background-position: bottom;
} 

#wrapper_main{
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(/fileadmin/templates/css/border_middle.jpg);
	background-repeat: repeat-y; /* vertikal wiederholen */
}

#wrapper_bottom {
	height: 2px;
	position: relative;
	background-image: url(/fileadmin/templates/css/border.jpg);
	background-repeat: repeat-x; /* vertikal wiederholen */
}

#content_main{
	padding-left: 3px;
	padding-right: 3px;

	border:0px;
	color: rgb(172, 22, 36);
	border-style:solid;
	padding: 6px;
}

#header{
	position:relative; 
} 
 
#logo{
	position: relative;
	float: left;
	height: 60px;
}

#headerimage{
	position: relative;
	float: left;
	height: 60px;
}

#adresse{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#breadcrumbs{
	/* Breadcrumbs */
	/* clear: both; */
	position: relative;
	margin-left:-6px;
	margin-right:-6px;
	padding:6px;
	border:0px;
	border-top:1px;
	border-bottom:1px;
	color: rgb(172, 22, 36);
	border-style:solid;
}

#leftcol{
	width: 150px;
	min-height: 400px;
	float: left;
	position: relative;
	padding-top: 11px;
	padding-bottom: 10px;
}

#content{ 
	position: relative; 
	float: left;
	display:inline; 
	width: 550px;
	min-width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	min-height: 400px;

	border:0px;
	color: rgb(172, 22, 36);
	border-style:solid;
}
	
#rightcol{
	width: 155px;
	float:right;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 400px;
	margin-right: 6px;

	border:0px;
	color: rgb(172, 22, 36);
	border-style:solid;
}

#footer{
	background-repeat: no-repeat; /* vertikal wiederholen */
	height:12px;
	clear:both;
	padding-top:7px;
	font-size:9px;
	margin-left:-6px;
	margin-right:-6px;
	border:0px;
	border-top:1px;
	color: rgb(172, 22, 36);
	border-style:solid;
} 

#copyright{
	margin-left: 6px;
	float: left;
	position: relative;
}

#designedby{
	margin-right: 6px;
	float: right;
	position: relative;
}

/* Menu-Layout */
#leftcol ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -25px;
	/*list-style-type: none;*/
	list-style-type: square;
}

 
#leftcol ul li {
	margin-bottom: 5px;
}

#leftcol ul ul {
	margin-left: -25px;
	margin-bottom: 5px;
	list-style-type: square;
}

#leftcol ul ul li {
	margin-bottom: 0px;
}

/* Spezialfälle */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 

	#page{width:100%;}

	#content_main{border:0;}

	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	
	/* #content{width:100%;} */

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	
	/*hide the header and footer when printing*/
	/* #footer{display:none;} */
	#headerimage{display:none;}
	
	/*hide the print icon when printing*/
	.print-icon{display:none;}
}

