@charset "UTF-8";

/* 
	ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #0d8f51 url(../img/layout/bg.jpg) repeat-x;
	color: #171717;
	text-align: center;
	}
	
td, th, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

.ci_green {
	color: #0d8f51;
	}

.ci_blue {
	color: #0095d8;
	}
	
	
/*
	BILDER
*/
	
img {
	border: none;
	}

.block {
	display: block;
	}

.png {
	behavior: url(js/iepngfix.htc);
	}

img.border {
	border: 1px solid #d2d2d2;
	}


/* 
	SCHRIFT
*/


a:link, a:active, a:visited, a:focus {
	color: #0d8f51;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

a.black:link, a.black:active, a.black:visited, a.black:focus {
	color: #171717;
	text-decoration: underline;
	}
	
a.black:hover {
	text-decoration: none;
	}

a.dec:link, a.dec:active, a.dec:visited, a.dec:focus {
	text-decoration: none;
	}

a.dec:hover {
	text-decoration: underline;
	}


h1 {
	font-size: 1.5em;
	color: #0d8f51;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

h2 {
	font-size: 1.2em;
	color: #0d8f51;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 1em;
	}
	
h3 {
	font-size: 1.2em;
	color: #0d8f51;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 1em;
	}




.red {
	color: #ff3a1a;
	}

.green {
	color: #00a404;
	}

.small {
	font-size: 0.9em;
	}
	
.big {
	font-size: 1.2em;
	font-weight: bold;
	}

sub, sup {
	font-size: 0.7em;
	line-height: 80%;
	}

	
/* 
	SATZ
*/

p {
	margin-bottom: 1em;
	}

.float_r {
	float: right;
	margin-left: 10px;
	}
	
.float_l {
	float: left;
	margin-right: 10px;	
	}
	
.left {
	width: 50%;
	float: left;
	}

.right {
	width: 50%;
	text-align: right;
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.middle {
	vertical-align: middle;
	}

.justify_r {
	width: 100%;
	text-align: right;
	}

.justify_m {
	width: 100%;
	text-align: center;
	}

.nosee {
	display: none;
	}
	


/* 
	LAYOUT
*/

#wrapper {
	width: 974px;
	margin: 0 auto;
	text-align: left;
	}

#top {
	width: 974px;
	height: 20px;
	margin-top: 86px;
	background: url(../img/layout/bg_top.jpg) no-repeat;
	}

#site {
	width: 974px;
	background: url(../img/layout/bg_site.png) repeat-y;
	}
	
#left {
	width: 263px;
	padding: 10px 10px 10px 23px;
	float: left;
	}
	
#middle {
	width: 200px;
	float: left;
	text-align: center;
	}

#logo {
	width: 200px;
	background: url(../img/layout/bg_logo.jpg) repeat-y;
	}
	
#logo .logo {
	margin: 5px 0 12px;
	}
	
#right {
	width: 444px;
	float: left;
	padding: 10px 23px 10px 10px;
	}
	
#right .col_l {
	width: 220px;
	margin-right: 14px;
	float: left;
	}

#right .col_r {
	width: 220px;
	float: left;	
	}
	
#bottom {
	width: 928px;
	height: 45px;
	background: url(../img/layout/bg_bottom.jpg) no-repeat;
	padding: 5px 23px 0 23px;
	margin-bottom: 20px;
	}

/* 
	BOX & COLUMN
*/

	
/* 
	DIVIDER
*/

.divider {
	border-bottom: 1px solid #d2d2d2;
	margin: 1em 0;
	}

.divider2 {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 1em;
	}

.divider_green {
	border-bottom: 1px solid #0d8f51;
	margin: 5px 0 7px 0;
	}

/* 
	BUTTONS
*/

a.detail {
	text-decoration: none;
	display: block; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0;
	width: 62px; 
	height: 20px; 
	background: url(../img/layout/btn_detail.gif) 0 0 no-repeat;
	background-position: 0 0;
	}

a.detail:hover { 
	width: 62px; 
	height: 20px;
	background: url(../img/layout/btn_detail.gif) 0 0 no-repeat;
	background-position: 0 -20px;
	}



/* 
	LIST
*/

ul { 
	list-style: none;
	}

ul.arrow {
	margin-bottom: 0;
	list-style-image: url(../img/icons/arrow_g_r.gif);
	margin-left: 0.8em;
	padding-left: 0.8em;
	margin-bottom: 10px;
	}
	

ul.liste li.pdf {
	list-style-type: none;
	background: url(../img/icons/pdf.gif) 0 0px no-repeat;
	padding: 2px 0 3px 30px;
	}	


/*
	TABLES
*/

table {
	border-collapse: collapse;
	width: 100%;
	}
	
td, th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #d4d4d4;
	}

tr.grey {
	background-color: #eaeaea;
	}

table.fahrplan th {
	background: #0d8f51;
	color: #fff;
	}

td.cen {
	text-align: center;
	}
	
td.cen p {
	padding: 3px 0;
	background: #ffec00;
	color: #0d8f51;
	font-weight: bold;
	}

	

/*
	LIGHTBOX
*/

div.media {
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 3px 6px 3px 0;
	width: 92px;
	text-align: center;
	float: left;
	}

p.preview {
	margin: 0px;
	padding: 3px;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 90px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	}

p.preview img {
	vertical-align: middle;
	}

p.preview:hover {
	border: 1px solid #004494;
	}
	

div.logo {
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 3px 6px 3px 0;
	width: 162px;
	text-align: center;
	float: left;
	}
	

div.logo p {
	margin: 0px;
	padding: 3px;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	}
	
	
/*
	TOOLTIP
*/

.inputsTooltip{
	border: 1px solid #58585a;
	background-color: #922136;
	padding: 4px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	text-align: left;
	}
	
/*
	Artikel
*/
.float_col_l {
	float: left;
	width: 212px;
	margin: 10px 10px 10px 0;
	}

.float_col_r {
	float: left;
	width: 212px;
	margin: 10px 0 10px 10px;
	}
	
.float_col_l_2 {
	float: left;
	width: 142px;
	margin: 10px 10px 10px 0;
	}

.float_col_r_2 {
	float: left;
	width: 282px;
	margin: 10px 0 10px 10px;
	}
	
.float_col_l_3 {
	float: left;
	width: 282px;
	margin: 10px 10px 10px 0;
	}

.float_col_r_3 {
	float: left;
	width: 142px;
	margin: 10px 0 10px 10px;
	}
	
.unsichtbar_div {
	display: none;
}