/*	
	
	Dateiname : corumag.css
	Autor : Tobias Fuhlroth
	Datum : April 04
	Verwendung : corumag.ch

*/


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Allg. Einstellungen */

body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : #101010;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFF;
	line-height : 16px;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFF;
	line-height : 16px;
}

p {
	margin : 0px 0px 8px 0px;
}

span.aktiv {
	color : #BED68A;
	font-weight : bold;
}

span.grau {
	color : #58595B;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Links */



/* Main - Links */
a.main_nav:link {
	color : #58595B;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

a.main_nav:visited {
	color : #58595B;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

a.main_nav:hover {
	color : #BCBEC0;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

a.main_nav:active {
	color : #58595B;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
}

/* Text - Links */
a:link {
	color : #BED68A;
	text-decoration : none;
}

a:visited {
	color : #BED68A;
	text-decoration : none;
}

a:hover {
	color : #BED68A;
	text-decoration : underline;
}

a:active {
	color : #BED68A;
	text-decoration : underline;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Forms */

input {
	border : 1px solid #BED68A;
	height : 18px;
	background-color : #000;
	margin-bottom : 6px;
	color : #FFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

textarea {
	border : 1px solid #BED68A;
	background-color : #000;
	margin-bottom : 6px;
	color : #FFF;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}