/* CSS für Dampfnudel Homepage */

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:10pt; 
	margin-top:0px; 
	margin-bottom:0px; 
} 
body.frame { 
	margin-top:0px; 
	margin-bottom:5px; 
}
body.frameblack {
	margin-top:0px;
	margin-bottom:5px;
	background-color : Black;
}
body, textarea { 											/* IE Design ab V5.5 */
	scrollbar-base-color:yellow;
	scrollbar-3dlight-color:#AC4F63; 
	scrollbar-arrow-color:white; 
	scrollbar-darkshadow-color:#AC4F63;
	scrollbar-face-color:yellow; 
	scrollbar-highlight-color:black;
	scrollbar-shadow-color:#AC4F63;
	scrollbar-track-color:#DE1C50;
}

.around { 
	width:800px;
  	border-width:1px;
  	border-style:solid;
  	border-color:white;
  	padding:15px;
  	text-align:justify;
}
.around_black { 
	width:820px;
  	border-width:1px;
  	border-style:solid;
  	border-color:red;
  	padding:15px;
  	text-align:justify;
	background-color : Black; 
}

/* sonst läuft das java-script nicht !!!!!!!!!!!!!
p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i {
	color: Black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
*/

p.white { 
	color:white;
	text-align:center; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;	
}
/* Centrierter Abschnitt */
p.cnt {
	color:black; 
	font-family: arial, helvetica, sans-serif;
	font-size:10pt; 
 	text-align :center;
}

address { 
	font-family: arial, helvetica, sans-serif;
	font-size:8pt; 
}
address.cnt {
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	text-align : center; 
}

/* Headlines */
h1 { 
	font-size:18pt; 
	text-align : center;
} 
h1.big { 
	font-size: 26pt; 
	color:red;
 } 
h1.white { 
	color:white; 
}	
h2 {
	font-size:16pt;
	text-align : center;
}
h2.red { 
	color:red; 
}
h2.green { 
	color:green; 
}
h2.lime { 
	color:lime; 
	}
h2.blue { 
	color:blue; 
}
h2.yellow { 
	color:yellow; 
}
h3 { 
	font-size:12pt; 
}
h3.cnt {
	 font-size:12pt; 
 	 text-align :center;
}
h3.white { 
	color:white; 
	text-align:center;
}
h4 { 
	font-size:10pt; 
}
h5 {
	font-size : 10pt;
	text-align : center;
}

a:link { color:blue; text-decoration:underline; }
a:visited { color:green; text-decoration:underline; }
a:active { color:blue; text-decoration:none; }

/* First-Navigation */
td.termine  { 									
	width:394px; 
	vertical-align:top;
	color:black; 
	background-color:white; 
	padding:0px;
}
td.info { 
	width:200px; 
	height:200px;
	vertical-align:top;
	background-color: white; 
	padding: 0px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:7pt; 
}
td.info_mitte { 
	width:197px; 
	height:200px;
	vertical-align:top;
	background-color: white; 
	padding: 0px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:7pt; 
}
td.abstand {													
	width : 3px;
	background-color : White;
}
