/* 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 {
	display: none;
}

noscript {
	display: none;
}

#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 {
	color: #333;
	text-decoration: none;
}
/*
#sprache {
	width: 760px;
	height: 28px;
	text-align: right;
}
*/

#fuss {
	font-family: Garamond, AGaramond, Times, "Times New Roman", serif;
	margin-top: 30px;
	width: 760px;
	height: 120px;
	font-size: 12px;
/*
	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, #navi ul, span.noprint {
	display: none;
}
