@charset "UTF-8";
/* CSS Document */

#container {
	background-image: url(mc_bilder/bgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #999;
	overflow: hidden;
	margin: -8px;
	padding: 0px;
	height: 1710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
#textcontainer {
	height: 350px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 0px;
	padding-left: 200px;
	text-align: left;
	line-height: 14px;
}
#textlinks {
	color: #CCC;
	height: 350px;
	width: 280px;
	float: left;
}
#textrechts {
	color: #CCC;
	height: 350px;
	width: 280px;
	float: right;
}
#navicon {
	height: 50px;
	width: 600px;
	padding-top: 370px;
	padding-left: 200px;
	text-decoration: underline;
	font-style: italic;
	text-transform: lowercase;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#containerindex {
	background-color: #999;
	background-image: url(mc_bilder/bgrnd_index.jpg);
	background-repeat: no-repeat;
	margin: -8px;
	height: 1710px;
}

