A {
         text-decoration: none;
         color:#89011B;
}
A:hover {
	text-decoration:none;
	color:#ff6600;
}

html,BODY {
	height:100%;
	margin: 0;
	padding: 0;
}
TD, P, OL, UL, DIV, H1, H2, H3, H4 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-variant : normal;
	color:#4A4A4A;
}
H1 { font-size: 21px; }
H2 { font-size: 18px; }
H3 { font-size: 15px; }
H4 { font-size: 13px; }
P, H1, H2, H3, H4 {margin: 0px 0px 5px 0px;}
H1, H2, H3, H4 {color:#009900;}


/***********************
/*CSS-Styled Content
***********************/
#container-full{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	width:950px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background:#ebebeb;
	border:0px solid;
}

#wrapper{
	position: relative;
	min-height:500px;
	height:auto !important;
	height: 500px;
	border:0px solid;
}
/*####################
# Kopf 
####################*/

#header{
	z-index:1;
	position: relative;
	top: 0px;
	width: 950px;
	height: 230px;
	background:#EBEBEB;
	overflow: hidden;
	border: 0px solid;
}

#logo {
	position: relative;
	top:50px;
	width: 200px;
	height: 230px;
	float: left;
	border: 0px solid;
}
#kopf {
	z-index:10;
	position: relative;
	height: 230px;
	/*width:550px;*/
	width:750px;
	float: left;
	border: 0px solid;
	background:#EBEBEB;
}

/*
#kopf_re {
	z-index:15;
	position: relative;
	height: 230px;
	width:200px;
	float: right;
	background:#EBEBEB;
	border: 0px solid;
}
*/
#menu-0 {
	z-index:20;
	position:absolute;
	top: 200px;
	left: 0px;
	height:30px;
	/*width:750px;*/
	width:950px;
	margin-right:0px;
	display:inline;
	background:#89011B;
	border:0px solid;
}
#bottommenu ul {
	position: absolute;
	left: 20px;
	top: 8px;
	margin: 0;
	padding: 0;
}

#bottommenu li {
	list-style: none;
	display: block;
	margin: 0 20px 0 0;
	float: left;
}
/*#################
# Links
##################*/
#container-left{
	position:relative;
	display:inline;
	top:10px;
	left:0px;
	width:200px;
	float:left;
	background:#EBEBEB;
	border:0px solid;
}

#menu-1{
	position: relative;
  	width:auto;
  	overflow: hidden;
  	border:0px solid;
}

#left{
	position: relative;
	width: auto;
	overflow: hidden;
	border: 0px solid;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
}

/*##################
# Content
##################*/
#content-full{
	position:relative;
	left:0px;
	width:550px;
	background:#ffffff;
	min-height:330px;
	height:auto !important;
	height: 330px;
	float:left;
	border:0px solid;
}

#content-inner-full{
	position:relative;
	top:0px;
	width:550px;
	min-height:330px;
	height:auto !important;
	height: 330px;
	margin-right:-1px;
	float:left;
	display:inline;
	border:0px solid;
}

#content {
	position: relative;
	clear: both;
	padding: 20px 5px 10px 10px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	width: 95%;
	float: left;
	border: 0px solid;
}

#right{
	position: relative;
	padding: 20px 1px 1px 1px;
	width: 1%;
	overflow: hidden;
	float: right;
	border: 0px solid;
}

/*######## ###
#  Rand 
############*/
#border-full{
	position:relative;
	left:0px;
	width:200px;
	/*  background:#EBEBEB;*/
	height:auto;
	float:right;
	border:0px solid;
}

#container-border{
	position:relative;
	display:inline;
	top:0px;
	left:0px;
	float:right;
	width:200px;
	border:0px solid;
}

#border{
	width:190px;
	height: auto;
	margin-left:0px;
	padding-top:20px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom: 15px;  
	border:0px solid;
}
#rootline {
	margin: 1px 1px 1px 10px;	
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}
/*###############
# Fußzeile
################*/
#footer{
	z-index:10;
	position:relative;
	clear: both;
	bottom: 0px;
	width:950px;
	height:30px;
	overflow:hidden;
	border:0px solid;
}

