/* DATEI: styles.css */

body { 
   margin-top:1px; 
   margin-bottom:5px;
   background-image:url(./images/backgrd1.gif);
   background-attachment:fixed;
   font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
   font-size:12pt;
   font-weight:normal;
}

p	{
	text-align:justify;
}

input, textarea { 
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
   font-weight:normal;
}

h1	{	font-size:20pt;	font-weight:bold;	}
h2	{	font-size:18pt;	font-weight:bold;	}
h3	{	font-size:16pt;	font-weight:bold;	}
h4	{	font-size:14pt;	font-weight:bold;	}
h5	{	font-size:12pt;	font-decoration:underline;	}
h6	{	font-size:12pt;	font-style:italic;	}

/* normaler Text in Tabellen */
td { 
   font-size:12pt; 
}

pre { 
   font-family:Courier New; 
   font-size:10pt; 
   text-decoration:none; 
}

.copyr, .small { font-family:Comic Sans MS,Arial,sans-serif; font-size:10pt; text-decoration:none; font-style:none; font-weight:normal; }
.blink { text-decoration:blink; }
.headline { color:red; margin-top:0px; margin-bottom:0px; }
.new { text-decoration:none; color:#FFF; background-color:#F00; border-color:#000; border-width:3pt; }
.red, .attention { color: #F00; }
.ul, .underline { text-decoration:underline; }
.rbul, .red_bold_underline { color: #F00; font-weight:bold; text-decoration:underline; }
.error_msg { color: #F00; font-weight:bold; text-decoration:none; }
.bul, .bold_underline { font-weight:bold; text-decoration:underline; }
.green { color: #005100; }
.red { color: #FF0000; }
.red_bold {	color: #FF0000; font-weight:bold; }
.red_bold_blink { color: #FF0000; font-weight:bold; text-decoration:blink; }

.error_msg {
	color: #FFFFFF;
	background-color: #FF0000;	
	font-weight:normal;
}

.active {
   background-color:#dddddd;
}

.inactive {
   background-color:#FFCCCC;
}

.contact {
   background-color: #dddddd;
   color: #000000;
}

.start_page {
   background-color: #FFFFFF;
   color: #000000;
}

.about, .admin {
   background-color: #ffffff;
   color: #000000;
}

.gallery {
   background-color:#222222;
   color: #FFFF00;
}

.links {
   background-color:#FFFFFF;
   color: #000000;
}

.news {
	background-color:#FFFFFF;
	color: #000000;
}

a:link {
   color:#FF0000;
   font-weight:bold;
}

a:visited {
   color:#800000;
   font-weight:normal;
}

a:active {
   color:#00FF00;
}

a.an { 
   text-decoration:none;
}

