/*	
	autor : cubegrafik
	datum : januar 2005
	verwendung : arturpschmidt.ch.ch
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* allg. einstellungen */

body {
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 10px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 11px;
	background-color: #333333;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	margin: 18px 0px 15px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 20px;
	color : #FFFFFF;
	font-weight: normal;
	border: 0px dashed
}

h2 {
	margin: 0px 0px 15px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	font-weight: bold;
	border: 0px dashed
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* hides from IE-Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from IE-Mac */

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* text */

.text {
	padding: 15px 0px 15px 0px;
	margin: 15px 0px 15px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	border: 0px dashed #FF0000

}

.text a {
	color: #4C9F5A;
	text-decoration: none;
	font-weight: 600;
}

.text a:hover {
	color: #4C9F5A;
	text-decoration: underline;
}

.text_akt {
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	border: 0px dashed #FF0000

}

.text_akt a {
	color: #4C9F5A;
	text-decoration: none;
	font-weight: 600;
}

.text_akt a:hover {
	color: #4C9F5A;
	text-decoration: underline;
}

.textfield {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #737373;
	width:210px;
	background-image : url(../images/gfx_input.gif);
}

.textform 
{
	font-family: arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;	
}

.text_tab {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	border: 0px dashed #FF0000

}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* links */

/* subnav */
/* second-level */
a.secondActive:link, a.secondActive:visited, a.secondActive:hover, a.secondActive:active {
	font-family : arial, verdana, sans-serif;
	font-size : 11px;
	margin: 0px 4px 0px 4px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #52A853;
}

a.second:link {
	margin: 0px 4px 0px 4px;
	color : #52A853;
	text-decoration : none;
	background-color : #FFF;
}

a.second:visited {
	margin: 0px 4px 0px 4px;
	color : #52A853;
	text-decoration : none;
	background-color : #FFF;
}

a.second:hover {
	margin: 0px 4px 0px 4px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #52A853;
}

a.second:active {
	margin: 0px 4px 0px 4px;
	color : #52A853;
	text-decoration : none;
	background-color : #FFF;
}