/* 	CSS Strandvilla Marina Wangerooge
	Technische Realisation durch Torsten Kurtz
	04.07.2007
	
		
*/

.normaltext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	font-weight: normal; 
	color: #333333;
	}

.menuetext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	font-weight: normal; 
	color: #333333;
	}

.menuetext2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #333333;
	}
	
.ueberschrift { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:24px; 
	line-height:30px; 
	font-weight:bold; 
	color:#333333; 
	}
	
.ueberschriftzusatz { font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size:16px; 
	line-height:20px; 
	font-weight:bold; 
	color:#333333; 
	}
	
BODY { 
	background-color:#FFFFFF;
	}

DIV#Inhalt {
	font-family: Geneva, Arial, Helvetica, san-serif, sans-serif; 
	font-size: 13px; 
	position: absolute;
	left: 200px;
	top:65px;
	width: 600px;
	z-index: 2;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 0px;
	}

DIV#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	z-index: 3;
	padding: 0px;
	}
	
DIV#logo {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 175px;
	z-index: 4;
	padding: 0px;
	margin-left:0px;
	}

DIV#deck {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 175px;
	height: 700px;
	z-index: 5;
	padding: 0px;
	margin-left:0px;
	background-color: #FFFFFF; /* D1D1D2 */
	color: #FFFFFF;
	}	

/* Menueposition */
DIV#menupos {
	position: absolute;
	padding: 0px;
	margin-left: 0px;
   	z-index: 6;
   	top: 140px;
    left: 15px;
    width: 125px; 
    height: 300px; 
}

	
/* Menue-Festlegungen */

a:link {
	color:#660033;
}

a:visited{
	color:#660033;
}

a:hover{
	color:#660033;
}

P {
	font-size:12px;
	font-family:Arial, sans-serif;
}
                  
#links {
	border-collapse:collapse;
    font-family: Arial, Helvetica;
  /*  font-size:8px; */
    position:absolute;
  /*  visibility:hidden; */
    top:140px;
    left: 20px;
    width:125px; 
    height:300px; 
    background-color: #FFFFFF;
}

#links a {				/* Navi-Link Normaldarstellung*/
    display: block;
    font-size: 11px;
    font-weight:bold;
 	color: #660033; /* Schriftfarbe normal menue */
    padding: 4px 2px;
    text-decoration: none;
    width: 120px;
	}

#links a:hover {		/* Maus Ÿber Navi-Link */
    background: #FFFFFF; 
    color: #660033;
	}

A:link IMG {
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
	}

A:visited IMG {
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
	}

.td {
  border:0px solid #800000;
  background-color:FFFFFF;
  width:100px;
  }

INPUT, SELECT, TEXTAREA {
	border:1px solid #660033;
	background-color:#FFFFFF;
}

.Button {
	background-color:#660033;
    font-size: 14px;
	color:#FFFFFF;
    font-weight:bold;
; clip:   rect(   )
}


P.loginformular Input {
	border:1px solid #660033;
	background-color:#FFFFFF;
	width:182px;
}

P.loginformular Input.Button {
	background-color:#FF9900;
  	margin: 10px auto;
	width:184px;
	height:25px;
}

/* News-Tabelle */
TD.betreff {
	font-size:12pt; 
	background-color:#FF9900; 
	color:#FFFFFF;
}

TD.beitrag {
	font-size:10pt; 
	color:#FF9900;
}

/* MenŸ beim Drucken verstecken */
@media print {
 	DIV#links {
 		visibility:hidden;
	}
}



