
/* Standart Anzeige */

h1,h2,h3,h4,p,address,b,i { font-family:'times new roman',sans-serif; }

h1 		{ font-size:36px; margin-bottom:18px; }
h2 		{ font-size:30px; margin-bottom:18px; }
h3 		{ font-size:26px; margin-bottom:18px; }
h5		{ font-size:20px; margin-bottom:18px; }
h4 		{ font-size:16px; }

a:link 		{ color:#000000; text-decoration:underline; }
a:visited 	{ color:#000000; text-decoration:underline; }
a:hover		{ color:#BBBBBB; text-decoration:underline; }
a:active 	{ color:#000000; text-decoration:underline; }

p,address	{ font-size:13px; }

input, 
button {
	background: transparent url(input.jpg);
	border:1px solid #777;
	color: #555600;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin-left: 1px
}

textarea {
	background: transparent url(input.jpg); 
	border:1px solid #000;
	color:#000;
	text-decoration:none;
}

table {
	border:none;
}

html {
	scrollbar-base-color:#8C8CC6;
    scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#8C8CC6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ACACE6;
}

div.tippsundtricks {
	background: transparent url(tipps_und_tricks_back.gif);	
	border:2px solid #fff;
	width: 300px;
	/*height: 250px;*/
	position: absolute;
	color: #ffffff;
	padding-left: 1px; 
	padding-right: 1px; 
	padding-bottom: 9px; 
	margin-left: 150px;
	font-weight: bold;
}

div.tippsundtricks h1{
	font-size: 20px;
}

div.tippsundtricks a {
	color: #ffffff;
}

div.tippsundtricks div.tut_buttons {
	height:14px;
	margin-top:1px;
	cursor:move;
}
	 

div.div_termine {
	background: transparent url(tipps_und_tricks_back.gif);
	background: black;
	border:2px solid #fff;
	width: 300px;
	/*height: 250px;*/
	position: absolute;
	color: #ffffff;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 9px;
	margin-left: 150px;
}

div.commentbox {
	background: transparent url(input.jpg); 
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	width: 180px;
	height: 200px;
}
