/* CSS Document */
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	background-color: #1b5989;
	background-image: url(../gfx/bg_main.png);
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

a:link, a:visited, a:active, a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

hr
{
	margin: auto;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	/* color: #FF6600; */
	padding-left: 20px;
}

input
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #1b5989;
	border: #000000 1px solid;
}

textarea
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #1b5989;
	border: #000000 1px solid;
}

select
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #1b5989;
	border: #000000 1px solid;
}

div#header
{
	position: fixed;
	left: 0px;
	width: 100%;
	height: 34px;
	color: #FFFFFF;
	background-color: #1b5989;
	border-bottom: #000000 1px solid;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	z-index: 1;
}

div#header #buttons
{
	position: absolute;
	right: 2em;
	top: 2px;
	text-indent: 0;
}

div#bg
{
	position:relative;
	/* background-image: url(../gfx/border.png); */
	width: 840px;
	margin: 0px auto;
	padding-bottom: 55px;
}

div#content_title
{
	position:relative;
	/* top: 45px; */
	top: 35px;
	background-image: url(../gfx/bg_content.jpg);
	width: 820px;
	margin: 0px auto;
	border: #316c9e 10px solid;
	border-bottom: 0px;
	text-align: center;
}

div#title_text
{
	position:absolute;
	top: 20px;
	left: 590px;
	width: 230px;
	height: 320px;
}

div#content
{
	position: relative;
	/* top: 45px; */
	top: 35px;
	background-image: url(../gfx/bg_content.jpg);
	width: 820px;
	margin: 0px auto;
	border: #316c9e 10px solid;
	border-top: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#content a
{
	color: #000000;
	text-decoration: none;
}

div#content a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* OVERALL FILES */
.title
{
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #1b5989 2px solid;
	border-top: #1b5989 2px solid;
	color: #1b5989;
	font-weight: bold;
	
}

.button
{
	background-color: #1b5989;
	color: #FFFFFF;
}

.imgshadow 
{
	background: url(/gfx/img_shadow_200.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
	border-top: #cccccc 1px solid;
}
/* END OVERALL */

.news_icon
{
	padding-left: 20px;
}

.news_title
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	border-top: #1b5989 2px solid;
}

.news_author
{
	font-size: 10px;
	vertical-align: top;
	border-bottom: #1b5989 2px solid;
}

.news_text
{
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.strecke_tstrecke_text
{
	padding-left: 20px;
	font-size: 11px;
}

.strecke_text
{
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
}

.anreise_text
{
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
	width: 260px;
}

.unterkunft_text
{
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
	width: 260px;
}

.prospekt_text
{
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
	width: 260px;
}

.gruppen_text
{
	padding-left: 5px;
	vertical-align: top;
	width: 260px;
}

.anmeldung_text
{
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
}

.leistungen_text
{
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
}

.veranstalter_ok_text
{
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.shop_text
{
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
	width: 260px;
}

.shop_artikel
{
	vertical-align: top;
}

.shop_artikel_img
{
	vertical-align: middle;
	text-align: center;
	width: 250px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
}

.shop_artikel_text
{
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 11px;
}