/*
-----------------------------------------------------
UeMV master CSS Datei fuer screen media, normal fonts
FileName:    default_screen.css
Version:     07-April-2004
-----------------------------------------------------
*/

/* New Elements strict css2                           */
/* -------------------------------------------------- */

#Header_New {
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #fff;
	border:0px;
	top:0px;
	left:0px;
	right:0px;
	}

#HeaderLeft_New {
	background:#99ccff;
	top:0px;
	left:0px;
	width:90%;
	height:100px;
	float: left;
	position: absolute;
	}
	
#HeaderRight_New {
	background:url("/images/bg-lightgelb.gif") repeat-y;
	top: 0px;
	right: 0px;
  	width: 254px;
  	float: right;
	height: 100px;
	position: absolute;
	}

/* Titelzeile */
/* ----------------------------------------------------- */

#TitleRow_New {
	background: url("/images/bg-meerblau.gif") repeat-x;
	position: relative;
	height: 107px;
	width: 100%;
	text-align: center;
	padding: 2px;
	padding-top: 12px;
}
#TitleRow_New h1 {
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}

#TitleRow_New h2 {
	font-family: Verdana,Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}

#TitleRow_New h3 {
	font-family: Verdana,Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}



#TitelStrand_New {
	position: relative;
	top: 1px;
	width:100%;
	text-align: center;
	border:none;
	}

#TitelStrand_New h1 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration: none;
	margin:0px;
	}

#TitelStrand_New h2 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelStrand_New h3 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}


#TitelGras_New {
	top:185px;
	left:10px;
	width:100%;
	text-align:center;
	border:none;
	clear: both;
	float:left;
}

#TitelGras_New h1 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelGras_New h2 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelGras_New h3 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}


#TitelGras_New a:link {color: #ffff66; }
#TitelGras_New a:visited {color: #ffff66; }
#TitelGras_New a:hover {color: #ffdd00; }
#TitelGras_New a img {border-style: none; }



.MainScreen_New {
	position:relative;
	clear: both;
	float: left;
	width: 100%;
	background:#ffffcc;
	overflow: hidden;
	}

.MenuLinks {
	background:#ffffcc;	
	}
	
.MenuLinks .MainColumn_New {
	float: left;
 	position: relative;
 	width: 200%;
	left: 200px;
	}
	
.MenuLinks .Content_New {
	float: right;
	width: 50%;
	right: 200px;
	position:relative;
	}
	
.MenuLinks .MainContent_New {
	margin: 0 15px 0 215px;
	position: relative;
	right: 100%;	
	overflow: hidden;
	}
	
.MenuLinks .LinkeSpalte_New {
	background: url("/images/bg-darkgreenleft.gif") repeat-y;
	position: relative;
	float: left;
	right: 200px;	
	width:192px;
	}
	
#DruckerTop_New {
	position: relative;
	left: 10px;
	top: 10px;
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	}

#DruckerTop_New a:link {color: #ffffcc; }
#DruckerTop_New a:visited {color: #ffffcc; }
#DruckerTop_New a:hover {color: #ffdd00; }
#DruckerTop_New a {text-decoration: none }
#DruckerTop_New a img {border-style: none; }

#MenuBigButton_New {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 120px;
	height: 40px;
	}

/* End of new css design*/
/* ----------------------------------------------------- */

body {
	margin:0;
	padding:0;
	height:100%;
	background:#ffffcc;
	color: #444444; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:16px;
	}
p {
	margin:0 0 1em 0;
	}
pre {
	font-size: 13px; 
	font-weight: bold; 
	line-height: 20px; 
	color: #444444; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
form {
	margin:0;
	padding:0;
	}
dl, ul, ol {
	margin-left:20px;
	margin-bottom:20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	}
li {
	margin:0 0 5px 5px;
	list-style-position:outside;
	}
input, select, textarea {
	font:95% Verdana,Sans-serif;
	}
textarea {
	line-height:140%;
	}

.SmallText {
margin-top: 2px;
margin-bottom: 2px; 
font-size: 11px;
line-height: 13px;
color: #444444;
letter-spacing: 1pt;
font-family: arial, helvetica, sans-serif;
}

.Text {
margin-top: 3px;
margin-bottom: 2px; 
font-size: 12px;
line-height: 160%;
color: #444444;
letter-spacing: 1pt;
font-family: arial, helvetica, sans-serif;
}

.TabellenTitelText {
margin-top: 2px;
margin-bottom: 2px; 
font-size: 15px;
line-height: 18px;
color: #ff3705;
letter-spacing: 1pt;
font-family: arial, helvetica, sans-serif;
}


.TextRot {
margin-top: 2px;
margin-bottom: 2px; 
font-size: 12px;
line-height: 15px;
color: #ff3705;
letter-spacing: 1pt;
font-family: arial, helvetica, sans-serif;
}

/* Links und Bilder*/
/* ----------------------------------------------------- */
a:link {color: #0000ff; }
a:visited {color: #0000ff; }
a:hover {color: #ff5500;
	text-decoration: underline; }
a {text-decoration: none; }
a img {border-style: none; }

/* Menuepunkte*/
/* ----------------------------------------------------- */
#Menu {
	margin-top: 40px;
	margin-bottom: 30px;
	top:20px;
	left:25px;
	}
#Menu a:link {color: #ffffcc; }
#Menu a:visited {color: #ffffcc; }
#Menu a:hover {color: #ffdd00; }
#Menu a {text-decoration: none }
#Menu a img {border-style: none; }

.MenueNode1 {
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin-top: 7px;
	margin-left:15px;
	margin-right:40px;
	position:relative;
	}
.MenueNode2 {
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 7px;
	margin-left:25px;
	position:relative;
	}
.MenueNode3 {
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 17px;
	margin-top: 7px;
	margin-left:35px;
	position:relative;
	}


/* Header */
/* ----------------------------------------------------- */
#Header {
  position:absolute;
  height:160px;
  width:100%;
  border-bottom:1px solid #fff;
  border:0px;
  top:0px;
  left:0px;
  right:0px;
  }

#HeaderLeft {
	background:#99ccff;
	top:0px;
	left:0px;
	width:90%;
	height:100px;
	float:left;
	position: absolute;
	}
