
/**** Menu1 ****/
a.link_1, a.link_1:visited, a.link_1:hover, .active_1{
font-family: arial,verdana, arial, sans-serif;
font-size:13px;
color: #8D8D8D;
text-decoration:none;
}
a.link_1:hover{
color: #E71E14;
}

.active_1{
color: #E71E14;
}

/**** Menu 2 ****/
a.link_2, a.link_2:visited, a.link_2:hover, .active_2{
font-family: arial,verdana, arial, sans-serif;
font-size: 12px;
color: #AEAEAE;
text-decoration:none;

}
a.link_2:hover{
color: #333333;
}

.active_2{
color: #333333;
}



/**** Lauftext Links ****/
a.lauf, a.lauf:visited, a.optiNavi_2, a.optiNavi_2:visited{
font-family: arial,verdana, arial, sans-serif;
font-size: 12px;
color: #6f6f6f;
text-decoration:none;
font-weight:bold;
}
a.lauf:hover,a.optiNavi_2:hover{
color: #333333;
}

/**** News Links ****/
a.news_0:link
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#5D5D5D;
	text-decoration:underline;
	
}

a.news_0:visited
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#5D5D5D;
	text-decoration:underline;
	
}

a.news_0:hover
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#525252;
	text-decoration:underline;
	
}

a.news_1:link
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#e71e14;
	text-decoration:underline;
	
}

a.news_1:visited
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#e71e14;
	text-decoration:underline;
	
}

a.news_1:hover
{
	font-size:11px;
	 font-family: arial,verdana, Helvetica, sans-serif;
	 color:#e71e14;
	text-decoration:underline;
	
}

/**** Container Menu ***/
.menu_tab_1
{
	border-bottom:1px solid #8D8D8D;
	height:22px;
	padding-top:10px;
	margin-bottom:7px;
	margin-left:10px;
	margin-right:10px;
}
.menu_tab_2
{	
	height:19px;	
	padding-top:2px;
	margin-left:10px;
}

/**** BreadCrumb ****/
a.bc, a.bc:visited, a.bc:hover{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #A5A5A5;
text-decoration:none;
}
a.bc:hover
{
	color: #333333;
}

/**** Inhalts-Boxen ****/
.boxes_title
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#303030;
	letter-spacing:1px;
	text-align:left;
	vertical-align:middle;
	
}
.boxes_content
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#303030;
	/*padding:10px;*/
	background-color:#ffffff;
	vertical-align:top;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	text-align:justify;
}

.detail_lauf
{
	font-family:Arial; 
	color:#6f6f6f; 
	font-size:12px; 
	text-align:justify;
}
input
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF6262;
	font-size:11px;
}
select
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF6262;
	font-size:11px;
}
textarea
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF6262;
	font-size:11px;
}
.msg_ok
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#0BB932;
	font-size:12px;
}
.msg_nok
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FF0000;
	font-size:12px;
}

/*************************/
/* aus CMS-CR übernommen */
/*************************/


#main {
	margin: 0 auto;
	width: 1000px;
	text-align:left;
}

#logo {
	height: 60px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#navigation {
	background: url(images/nav_bg.gif) repeat-x;
	height: 41px;
	font-family:Arial, sans-serif;
	font-size:12px;
}


#main {
	margin: 0 auto;
	width: 1000px;
}

#logo {
	height: 60px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#logo #loginpanel {
	float: right;
	margin-top: 45px;
	margin-right: 5px;
}

#logo #loginpanel a {
	color: #666;
}

#logo #loginpanel a:hover {
	color: #b11e1d;
}

#navigation {
	background: url(images/nav_bg.gif) repeat-x;
	height: 41px;
}

#navigation .left {
	background: url(images/nav_left.gif) no-repeat;
	height: 41px;
	float: left;
}

#navigation .right {
	background: url(images/nav_right.gif) no-repeat;
	width: 10px;
	height: 41px;
	float: right;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#navigation li {
	display: inline;
	float: left;
	background: url(images/nav_dash.gif) no-repeat right;
	padding-right: 0px;
}

#navigation a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height: 29px;
	padding-top: 12px;
	color: #333;
}

#navigation a:hover {
	color: #b11e1d;
}

#navigation a.active {
	color: #b11e1d;
	font-weight: bold;
}

