/*---------------------------------------------------------
This css-file contains all definitions.
Modified and extended by ACXnet.
-----------------------------------------------------------
Domain.......: acxnet.de
File.........: main.css
Ver..........: 7.09.23
-----------------------------------------------------------
Autor........: A.Czaplicki - ACXnet
Url..........: http://www.acxnet.de
E-Mail.......: webmaster@acxnet.de
-----------------------------------------------------------
Copyright 1999-2007 (ACXnet).
All rights reserve.
Further spread further only after express permission !
---------------------------------------------------------*/


/* default-styles for html-elements ---------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
ul {
	list-style-image: url(../img/liste.gif);
}
hr {
	color: #CC0000;
	border-style: dotted;
}
input, select, textarea {
	font-size: 12px;
}


/* styles for specific classes and ids ------------------*/
.titel {
	background-image: url(../img/titel.png);
}
.block_titel {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #74A6DC;
}	
.block_content {
	font-size: 11px;
	color: #CC0000;
	background-color: #EEEEEE;
}
.block_content a {
	text-decoration:none;
	color: #000000;
}
.block_content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.content {
	font-size: 12px;
	line-height: 19px;
}
.content a {
	text-decoration:none;
	color: #0000FF;
}
.content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.head {
	background-image: url(../img/head.png);
}
.space {
	font-size: 3px;
}
.navi {
	background-image: url(../img/navi.png);
	font-size: 11px;
	color: #FFFFFF;
}
.navi a {
	text-decoration:none;
	color: #FFFFFF;
}
.navi a:hover {
	color: #000000;
	text-decoration: none;
}	
.form {
	font-size: 12px;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #74A6DC;
}
.exchange {
	font-size: 10px;
	color:#000000;
}
.exchange a {
	color:#666666;
	text-decoration:none;
}
.exchange a:hover {
	color:#CC0000;
	text-decoration: underline;
}
.fehler {
	color:#FF0000;
}