#HeaderRight {
	background:url("/images/bg-lightgelb.gif") repeat-y;
	color:#ffffff;
	top:0px;
	right:0px;
  	width:254px;
  	float:right;
	height:100px;
	position:absolute;
	}
	
#HeaderLogo {
	position:absolute;
	top:14px;
	right:10px;
	}

#Banner {
	position:absolute;
	top:15px;
	left:70px;
	border:none;
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	color: #ff3705;
	letter-spacing: 3pt;
	}


/* Titelzeile */
/* ----------------------------------------------------- */

#TitleRow {
	position:absolute;
	background:url("/images/bg-meerblau.gif") repeat-x;
	height:107px;
	width:100%;
	top:100px;
	left:0px;
	right:0px;
	text-align: center;
	padding:2px;
	padding-top:12px;
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
}
#TitleRow h1 {
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}

#TitleRow h2 {
	font-family: Verdana,Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}

#TitleRow h3 {
	font-family: Verdana,Sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #FFCC00;
	letter-spacing: 3pt;
	padding:0px;
}



#TitelStrand {
	position:absolute;
	top:160px;
	left:10px;
	width:100%;
	text-align: center;
	border:none;
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	}

#TitelStrand h1 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration: none;
	margin:0px;
	}

#TitelStrand h2 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelStrand h3 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #cc0033;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}


#TitelGras {
	position:absolute;
	top:185px;
	left:10px;
	width:100%;
	text-align:center;
	border:none;
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	}

#TitelGras h1 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelGras h2 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}

#TitelGras h3 {
	font-family: Verdana,Sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffcc;
	letter-spacing: 1pt;
	text-decoration:none;
	margin:0px;
	}


#TitelGras a:link {color: #ffff66; }
#TitelGras a:visited {color: #ffff66; }
#TitelGras a:hover {color: #ffdd00; }
#TitelGras a img {border-style: none; }


/* Spalten  */
/* ----------------------------------------------------- */

#MainScreen {
	position:absolute;
	background:#ffffcc;
	top:212px;
	left:0px;
	right:0px;
	bottom:0px;
	height: 100%;
	}

.MainScreen {
	top:212px;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	bottom:0px;
	border: none;
	}
	
.LinkeSpalte {
	background:url("/images/bg-darkgreenleft.gif") repeat-y;
	left:0px;	
	width:192px;
	}
.LeftSideItem {
	top:270px;
	left:15px;
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin-left:15px;
	margin-right:40px;
	position:relative;
	color: #ffffcc;
	}
	
.LeftSideItemSpan {
	font-size: 0.6em;
	}
                  
.RechteSpalte {
	background:#ffffcc;
	right:0px;
	}




/* Bilder und Absaetze*/
/* ----------------------------------------------------- */
.MainText {
	color: #663300; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:16px;
	line-height: 20px; 
	text-align:left;
	}
.MainText h1 {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;
	padding-left: 20%;
	}
.MainText h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
.MainText h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

.Impressum {
	color: #444444; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:10px;
	line-height: 15px; 
	text-align: center;
	}

#BottomLine {
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	margin-left:0px;
	margin-right:40px;
	position:relative;
	top: 10px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background: #006400;
	color: #ffffcc;
	}

#BottomLine a:link {color: #ffffcc; }
#BottomLine a:visited {color: #ffffcc; }
#BottomLine a:hover {color: #ffdd00; }
#BottomLine a {text-decoration: none }
#BottomLine a img {border-style: none; }

.MV-Button {
	background:url("/images/mp-kontur-200.gif") no-repeat;
	text-align: center;
	}
.MV-Button h1 {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #ff3705;
	letter-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
.Herbst-bg {
	background:url("/images/sommer07.jpg") no-repeat;
   	background-position: center;
	font-weight: bold;
	color: #444444; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:16px;
	line-height: 20px; 
	text-align:left;
	}


#Adresse {
	position: relative;
	top:40px;
	}

#Bild_Dorfstr {
	position:absolute;
	background:url("/images/dorfstr.gif") no-repeat;
	bottom:30px;
	left:20px;
	width:149px;
	height:100px;
	}

#MenuBigButton {
	position:absolute;
	bottom:20px;
	left:30px;
	width:120px;
	height:40px;
	}

#DruckerTop {
	position: relative;
	left: 10px;
	top: 190px;
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	vertical-align:top;
	z-index: 3;
	}
#DruckerTop a:link {color: #ffffcc; }
#DruckerTop a:visited {color: #ffffcc; }
#DruckerTop a:hover {color: #ffdd00; }
#DruckerTop a {text-decoration: none }
#DruckerTop a img {border-style: none; }

.DescBild {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

.CollageBild {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

noscript {height: 0px;}
