/* navigating.de - Intro Stylesheet */

a:active  {
	font-weight: normal;
	color: #efc529;
	text-decoration : underline;
	}
	
a:link {
	font-weight: normal;
	color: #6c6963;
	text-decoration : underline;
	}
	
a:visited {
	font-weight: normal;
	color: #6c6963;
	text-decoration : underline;
	}
	
a:hover {
	font-weight: normal;
	color: #efc529;
	text-decoration : underline;
	}

body {
	background-color: #c6c3b9;
	background-image: url(../grafiken/layout/hintergrund.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header {
	width: 600px;
	height: 127px;
	background-image: url(../grafiken/index/header_mittel.gif);
	background-repeat: repeat-x;
}

.linie {
	width: 600px;
	height: 1px;
	background-color: #6c6963;
}

.content {
	width: 600px;
	height: 271px;
	background-image: url(../grafiken/index/content_mittel.gif);
	background-repeat: repeat-x;
}

.content_support {
	width: 600px;
	height: 271px;
	background-image: url(../grafiken/index/bg_content.gif);
	background-repeat: no-repeat;
}

.footer {
	width: 538px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6c6a63;
	background-image: url(../grafiken/index/pixels.gif);
}
