/* CSS Document */

* { margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrap {
	margin-left: 50%;
	width: 780px;
	left: -400px;
	position: absolute;
	padding-left: 20px;
}


#main {
	width: 760px;
	float: left;
}


#top {
	width: 760px;
	height: 114px;
/*
	background-image: url(/images/logo_julen.png);
	background-repeat: no-repeat;
	background-position: center;
*/
}


#navi {
	width: 758px;
	background-color: #0F7187;
	height: 26px;
	padding-left: 2px;
}

noscript p {
	width: 760px;
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

noscript p a:link, noscript p a:visited {
	text-decoration: none;
	color: #0F7187;
	font-size: 13px;
}

noscript p a:hover {
	color: black;
}


#bild {
	width: 760px;
	height: 283px;
	clear: both;
	background-color: #666666;
}

#titel {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
	height: 60px;

	color: #138498;
	font-size: 44px;
}

#titel2 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
	height: 90px;

	color: #138498;
	font-size: 44px;
}

#text {
	width: 680px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: Garamond, AGaramond, Times, "Times New Roman", serif;
	color: #333333;
}

#text p {
padding-bottom: 10px;
}


a:link, a:visited{
	color: #138498;
	text-decoration: none;
}

a:hover, a:active{
	color: #333333;
	text-decoration: none;
}
/*
#sprache {
	width: 760px;
	height: 28px;
	text-align: right;
}
*/

#fuss {
	font-family: Garamond, AGaramond, Times, "Times New Roman", serif;
	margin-top: 30px;
	margin-bottom: 5px;
	width: 760px;
	height: 120px;
	font-size: 11px;
/*
	background-image: url(/images/logo_romantik.gif);
	background-repeat: no-repeat;
	background-position: center;
*/
/*
	border: 1px solid;
*/
}

h1	{
	font-weight:100;
	padding-top: 15px;
	letter-spacing: 1px;
	font-size: 18px;
	color: #666666;
	}

.myHr {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#000066;
	height: 20px;
	background: url(/images/sterne.gif) bottom center no-repeat;
	background-position: center;
}


table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 580px;
	border: solid;
	border-color:#999999;
	border-width: 1px;
	border-collapse: collapse;
}

th {
	padding: 4px;
	background-color: #138498;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
}

td {
	padding: 4px;
	vertical-align: top;
}

.tabtit {color: #FFFFFF}

.tabklein {
	line-height: 13px;
	font-weight: normal;
	font-size: 12px;
	}

.hoch {
	font-size: 11px
}

embed {
	margin-top: 10px
}


div.lang {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #CCC;
}

div.lang a {
	text-decoration: none;
	color: #888;
}

div.lang a:hover, div.lang a:active {
	text-decoration: none;
	color: #000;
}

input, textarea {
	font-size: 16px;
	line-height: 20px;
	font-family: Garamond, AGaramond, Times, "Times New Roman", serif;
}

input.form-err {
	background-color: #FFC;
}

td.form-descerr {
	color: #600;
	font-weight: bold;
}

.print {
	display: none
}
