/*
Colors:
TISP green (Logo, info box): #008000
light grey (background, info box): #F0F0F0
mid grey (borders, table borders, ...): #CECECE;
dark grey (Font color slogan, footer): #646464
*/

/* General formating of headings, links, ... */
body {
	color:black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.stiwa_group { /* the brand name "stiwa group" ALWAYS has to be written italic/bold */
	/* edited by ArnI 25.08.2008: "italic/bold" for brand name does not apply any more! */
    font-weight: normal;
    font-style: normal;
}
div.page {
	text-align:left;
    margin: auto; /* centers the page */
    padding: 0;
	border: none;
}
.tooltip {  /*e.g.: <span title="Popup Text" class="tooltip">Hier kommt Text.</span>*/
	border-bottom: none;
}

/* Headings */
h1{
	color:#008000;
	background-color:#FFFFFF;
	font-size:18pt;
	font-weight:bold;
	margin-top:10pt;
}
h2{
	color:#646464;
	background-color:#FFFFFF;
	font-size:16pt;
	font-weight:bold;
}
h3{
	color:#646464;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:12pt;
}

/* Tables */
table.layout {
	border:0px;
	padding: 5px 10px 5px 0px;
}
table.layout td {
	border:0px;
	padding:10px 20px 10px 0px;
}
table.layout th {
	font-weight:bold;
	border:0px;
	padding:10px 20px 10px 0px;
}
table {
	border:1px solid #646464;
	margin: 5px 5px 5px 0px;
	padding:0;
	color:black;
	background-color:white;
}
td {
	border:1px solid #646464;
	color:black;
	background-color:white;
	padding:5px 5px 5px 5px;
}
th {
	font-weight:bold;
	color:black;
	background-color:white;
	border:1px solid #646464;
	padding:5px 5px 5px 5px;
}
th.left {
	font-weight:bold;
	color:black;
	background-color:white;
	border:1px solid #646464;
	padding:5px 5px 5px 5px;
}

/* Lists */
ul, li{
	list-style-type:disc;
}

/* Images */
img{
	border:0px;
}
img.border {
	border:1px solid #CECECE;
	padding:5px;
	color:#646464;
	background-color:#F0F0F0;
}

/* Links */
a, a:hover {
	color: #008000;
	background-color:white;
}

/* Content */
div.main {
	color:black;
    background-color:white;
    clear: both;
    float: left;
	border: 0;
}
div.main_top {	
	display:none;
}
div.content{
	display:block;
	float:left;
}

/* Header (logo, slogan) */
div.header {
	margin: 0px 0px 25px 0px;
    padding: 0px;
    border:none;
    height: 112px;
}
#logo {
	float: left;
	position:relative;
	top:11px;
	left:0px;
}
#slogan {
	color: #646464;
    background-color: white;
	width:550px !important;
	width:520px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	position:relative;
	top: 33px !important;
	top: -21px;
	left: 0px;
	margin-left:185px;
}

/* Extra Navigation */
div.extra_nav {	
	display:none;
}
.extra_nav a, .extra_nav a:visited, .extra_nav a:active {	
	display:none;
}
.extra_nav a:hover {	
	display:none;
}

/* Infobox (contains e.g. navigation or login form) */
.infobox_top {
	display:none;
}
.infobox_middle {
	display:none;
}
.infobox_bottom {
	display:none;
}

/* Navigation */
/* Navigation 1 (main navigation) */
div.nav_selected {	
	display:none;
}
a.nav1, a.nav1:visited, a.nav1:active {	
	display:none;
}
a.nav1:hover {	
	display:none;
}
a.nav1_selected, a.nav1_selected:visited, a.nav1_selected:active, a.nav1_selected:hover {	
	display:none;
}

/* Navigation 2 */
a.nav2, a.nav2:visited, a.nav2:active {	
	display:none;
}
a.nav2:hover {	
	display:none;
}
a.nav2_selected, a.nav2_selected:visited, a.nav2_selected:active, a.nav2_selected:hover {	
	display:none;
}
/* Navigation 3 */
a.nav3, a.nav3:visited, a.nav3:active {	
	display:none;
}
a.nav3_selected, a.nav3_selected:visited, a.nav3_selected:active, a.nav3_selected:hover {	
	display:none;
}
a.nav3:hover {	
	display:none;
}

/* Footer for legal info at bottom of page */
div.footer {
    color: black;
	background-color:white;
	font-size: 10pt;
	text-align: center;
    clear: both;
    border:none;
}

/* * Formulare formatieren * */
.csc-form-labelcell p {
	width:70px;
}
.csc-loginform td {
	border:none;
}
