/*---------------------------------------------------------
This css-file contains all definitions.
Modified and extended by ACXnet for the Aktiv-Link
-----------------------------------------------------------
Domain.......: aktiv-link.de
File.........: main.css
Ver..........: 7.03.08
-----------------------------------------------------------
Autor........: Andrzej 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 !
---------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.png);
	margin: 0px;
	background-color: #BBBBBB;
}
.header {
	background-image: url(../img/head_bg.jpg);
}
.header_l {
	background-image: url(../img/head_bg_l.png);
}
.header_r {
	background-image: url(../img/head_bg_r.png);
}
.navi {
	background-image: url(../img/button.png);
	font-size: 11px;
}
.navi a {
	text-decoration: none;
	color: #000000;
}
.navi a:hover {
	color:#CC0000;
	font-weight: bold;
}
.navi_aktiv {
	background-image: url(../img/button_aktiv.png);
	font-size: 11px;
}
.navi_aktiv a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
.navi_aktiv a:hover {
	color:#000000;
}
.navi_bot {
	background-image: url(../img/content_top_bg.png);
}
.content {
	font-size: 12px;
	background-image: url(../img/content_bg.png);
}
.form {
	font-size: 12px;
}
.form_titel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.content_title {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	font-style: italic;
}
.content_title a {
	color: #0066FF;
	text-decoration: none;
}
.content_bot a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.content_bot a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.footer {
	background-image: url(../img/footer_bg.png);
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	color:#CC0000;
}
input, select, textarea {
	font-size: 12px;
	color: #0000FF;
	background-color: #EEEEEE;
}
li {
	list-style-image: url(../img/liste.png);
}
