@charset "UTF-8";

body {
    margin:0;
    padding: 0;
    font-size:62.5%;
    font-family: verdana,arial,helvetica,sans-serif;
    background:url('../style/hg_loop_main.gif') center center;
    color:#3A3A3A;
}

hr {
	clear:both;
	margin:10px 0;
	border:0;
	border-top:1px solid #013469;
	height:1px;
	width:100%;
}

h1,h2,h3 {
	color:#013469;
	font-weight:bold;
	line-height:1em;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

a {
	color:#013469;
}


.icon {
	padding:2px 0 2px 22px;
}

.icon_service {
	padding:2px 0 2px 25px;
	line-height:2em;
	display:block;
}

input, select, textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size:11px;
    padding:3px 5px;
    border:1px solid #013469;
    color:#013469;
}

div#left input, div#left select, div#left textarea {
    margin-bottom:10px;
}

input.defaultvalue, textarea.defaultvalue {
	color:#6F6F6F;
}

input.submit {
	float:right;
	background:#013469;
	color:#fff;
	padding:3px 20px;
}

input.error, textarea.error, select.error {
	border-color:#D5002D;
	background:#E6B0BA;
}


div#header {
    height:110px;
    width:100%;
    background:url('../style/header_hintergrund.png') repeat-x;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
}

	div#header_content {
		width:966px;
		margin:auto;
		top:17px;
    	position:relative;
    	z-index:101;
	}

		img#link_home {
			margin-top:9px;
		}

		.region_table {
			border-top:1px solid #013469;
			border-left:1px solid #013469;
			width:100%;
		}

		.region_table tr td {
			border-right:1px solid #013469;
			border-bottom:1px solid #013469;
			padding:5px;
		}
			.first_td {
				width:150px;
				font-weight:bold;
			}

		.icon_header {
			background-position:left center;
			background-repeat:no-repeat;
			padding:6px 0 6px 25px;
			margin-left:20px;
			line-height:2em;
		}
		#ic_email {
			background-image:url(../style/ic_email.gif);
		}

		#ic_kontakt {
			background-image:url(../style/ic_kontaktformular.gif);
		}

	div#header_navi {
		float:right;
		margin-top:32px;
	}

		div#header_navi a{
			font-weight:bold;
		}

div#main {
    width:966px;
    margin:auto;
    font-size:1.1em;
    line-height:1.5em;
    top:20px;
    position:relative;
}

div#left {
    width:241px;
    float:left;
	color:#013469;
    overflow:hidden;
    margin-top:30px;
}

	.tiba {
		margin:10px 0 10px 0;
	}

    div.left_content {
    	margin:5px 14px;
    }

		a#ic_home, a#ic_karte {
    		background-repeat:no-repeat;
    		background-position:left center;
    		padding:2px 0 2px 22px!important;
		}

    	a#ic_home {
    		background-image:url(../style/ic_wissenswertes.gif);
    	}

    	a#ic_karte {
    		background-image:url(../style/ic_pfeil.gif);
    	}

    	#ic_blog, a#ic_radfuehrer, a#ic_presse, a#ic_download, a#ic_pauschalen {
    		background-repeat:no-repeat;
    		background-position:left center;
    		padding:2px 0 2px 25px;
    		line-height:2.1em;
    	}

    	a#ic_blog {
    		background-image:url(../style/ic_blog.gif);

    	}

    	a#ic_radfuehrer {
    		background-image:url(../style/ic_radfuehrer_bestellen.gif);
    	}

    	a#ic_presse {
    		background-image:url(../style/ic_presse.gif);
    	}

    	a#ic_download {
    		background-image:url(../style/ic_download.gif);
    	}

    	a#ic_pauschalen {
    		background-image:url(../style/ic_pauschalen.gif);
    	}


        div#select {
        	width:180px;
        	padding:2px 22px 2px 8px;
        	border:1px solid #013469;
        	background: url('../style/dropdown.jpg') no-repeat right center;
        	cursor:pointer;
        	font-size:0.9em;
        }

	        div#select div {
	        	width:186px;
	        	height:16px;
	        	white-space:nowrap;
	        	overflow:hidden;
	        }

        div#select_options, div#select_options3 {
        	border:1px solid #013469;
        	border-top:0;
        	font-size:0.9em;
        	position:absolute;
        	display:none;
        	width:210px;
        	__width:216px;
        	background:#F4F7D7;
        }

	        div#select_options a, div#select_options3 a {
	        	padding:2px 8px;
	        	display:block;
	        }

	        div#select_options a:hover, div#select_options a.active, div#select_options3 a:hover, div#select_options3 a.active {
	        	color:#fff;
	        	background:#013469;
	        }

