/*
	CSS © 2007 by Pixada.Labs
	All rights reserved.
	www.pixada.de
	info@pixada.de
*/

/* start main style */

body, html {
	height: 100%;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #171d21;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
a:link {
	color: #a5c1d5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a5c1d5;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

/* start div language style */

#divlang {
	margin-top: 5px;
	margin-right: 15px;
}

/* start copyright */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
}
a.copyright:link {
	color: #333333;
	text-decoration: none;
}
a.copyright:visited {
	text-decoration: none;
	color: #333333;
}
a.copyright:hover {
	text-decoration: underline;
	color: #CC3300;
}
a.copyright:active {
	text-decoration: none;
	color: #CC0000;
}

/* start teaser */

.teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table.teaser {
	margin-top: 10px;
}

ul.teaser {
	list-style-type:none;
	list-style-position: inside;
}
img.teaser {
	border-style:solid;
	border-width: 3px;
	border-color: #EBEBEB
}
