/*
============================================================================
Mediaville CSS
Site URI: http://www.mediaville.de/
============================================================================
*/


/* Basisformatierungen */

html {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	font-family: Frutiger, Tahoma, Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	color:#000000;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Frutiger, Tahoma, Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size:1.3em;
	text-transform: uppercase;
	color:#000;
/*	text-transform: uppercase;
*/	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family: Frutiger, Tahoma, Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	text-transform: uppercase;
	color:#000;
	margin-top: 1.6em;
/*	margin-bottom: -1.0em;
*/
}

h4 {
	font-family: Frutiger, Tahoma, Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1em;
	line-height: 2;
	color:#000;
	margin-top: 0;
	margin-bottom: 0;
}

h2 a, h3 a, h4 a {
	display:none;
}

h2 a[name], h3 a[name], h4 a[name] {
	display:block;
	width:0;
	height:0;
	position:relative;
	top:-135px; /* Dieser Wert kann variieren. */
	visibility:hidden;
}

p {
	text-align: left;
	margin-top: 0;
	margin-right: 10%;
}

a:link {
	text-decoration: underline;
	color:#666;
	outline:none;
}

a:visited {
	text-decoration: underline;
	color: #666;
	outline:none;
}

a:hover {
	color:#E9064E;
	text-decoration: underline overline;
	outline:none;
}


/* CSS Klassen */

.anchorMenu_link {
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.3;
	margin-right: 0;
	color: #666;
	outline: none;
	margin-bottom: 1.3em;
}

	.anchorMenu_link a:link{
		color: #666;
		outline: none;
	}
	.anchorMenu_link a:visited{
		color: #666;
		outline: none;
	}
	
	.anchorMenu_link a:hover{
		color: #E9064E;
		outline: none;
	}

.block {
	padding: 30px 0 0 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #000000;
}

.center {text-align: center;}

.clear {
	clear: both;
}

.color {
	color: #E9064E;
}

.comment {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}

.comment_light {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	margin-top: 30px;
	margin-bottom: 50px;
}

.left {
	text-align: left;
	width: 280px;
	padding-right: 45px;
	float: left;
}

.line_1px {
	border-bottom: 1px dotted #000000;
}

.right {
	text-align: right;
	width: 325px;
	float: right;
}

.textAlignRight { text-align: right; }

.textLink:before { content: "\2192\A0"; color:#E9064E; font-size: 150%; font-decoration: none; }

.toTopAnchor{
	text-align: right;
	font-size: 0.8em;
}

	.toTopAnchor:hover:before { content: "\2191\A0"; color:#E9064E; font-decoration: none; }
	
.toTopAnchorLink a:link {
	text-decoration: underline;
	font-weight: normal;
	text-transform: none;
	color: #666;
	outline:none;
}
	
	.toTopAnchorLink a:visited {
		text-decoration: underline;
		font-weight: normal;
		text-transform: none;
		color: #666;
		outline:none;
	}
	
	.toTopAnchorLink a:hover {
		font-weight: normal;
		text-decoration: underline overline;
		text-transform: none;
		color: #E9064E;
		outline:none;
	}

/*automatisches Generieren des nach oben-Links * funktioniert nicht in IE bis inkl. Version 7 	
	.toTopAnchorLink:after { content: "nach oben";}
*/

.white_space {
	height: 30em;
}


/* CSS IDs */

#adressbar {
	font-size: 0.8em; 
	position: fixed;
	top: 0px;
	margin: 0 0 0 220px;
	padding: 15px 0 0 0;
	height: 120px;
	behavior: url(iepngfix.htc);
	background: url(../img/weissverlauf.png) repeat-x top left; 
	z-index: 3;
	width: 650px;
}

	#adressbar a:link {
		text-decoration: none;
		font-weight: normal;
		text-transform: none;
		color: #000;
		outline:none;
	}
	
	#adressbar a:visited {
		text-decoration: none;
		font-weight: normal;
		text-transform: none;
		color: #000;
		outline:none;
	}
	
	#adressbar a:hover {
		font-weight: normal;
		text-decoration: underline overline;
		text-transform: none;
		color: #E9064E;
		outline:none;
	}

#anchorMenu {
	position: fixed;
	z-index: 2;
	margin-top: 177px;
	margin-left: 20px;
}

#container {
	position: absolute;
	left: 220px;
	top: 105px;
	margin: 0 30px 300px 0;
	width: 650px;
	z-index: 1;
}

#mv_logo {
	position: fixed;
	z-index: 2;
	float: left;
	margin: 60px 0 0 0;
}



/* IE Bug-Fixing >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* IE5 and IE6-Hack - hide from IE5-Mac \*/
* html #anchorMenu { 
	margin-top: 68px;
}
/* End - IE5 and IE6-Hack */

/* IE7-Hack - hide from IE5-Mac \*/
*:first-child+html #anchorMenu {
	margin-top: 68px;
} 
/* End - IE7-Hack */

/* END IE Bug-Fixing <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */