/* #1 Default Styles# */
body { 
	padding:0; 
	margin:0; 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:12px;
	color:#2f2f2f;
	background-color: #f3f3f3;
	background-image: url(/reis/media/template/bg_header.jpg);
	background-repeat: repeat-x;
}

p{
	padding:0 0 12px 0;
	margin:0px;
}

img {
	border : none;
}


/* #1.1 Headings# */
h1, h2, h3, h4{
	margin:0px;
}

h1{ 
	padding: 20px 0px 10px 0px;
	font-size: 20px;
	border-bottom: 2px dotted #4b849d;
	margin-bottom:18px;
	line-height:1.3em;
}

h2{
	padding:15px 0px 5px 0px;
	font-size: 14px;
}

h3,h4{
	padding:5px 0px 3px 0px;
	font-size: 12px;
}

hr{
	padding: 0px;
	margin: 0px 0px 12px 0px;
	background-color:#4b849d; 
	color:#4b849d;
	border:#4b849d;
	height: 1px; 
}

/* #1.2 Links# */
a {
	outline: 0;
}
a:link, a:visited, a:active{
	color:#d70022;
}
a:hover{
	color: #4b849d;
}

/* #1.3 Lists# */
ul {
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 15px 10px;
	list-style-type:square;
}

ol {
	padding: 0px 5px 0px 3px;
	margin: 2px 5px 8px 10px;
}

ul li {
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 6px 3px;
}

ol li {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 10px;
}


/* #1.4 Function Classes# */
.top{
	padding-top:0px;
	margin-top:0px;
}
.print_only{
	display:none;
}

.script{/* use this 2 classes for JS Containers */
	display:none;
}

.noscript{
	display:block;
}

.display_none {
	display: none;
}
.png {
	behavior: url(/reis/js/pnghack/iepngfix.htc);
}
.small {
	font-size: 10px;
}

/* #1.5 Special Formating# */
.ok_box,.error_box,.note_box{
	padding:5px 5px 5px 5px; 
	margin:10px 0 20px 0;
	border: 1px solid;
}

.note_box,.note{
	color:#4B849D;
	font-weight:bold;
}
.note_box{
	background-color:#D9EBF5;
	border-color:#4B849D;
}

.ok,.ok_box{
	color:#407837;
	font-weight:bold;
}
.ok_box{
	background-color:#c9f3c1;
	border-color: #529746;
}

.error_box,.error{
	color:#e41919;
	font-weight:bold;
}
.error_box{
	background-color:#ffffc7;
	border-color: #e41919;
}

/* #1.6 Tabellen Format#*/
table{
	margin: 0px 0px 12px 0px;
	width:100%;
	border-width:0px;
}

td,th{
	vertical-align:top;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 0px;
}

th{
	background-color:#999999;
	text-align:left;
	font-size:12px;
}



/* #2 Layout Container# */
#center {
	width: 772px;
	margin: 0 auto;
}
#container {
	width: 772px;
	float: left;
}

/* #2.1 Header# */
#container_header {
	width: 772px;
	height: 128px;
	float: left;
}
#logo {
	width: 400px;
	float: left;
}
#container_barcode_language {
	width: 372px;
	float: left;
}
#barcode {
	width: 372px;
	height: 109px;
	float: left;
}

#banner {
	position:relative;
}

#language {
	position:absolute;
	right: 20px;
	z-index:10;
	top:112px;
	color: #FFFFFF;
	display:none;
}

#language a{
	text-decoration:none;
	font-size:11px;
	color: #5b8fa6;
}