#content {
	clear: both;	
	padding-bottom: 25px;
}

#foot {
	clear: both;
	border-top: 1px solid #d5d5d5;
	padding-top: 4px;
	height: 46px;
	color: #999;
	font-size: 11px;
	font-family:Arial, sans-serif;
	
}

#foot p {
	margin: 0;
	padding: 0;
}


/*
Breiten
*/
div.container.left {
	float: left;
	width: 280px;
	margin-right: 20px;
}

div.container.right_large {
	float: left;
	width: 700px;	
}

div.container.center {
	float: left;
	width: 340px;
	margin-right: 20px;
}

div.container.right {
	float: left;
	width: 340px;
}

.full {
	float: none;
	clear: both;
}

/*
Boxen
*/
.box {
	margin-top: 15px;
}

.box_image {
	margin-top: 15px;
	height: 275px;
}

.box_image_small {
	margin-top: 15px;
	height: 150px;
}

.box .box_head {
	background: url(images/box_head_bg.gif) repeat-x;
}

.box .box_head h1 {
	background: url(images/box_head_bg.gif) repeat-x;
	height: 22px;
	margin: 0;
	padding: 15px 20px 0 20px;
	border: none;
}

.box .box_head .left, .box .box_head .right {
	width: 10px;
	height: 37px;
}

.box .box_head .left {
	float: left;
	background: url(images/box_head_left.gif) no-repeat;
}

.box .box_head .right {
	float: right;
	background: url(images/box_head_right.gif) no-repeat;
	
}

.box .box_cont {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 10px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:11px;
}

.box .box_foot {
	background: url(images/box_foot_bg.gif) repeat-x;
	height: 10px;
}

.box .box_foot .left, .box .box_foot .right {
	width: 10px;
	height: 10px;
}

.box .box_foot .left {
	float: left;
	background: url(images/box_foot_left.gif) no-repeat;
}

.box .box_foot .right {
	float: right;
	background: url(images/box_foot_right.gif) no-repeat;
}

/* IE6 Hack */
*html .box .box_head .left {
	margin: 0;
	padding: 0;
	width: 10px;
}

*html .box .box_head h3 {
	padding-left: 8px;
}

/* Navigation in Box */
.box.navigation ul {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	list-style: none;
}

.box.navigation li ul {
	margin: 0;
	padding: 0;
}

.box.navigation li a {
	display: block;
	color: #333;
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
}

.box.navigation li a.active, .box.navigation li a:hover {
	color: #b11e1d;
}

.box.navigation li ul li a {
	color: #333;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 10px;
	background: url(images/subnav_arrow.gif) no-repeat left;
}

.box.navigation li ul li a.active {
	background: url(images/subnav_arrow_h.gif) no-repeat left;
}

div.icontext {
	background-repeat: no-repeat;
	min-height: 100px;
	padding-left: 115px;
}

a.iconlink {
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.box ul {
	margin-top: 0;
	padding-left: 25px;
}

.box li {
	padding-top: 3px;
	padding-bottom: 2px;
}


/*
Floating
*/
.fixed_container {
	position: relative;
}

.floating_container {
	width: 280px;
}

/* 
Design
*/

img {
	border: none;	
}

p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 18px;	
}

h1 {
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, sans-serif;
	
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border: none;
	margin: 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

a {
	color: #b11e1d;
	text-decoration: none;
}

a:hover, a:active {
	color: #C60;
}

.clear {
	clear:both;	
}

/*
Forms
*/
input {
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;	
}

.left form input {
	width: 226px;
}

form input {
	font-size: 12px;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 3px;
	color: #666;
}

form input:focus {
	background: #fff;
	color: #333;
}

form select {
	font-size: 12px;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 3px;
	color: #666;
}

a.button, input.submit {
	display: block;
	width: 110px;
	padding: 5px;
	padding-bottom: 6px;
	text-align: center;
	background: url(images/button_bg.gif) no-repeat;
	
	color: #666;
	cursor: pointer;
	border: none;
}

p a.button {
	padding-top: 3px;
}

input.submit {
	width: 120px;
}

.left input.submit {
	width: 120px;
}

a.button:hover, input.submit:hover {
	color: #b11e1d;	
	background: url(images/button_bg_h.gif) no-repeat;
}

