/*	
	autor : cubegrafik.com
	datum : juni 2007
	verwendung : bau-scout.ch
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* allg. einstellungen */

html, body {
    height: 100%;
}   

body {
    margin: 0;
    padding: 0;
}
   
#content {
	background-color: #ffffff;
}

#footer {
	position: relative;  /* Needed for Safari */
	background-color: #ffffff;
}

h1 {
	margin: 10px 0px 0px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 24px;
	color : #FF0000;
	font-weight: bold;
	border: 0px dashed
}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 16px;
	color : #5A5A57;
	font-weight: bold;
	border: 0px dashed
}

h3 {
	font-family : arial, verdana, sans-serif;
	font-size : 14px;
	color : #5A5A57;
	font-weight: bold;
	border: 0px dashed
}

li {
	margin: 0px 0px 10px 0px;
	list-style-image: url(/images/gfx_bullet.gif);
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* layout elemente */

.forminput
{
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #757A74;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* text */

.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 12px;
	color: #565656;
}

.text a {
	color: #204187;
	text-decoration: underline;
	font-weight: normal;
}

.text a:hover {
	color: #204187;
	text-decoration: none;
}

.footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #000000;
}

.conLinkArrow
{
	background-image: url(/images/link_arrow.gif); 
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #204187;
	font-size: 12px;
}

.navitext {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
}

.navitext a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.navitext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.textsmall {
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #565656;
}

.textsmall a {
	color: #204187;
	text-decoration: underline;
	font-weight: normal;
}

.textsmall a:hover {
	color: #204187;
	text-decoration: none;
}

.text_nav {
	font-family:  arial, verdana, sans-serif;
	font-size : 12px;
	color: #204187;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* subnav */
/* second-level */
a.secondActive:link, a.secondActive:visited, a.secondActive:hover, a.secondActive:active {
	font-family : arial, verdana, sans-serif;
	font-size : 12px;
	margin: 0px 4px 0px 4px;
	color : #000000;
	text-decoration : none;
}

a.second:link {
	margin: 0px 4px 0px 4px;
	color : #204187;
	text-decoration : underline;
}

a.second:visited {
	margin: 0px 4px 0px 4px;
	color : #204187;
	text-decoration : underline;
}

a.second:hover {
	margin: 0px 4px 0px 4px;
	color : #000000;
	text-decoration : none;
}

a.second:active {
	margin: 0px 4px 0px 4px;
	color : #204187;
	text-decoration : underline;
}