div#right {
    width:725px;
    float:left;
}

	div#slideshow {
		position:absolute;
		right:-20px;
		top:20px;
		width:205px;
		height:140px;
		overflow:hidden;
	}

		div.slideshow_img_tiel {
			position:relative;
		}

			div.slideshow_titel {
				position:absolute;
				background:url(../style/hg-bild.png) no-repeat;
				bottom:8px;
				left:2px;
				width:186px;
				height:16px;
				padding:2px 5px;
				overflow:hidden;
			}


	div#funktionen {
		float:right;
	}

		#ic_drucken {
			background: url('../style/ic_drucken.gif') no-repeat left center;
			padding:2px 0 2px 22px;
			line-height:2em;
			text-decoration:underline;
			color:#013469;
			cursor:pointer;
		}

	div#content {
		margin-top:280px;
		padding:20px;
	}
		strong {
			font-weight:bold;
		}
		em {
			font-style:italic;
		}

		p.right {
			text-align:right;
		}

		p.center {
			text-align:center;
		}

		img.right {
			float:right;
			margin-left:15px;
		}

		img.left {
			float:left;
			margin-right:15px;
		}

		#content ol li {
			list-style-type:decimal;
			margin-left:50px;
		}

		#content ul li {
			list-style-type:disc;
			margin-left:45px;
			padding-left:4px;
		}

		.change_font_style {
			font-weight:bold;
		}

		.img_tipps {
			margin:0 10px 10px 0;
		}


		.kontakt tr td, .radfuehrer tr td {
			padding:3px 5px;
		}

		.kontakt input, .kontakt textarea, .radfuehrer input, .radfuehrer textarea {
			width:200px;
			color:#000;
		}

		input.error, textarea.error, select.error {
			background-color:#E6B0BA;
			border:1px solid #AF0627;
		}

		p.error_text {
			color:#AF0627;
			font-weight:bold;
		}

		input.button {
			background-color:#013469;
			padding:3px 20px;
			color:#fff;
			width:104px;
		}

		div#captcha_div img {
			border:0;
			padding:0;
			background:transparent;
		}

	.table_border {
		border-collapse:collapse;
	}

		.table_border td, .table_border th {
			border:1px solid #013469;
		}

	.error_message {
		border:1px solid #D5002D;
		background:#E6B0BA;
		padding:5px 10px;
		color:#000;
		margin-bottom:10px;
		text-align:center;
		font-weight:bold;
	}

	.ok_message {
		border:1px solid #1F7F00;
		background:#B0E6B7;
		padding:5px 10px;
		color:#000;
		margin-bottom:10px;
		text-align:center;
		font-weight:bold;
	}

div#footer {
   float:left;
    background:#B3BE1A;
    border-top:1px solid #767C46;
    padding:10px 20px;
    line-height:1.2em;
    width:926px;
}

	div#footer a {
		color:#3A3A3A;
	}

	#logo_mh {
			background: url('../style/ic_full_service_werbeagentur.gif') no-repeat right center;
			padding:2px 18px 2px 0;
			line-height:2em;
			text-decoration:none;
			color:#013469;
			cursor:pointer;
		}

	div#footer_linie {
		float:right;
		background:#767C46;
		height:130px;
		width:1px;
		margin:10px 10px 0 0;
	}

	div#footer_right {
		width:500px;
		float:right;
		text-align:right;
	}

	div#footer_link {
		float:right;
		width:360px;
	}
	div#footer_link img {
		padding:3px;
	}
		div.footer_images {
			float:left;
			width:180px;
		}

		img#footer_alpenstrasse {
			margin-left:5px;
		}

