/*--------------------------------------------------------------------
 * CSS - www.messebabes.de
 * copyright   2003, tobifrech.de
 * author      Tobias Frech
 * start       01.03.2003
 * version     v1.00
 * history
 *
 *--------------------------------------------------------------------*/


/*--- Links ---*/

a {
	font-family: Arial,Helvetica,sans-serif; 
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial,Helvetica,sans-serif; 
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a.nav {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a.subnav {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.subnav:hover {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}



/*--- Formfields ---*/

input.votefield
{
	background: #ffffff;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	height: 20px;
	width: 80px;
}

input.votebutton
{
	color: #ffffff;
	background: #990000;
	border-left : 1px solid #ff0000;
	border-right : 1px solid #ff0000;
	border-top : 1px solid #ff0000;
	border-bottom : 1px solid #ff0000;
	height: 20px;
	width: 90px;
}

input.newsfield
{
	background: #ffffff;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	height: 20px;
	width: 200px;
}

input.newsbutton
{
	color: #ffffff;
	background: #990000;
	border-left : 1px solid #ff0000;
	border-right : 1px solid #ff0000;
	border-top : 1px solid #ff0000;
	border-bottom : 1px solid #ff0000;
	height: 20px;
	width: 90px;
}

input
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
}

input.field
{
	background: #eeeeff;
	border-left : 1px solid #9999cc;
	border-right : 1px solid #9999cc;
	border-top : 1px solid #9999cc;
	border-bottom : 1px solid #9999cc;
	height: 20px;
	width: 300px;
}

input.smallfield
{
	background: #eeeeff;
	border-left : 1px solid #9999cc;
	border-right : 1px solid #9999cc;
	border-top : 1px solid #9999cc;
	border-bottom : 1px solid #9999cc;
	height: 20px;
	width: 120px;
}

input.button
{
	color: #ffffff;
	background: #9999cc;
	border-left : 1px solid #333366;
	border-right : 1px solid #333366;
	border-top : 1px solid #333366;
	border-bottom : 1px solid #333366;
	height: 20px;
	width: 90px;
}

textarea
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
	background: #eeeeff;
	border-left : 1px solid #9999cc;
	border-right : 1px solid #9999cc;
	border-top : 1px solid #9999cc;
	border-bottom : 1px solid #9999cc;
	height: 200px;
	width: 300px;
}

select
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #000000;
	background: #eeeeff;
	border-left : 1px solid #9999cc;
	border-right : 1px solid #9999cc;
	border-top : 1px solid #9999cc;
	border-bottom : 1px solid #9999cc;
	height: 20px;
	width: 300px;
}


/*--- Headlines ---*/

h1
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 14pt;
	color: #003366;
	font-weight: bold;
}

h2
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #003366;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #003366;
	font-weight: normal;
}


/*--- Text ---*/

p
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
	line-height: 15pt;
	margin-bottom: 10pt;
}

td,tr,body,div,span
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
}

ul,ol,li
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	color: #666666;
	line-height: 15pt;
}

.small {
	font-size:8pt;
}

.term
{
	color: #9999cc;
}







/*------------------- */


/*

body,tr,td,div {
	color: #000000;
	font-size: 10pt;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	}

input.votefield
{
	background: #ffffff;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	height: 20px;
	width: 80px;
}

input.votebutton
{
	color: #ffffff;
	background: #990000;
	border-left : 1px solid #ff0000;
	border-right : 1px solid #ff0000;
	border-top : 1px solid #ff0000;
	border-bottom : 1px solid #ff0000;
	height: 20px;
	width: 90px;
}

.light {
	color: #4284DE;
	}

.small {
	font-size: 8pt;
	}

h1 {
	color: #00223e;
	font-size: 13pt;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
	}

h2 {
	color: #00223e;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
	}

A {
	color: #4284DE;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
	}

A:hover {
	color: #4284DE;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	text-decoration: underline;
	}

A.nav {
	color: #ffffff;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
	}

A.nav:hover {
	color: #ffffff;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	text-decoration: underline;
	}

.nonav {
	color: #666666;
	font-size: 7pt;
	font-weight: bold;
	font-family: "Verdana", "MS Sans Serif", "Helvetica", "Arial", sans-serif;
	}

*/