/*	
	
	Dateiname : siporex.css
	URL : http://www.siporex.ch/css/siporex.css
	Autor : Tobias Fuhlroth
	Datum : Januar 2003
	Verwendung : siporex.ch

*/


/* Grundeinstellungen */
body {
	margin : 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	line-height : 16px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	line-height : 16px;
}


.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Black;
}

.subnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : Black;
}

.location {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : White;
}

/* Content */
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #FFF;
	background-color : #5F9BCF;
}

.content {
	background-color : #EBF2FA;
}

.bold {
	font-weight : bold;
}

/* GFX-Contenttables */
table .bump-out {
	background-color : #5F9BCF;
	color : #000;
	border : 1px solid Black;
}

table .bump-in {
	color : #000;
	padding : 2px;
	border-top : 1px solid #EBF2FA;
	border-left : 1px solid #EBF2FA;
	font-weight : bold;
}

table .tcontent {
	margin-top: 3px;
	padding : 3px;
	background-color : #EBF2FA;
	color : #000;
	border : 1px solid Black;
	font-weight : normal;
}


/* img */
.floatleft {
	float : left;
}

.floatright {
	float : right;
}

/* Links */
a:link {
	text-decoration : none;
	color : Black;
}

a:active {
	text-decoration : none;
	color : Black;
}

a:visited {
	text-decoration : none;
	color : Black;
}

a:hover {
	color : #004584;
}