/* Superflys Layout for the profireisen.at Oct2006 */

body  {
	margin: 0px;
	padding: 0px;
	background: #d1d2d4 url(images/v2_wsHeader.gif) repeat-x;
	color: #8e8f91;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
/* next we start with the tags appearance */

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.85em;
	margin: 2px 0 1px 0;
	padding: 3px 10px 3px 10px;
	}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	margin: 2px 0 1px 0;
	padding: 3px 10px 3px 10px;
	}	
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	margin: 2px 0 1px 0;
	padding: 3px 10px 3px 10px;
	line-height: normal;
	}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 2px 0 1px 0;
	padding: 3px 10px 3px 10px;
	}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 2px 0 1px 0;
	padding: 3px 10px 3px 10px;
	}
a:link, a:active {
	text-decoration: none;
	color: #c40e1a;
	border-bottom: 1px dotted;
	background-color: inherit;
	}
a:visited {
	text-decoration: none;
	border-bottom: 0px;
	color: #ffffff;
	border-bottom: 1px dotted;
	background-color: inherit;
	}	
a:hover {
	border-bottom: 0px;
	color: #c40e1a;
	background-color: inherit;
	}
blockquote {
	border-left: 1px dotted #C9C8BC;
	padding:0 7px 0 7px;
	font-size: .8em;
	line-height: 1.4em;	
	}
	
/* we put everything in postition */

#position {
	position:absolute;
	left:50%;
	width:750px;
	margin:10px 0 0 -375px;
	float: left;
	}

#header {
    margin: 0;
    font-size: 10px;
    color: #8e8f91; 
}

#header a {
   border-bottom: 0px;
   color: #8e8f91;
/*   font-size: 10px;*/
}


#navi {
    margin: 0 0 0 -125px;
    padding: 30px 0 0 0; 
    /*border: 1px solid aqua;*/
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}
#navi a:link, #navi a:active, #navi a:visited {color: #ffffff;}
#navi a:hover {color: #c40e1a;}
#navi img {
    margin: -30px 0 0 0;
}

#left {
    margin: 10px 0 20px 0;
    float: left;
/*    border: 1px solid blue;*/
}
#left a {border-bottom:0px;}

#content {
    margin: 0px 0 0 0;
    padding: 0 0 0 125px;
    float: left;
/*    border: 1px solid green;*/
    width: 565px;
    color: #666;
}

/* everyone needs classes  */

.small {font-size: 9px;}
.en {color: #818182;}
.red {color: #c40e1a;}
.ul {border-bottom: 1px solid; margin-bottom: 3px;}

.bottomBread {
	font-size: 11px;	
	}
#content .bottomBread a:link, #content .bottomBread a:active, #content .bottomBread a:visited {border-bottom: 0px; color: #ffffff;}
#content .bottomBread a:hover {border-bottom: 0px; color: #c40e1a;}

div#navi a:link.active, div#navi a:active.active, div#navi a:visited.active {color:#c40e1a; border-bottom:0px;}
div#navi a:hover.active{color:#fff; border-bottom: 1px dotted;}

.switchcontent {
    background: #ffffff;
    padding: 5px;
    font-size: 13px;
    color: #a9aaac;
}
div.switchcontent a:link, div.switchcontent a:active, div.switchcontent a:visited, div.switchcontent a:hover {color:#c40e1a;}			
			
			
			