#subfooter1{
	background:#dddddd;
	text-align:center;
	height:30px;
	border:0px solid;
}

/********************************************************
* Menüstyles - Bezeichnungen für jedes Portal individuell
********************************************************/
/*  MENU , level 0, normal state (NO) */
.menu-0-no{

	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight : bold;
	height : auto;
	width: 100px;
	float:left;
	border: 0px solid;
}

.menu-0-no A:ACTIVE, .menu-0-no A:FOCUS, .menu-0-no A:LINK, .menu-0-no A:VISITED{
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color:#ffffff;
}

.menu-0-act {
	font-size: 16px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	font-weight : bold;
	height : auto;
	width: 100px;
	float:left;
	border: 0px solid;
	
}
.menu-0-act A:ACTIVE, .menu-0-act A:FOCUS, .menu-0-act A:LINK, .menu-0-act A:VISITED{
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color:#fd892c;
}
.menu-0-no A:HOVER {
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color: #fd892c;
}

/*  MENU 1, level 1, normal state (NO) */
.menu-1-no {
	font-size: 13px;
	padding-top:5px;
	padding-left:5px;
	font-style : normal;
	width: auto;
	text-decoration : none;
	color:#89011B;
}


.menu-1-no A:ACTIVE,.menu-1-no A:FOCUS, .menu-1-no A:LINK, .menu-1-no A:VISITED {
	text-decoration : none;
	color:#89011B;
}
.menu-1-no A:hover {
	text-decoration : none;
	color: #fd892c;	
	
}

/*  MENU 1, level 1, active state (ACT) */
.menu-1-act {
	font-size: 13px;
	font-style : normal;
	padding-top:5px;
	padding-left:5px;
	color:#89011B;
	text-decoration : none;
	background-color: #fd892c;
}


.menu-1-act A:ACTIVE,.menu-1-act A:FOCUS, .menu-1-act A:LINK, .menu-1-act A:VISITED {
	text-decoration : none;
	color:#89011B;
	
	
}

/*  MENU 1, level 2, normal state (NO) */
.menu-2-no {
	font-size: 12px;
	padding-left: 20px;
	font-style: normal;
	width: auto;
}

.menu-2-no A {
	color:#89011B;
}
.menu-2-no A:hover {
	text-decoration: none;
	color:#fd892c;
}
/*  MENU 1, level 2, active state (ACT) */
.menu-2-act {
	font-size: 12px;
	padding-left: 20px;
	font-style: normal;
	width: auto;
	font-weight: bold;
}

.menu-2-act A {
	color:#89011B;
}

/*  MENU 1, level 3, normal state (NO) */

.menu-3-no {
	font-size: 11px;
	padding-left: 35px;
	font-style: normal;
	width: auto;
}


.menu-3-no A {
	color:#89011B;
}
.menu-3-no A:hover {
	text-decoration: none;
	color:#fd892c;
}
/*  MENU 1, level 3, active state (ACT) */
.menu-3-act {
	font-size: 11px;
	padding-left: 35px;
	font-style: normal;
	width: auto;
	font-weight: bold;
}

.menu-3-act A {
	color:#89011b;
	
}


/* Bildunterschriften*/

.csc-textpic-caption {
	font-size: 80%; 
	color:#89011b; 
	margin: 0; 
	}
	
/* rss feeds */

#twrss_table .twrss_item_link a{ color: #cc7000;}
#twrss_table .twrss_item_link a:hover{ 
       color: #ff6600;
       text-decoration: none;
       }
       
#lastupdate {
	margin: 10px 10px 0px 0px;	
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	position: absolute;
	right: 5px;
}

.bodytext {color: #666666};

/*.csc-uploads-fileSize {font-size: 70%; color: blue;}*/


