/* CSS Document */

/* Grundelemente */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:georgia;	
	line-height:16pt;
	font-size:12pt;
	color: #000000; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#000000;
}

body a:hover{
	text-decoration:underline;
}

p, table {
	margin-top: 0;
	margin-bottom: 12pt;
	text-align: justify;
	font-style: italic; 
}

h1 {
	font-size: 12pt;
	margin-bottom: 12pt;
	margin-top: 0;
	font-style:italic;
	}
h2 {
	font-size:14pt;
	margin-bottom: 12pt;
	margin-top:0;
	text-transform:uppercase;
	font-style:italic;
	}

input, textarea {
	   background: #eee5c6;
	   color:#ffffff;
	   border: dotted 1px #000000;
	   width: 150px;
	   }
	   
select {
	   background: #eee5c6;
	   color:#663300;
	   border: dotted 1px #000000;
	   }
	   
hr { 
	border: dotted 1px #000000;
	margin-top: 20px;
	margin-bottom:20px;
	}

/* Die Divs */

#box { 
	margin: auto;
	padding: 0;
	width:980px; /* 979 klappt bei IE7 und Safari, aber bei Opera nicht... */
	height:595px;
	overflow: visible;
	position:relative;
}
#roland {
		 display: none;
		 }

#intro {
		 display: none;
		 }

#texte {
		padding:0;
}

#liste	{
		 display: none;
		 }
#liste img {
			display: none;
			}
#liste p {
		  text-align: center;
		  font-style: normal;
		  }
		

/* Menus */

/* Menu 1 oben quer */

#menu { display: none;}

/* Menu 2 links unten */

#menu2 {display: none;
}


	
/* klassen */
.preis {
		font-size:18pt;
		font-weight:bold;
		color: #bf0000;
		}
.tip	{
		text-indent: 60px;
		font-size:16pt;
		}
.lilu {
	   margin-bottom: 8px;
	   font-style: italic;
	   }