/* CSS Styles Startseite */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: none;
}
#start-main-container {
	width: 900px;
	height: 700px;
	overflow: hidden;
	background-image: url(/templates/pics/violine_in_dresden_start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: auto;
}
html>body #start-main-container {
	height: auto;
	min-height: 700px;
}
#start-content-container {
	margin: 235px 0 192px 0;
	width: 900px;
	height: 196px;
	background-image: url(/templates/pics/wettbewerb_und_meisterkurs.png);
	background-repeat: no-repeat;
}
* html #start-content-container  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pics/wettbewerb_und_meisterkurs.png');
}
#start-foot-container {
	width: 900px;
	text-align:left;
}
.start-foot-left {
	width: 430px;
	float: left;
margin-top:10px;
}
.start-foot-right {
	width: 360px;
	text-align: right;
	float: right;
}
.start-lang-link {
	width: 900px;
	height: 34px;
}
.pt-98 { padding-top: 98px; }
.map-navigation area {
	cursor: pointer;
}
#map-container {
	position: absolute;
	left: 0;
	top: 235px;
	width: 900px;
	height: 196px;
	z-index: 10px;
}
#artist-manager-container {
	width: 365px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	left: 490px;
	top: 77px;
}

#text-musikhochschule-container {
	width: 165px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	left: 490px;
	top: 59px;
}

#logo-musikhochschule-container {
	width: 210px;
	height: 68px;
	overflow: hidden;
	position: absolute;
	left: 663px;
	top: 19px;
}