/* #2.2 Content# */
#container_left_content {
	width: 772px;
	background-image: url(/reis/media/template/bg_content.jpg);
	float: left;
	margin-top:13px;

}
#container_left {
	width: 229px;
	float: left;
}
#left_top {
	width: 229px;
	height: 13px;
	float: left;
	font-size: 1px;
}
#left_spacer {
	width: 176px;
	height: 71px;
	float: left;
}
.container_left_box {
	width: 176px;
	margin-bottom: 36px;
	float: left;
	background-color: #eaeaea;
}
.left_icon {
	width: 32px;
	float: left;
	position:relative;
	top:-8px;
}
.left_content {
	width: 144px;
	float: left;
	padding: 4px 0;
}
#container_content {
	width: 543px;
	float: left;
}
#container_bild {
	width: 512px;
	height: 212px;
	background-image: url(/reis/media/template/bg_bild.jpg);
	float: left;
	position: relative;
	padding: 13px 18px 17px 13px;
	top:-13px;
}
#bild_icons {
	width: 129px;
	height: 35px;
	background-color: #FFFFFF;
	
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
	-khtml-opacity:0.90;
	position: absolute;
	right: 18px;
	bottom: 17px;
	filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90, FinishOpacity=90, Style=2)";
	filter:alpha(opacity=90); /* IE */

}
#bild_icons_link {
	position: absolute;
	right: 50px;
	bottom: 26px;
}
a.home {
	width: 19px;
	height: 16px;
	background-image: url(/reis/media/template/home.png);
	display: block;
	float: left;
	margin-right: 6px;
}
a.print {
	width: 19px;
	height: 16px;
	background-image: url(/reis/media/template/print.png);
	display: block;
	float: left;
	margin-right: 6px;
}
a.mail {
	width: 19px;
	height: 16px;
	background-image: url(/reis/media/template/mail.png);
	display: block;
	float: left;
}
a.home:hover, a.print:hover, a.mail:hover {
	background-position: 0 -23px;
	cursor: pointer;
}
#content {
	float: left;
	width: 100%;
}

#content_padding{
	padding: 20px 53px 0px 3px;
	min-height:500px;
}

/* #2.3 Footer# */
#container_footer {
	display:none;	
}
#footer_foot {
	width: 722px;
	height: 48px;
	float: left;
	background-image: url(/reis/media/template/footer_foot.jpg);
	text-align: right;
	padding-right: 50px;
}
#container_footer2 {
	width: 772px;
	float: left;
}
#container_footer2_left_right {
	width: 772px;
	float: left;
	background-image: url(/reis/media/template/bg_content.jpg);
	background-position: 0px 800px;
	font-size: 10px;
}
#footer2_left {
	width: 366px;
	float: left;
	padding-left: 20px;
}
#footer2_right {
	width: 336px;
	float: left;
	text-align: right;
}

#footer2_right a{
	color: #777
}

#footer2 {
	width: 772px;
	height: 70px;
	float: left;
	background-image: url(/reis/media/template/footer.jpg);
	background-repeat: no-repeat;
}

/* #3 Navigation# */

/* #3.1 Main Navigation# */
#main_navi {
	width: 172px;
	height: 203px;
	float: left;
	padding: 18px 23px 0 34px;
}
#main_navi a {
	color: #585858;
	text-decoration: none;
}
#main_navi a:hover ,#main_navi a.selected{
	color: #d70022;
}





/* first level */
#main_navi ul {
	list-style-type: none;
	margin-left: 0;
}
#main_navi ul li {
	border-bottom: 1px dotted #4b849d;
}
#main_navi ul li a {
	background-image: url(/reis/media/template/main_navi_first_level_bullet.gif);
	background-position: 2px 6px;
	background-repeat: no-repeat;
	padding-left: 13px;
	display: block;
}
#main_navi ul li a:hover,#main_navi li.selected a {
	background-position: 2px -21px;

}

/* second level */
#main_navi ul ul {
	margin-left: 20px;
}
#main_navi ul ul ul {
	margin-left: 7px;
}


#main_navi ul ul li {
	border-bottom: 0;
	margin-bottom: 2px;
}
#main_navi ul ul li a {
	background-image: none;
	padding-left: 0;
}


/* #3.2 Sitemap# */

.sitemap_container{
	margin-bottom:20px;
}

.sitemap_container a{
	text-decoration:none;
}

.sitemap_container ul{ /* erste Ebene */
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.sitemap_container ul li{
	font-weight:bold;
	padding:0px;
	margin: 1px 0px 1px 3px;
}

.sitemap_container ul li a{
	background-color: #D3ECF5;
	display:block;
	padding:3px;
	margin:0 0 5px 0;
}


.sitemap_container ul li ul { /* zweite Ebene */
	list-style-type:square;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 15px 15px;
}

.sitemap_container ul li ul li{
	padding: 0px 0px 3px 0px;
}

.sitemap_container ul li ul li a{
	display:inline;
	background-color: #FFFFFF;
	padding:0px;
}

.sitemap_container ul li ul li ul li{ /* dritte Ebene */
}

/* #3.4 Paging Links# */

.pages{
	height: 28px; 
	border-right: 1px solid #d0d0d0;
	text-align: left;
	padding: 0 5px 0 5px;
}

#page_links{
	margin-top:4px;
}

.PagerControl a, .SelectedPage{
	padding:2px 6px 2px 6px;
	margin:3px;
	display:block;
	float:left;
	text-decoration:none;
	border:1px solid #6686c8;
}

.PagerControl a:hover{
	background-color: #6686c8;
	color:#FFFFFF;
}

.PagerControl .seite{
	padding:2px 6px 2px 6px;
	margin:3px 3px 3px 0px;
	display:block;
	float:left;
	text-decoration:none;
	border:1px solid #6686c8;
	font-weight:bold;
}

.PagerControl a.SelectedPage,.PagerControl a:hover{
	border:1px solid #666666;
	background-color: #6686c8;
	color: #FFFFFF;
	font-weight:bold;
}



/* #6 Formular# */

select,input,textarea{
	font-size:12px;
	border:1px solid #9f9f9f;
}

/* Formular Formatierungen */

#form table {
	width: 350px;
	padding:0px;
	margin:0px;
}
#form table table {
	width: 175px;
}
#form td {
	padding:0px 0px 4px 0px;
	margin:0px;
	width: 175px;
}
#form table table td {
	padding:0px;
	margin:0px;
}
#form form {
	width:100%;
	padding:0px;
	margin:0px;
}
#form font {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#form font[color=red] { /* works not in ie6 */
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#form input {
	width:175px;
	padding:0px;
	margin:0px;
}
#form textarea {
	width:175px;
	padding:0px;
	margin:0px;
}
#form input[type=submit] {
	width: 55px;
}
#form input[type=reset] {
	width: 1px;
	margin-left: 10px;
	display: none;
}



.search_input{
	border:1px solid #9f9f9f;
	width:100px;
}
.search_submit{
	border:1px solid #9f9f9f;
	padding:0 2px 0 2px;
	margin-bottom:5px;
}



/* #7 Custom Style# */
.lead {
	font-weight: bold;
}
.small {
	font-size: 10px;
}

.edit_Klein,.edit_Klein *{
	font-size:11px;
}

#language a:hover,#language a.selected {
	color:#d70022;
}


.edit_Farbige_Tabelle{
	background-color:#f3f3f3;
}

.edit_Farbige_Tabelle td {
	padding: 3px 3px 6px 3px;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}


.row_dark {
	background-color: #EEEEEE;
}

.ruled {
	background-color: #ebdedd;
}
.pointer{
	cursor:pointer;
}

/*Mitunterzeichner Navigation*/
a.letter_button{
	background-image:url(/reis/media/template/letter_link.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	display:block;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	float:left;
	margin:0px 6px 7px 0;
	padding-top:6px;
	font-weight:bold;
	outline:0;
	text-decoration:none;
}

a.letter_button span{
	text-align:center;
	width:31px;
	height:26px;
	display:block;
	cursor:pointer;
}

a.letter_button:hover,a.letter_button.selected{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-position:0px -49px;
}



/*Erstunterzeichner Navigation*/
a.large_button,div.large_button{
	background-image:url(/reis/media/template/button_link.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	display:block;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	float:left;
	margin:0px 6px 7px 0;
	padding-top:6px;
	font-weight:bold;
	outline:0;
	text-decoration:none;
}

a.large_button span,div.large_button span{
	text-align:center;
	width:90px;
	height:26px;
	display:block;
	cursor:pointer;
}

a.large_button:hover,a.large_button.selected,div.large_button.selected{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-position:0px -49px;
}

div.large_button span{
	cursor:default;
}

#upload_content img{
	width:100px;
}


/* Newsauflistung */

.datebg{
	width:35px;
}

.datebg a:hover{
	color:#d70022;
}

.datebg .news_border{
	text-align:center;
	border-right: 1px dotted #4b849d;
}
.datebg_d{
	font-weight:bold;
}

.news_content a{
	text-decoration:none;
	color: #2f2f2f;
}

a.more_link{
	color:#d70022;
	text-decoration:underline;
}
a.more_link:hover{
	color: #4b849d;
}

#home_bild{
	position:absolute;
	right:95px;
	top:30px;
}

.hide{
	display:none;
}