/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */

/* Allgemeine HTML-Elemente */
* {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

body, td {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

ul, li {
	color: #ff0000;
	font-family: Arial;
	font-size: 13px;
}

img {
	border: none;
}

p {
	font-family: arial;
	font-size: 13px;
	color: #777;
}

a:link, a:visited {
	color: #777;
}

a:hover {
	color: #000;
}

a.element-verweis:link,
a.element-verweis:visited,
a.element-verweis:hover {
	text-decoration:				none;
}

a.underlined:link,
a.underlined:visited,
a.underlined:hover {
	text-decoration:				underline;
}

strong, strong a,
b, b a {
	font-weight: bold;
}

div#meister-absatz-scroll a.element-verweis,
div#meister-absatz a.element-verweis {
	display: block;
}

table, tr, td {
	font-size: 11px;
}

/* Grundgerüst der Seite */


#meister-seite {
	position: absolute;
	width: 840px;
	height: 640px;
	margin: 20px 0 0 0;
}

#meister-navigation {
	width: 141px;
	height: 425px;
	text-decoration:none;
	line-height:15px;
	margin: 20px 0 0 37px;
	float:left;
}

#meister-logo {
	height: 107px;
	width: 135px;
	vertical-align: middle;
	text-align: center;
}

#meister-inhalt {

	width: 620px;
	height: 610px;
	margin: 19px 0 0 40px;
	float: left;
}

#seiten-titel {
	width: 400px;
	height: 20px;
	margin: 90px 0 0 38px;
	float: left;
}

#meister-absatz-scroll {
	width: 610px;
	height: 491px;
	margin: 17px 0 0 38px;
	float: left;
	overflow: auto; 
	overflow-y: auto; 
	overflow-x: hidden;
}

#meister-welcome-flash {
	width: 610px;
	height: 491px;
	margin: 20px 0 0 42px;
	float: left;
}

#meister-absatz {
	width: 620px;
	height: 491px;
	margin: 17px 0 0 38px;
	float: left;
}

#welcome-bild {
	width:600px;
	height: 600px;

	float:left;
}

.welcome-bild-inhalt {
	width:290px;
	height: 170px;
	margin: 140px 50px 0 310px;
	color: #777;
	font-size: 13px;
}

.welcome-bild-inhalt-frau {
	width:280px;
	height: 170px;
	margin: 320px 50px 0 310px;
	padding-right:10px;
	color: #777;
	font-size: 13px;
}

.element-bild-medien {
	border: medium none;
	margin-right: 26px;
	width: 136px;
}

.element-bild-medien-unterschrift {
	color: #777777;
	float: left;
	margin: 20px 26px 0pt 0pt;
	width: 136px;
	float: left;
}
.element-bild-medien-3 .bild-unterschrift {
	width: 187px;
	margin: 40px 0 0 0;
	color: #777;
}

.element-bild-medien-unterschrift .bild-unterschrift {
	width: 187px;
	margin: 40px 0 0 0;
	color: #777;
}

.element-bild-medien-5 .bild-unterschrift {
	width: 104px;
	margin: 40px 0 0 0;

	color: #777;
}

#meister-absatz-flash {
	width: 250px;
	margin: 0 40px 0 0;
	float: right;
}

.linie {
	width: 180px;
	margin: 10px 0 10px -17px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: #777;
}

#meister-werbung {
	position: absolute;
	top: 520px;
	left: 24px;
	height:		120px;
}

#musik-button {
	position:	absolute;
	left:		790px;
	top:		642px;
	width:		50px;
	height:		15px;
	color:		#777;
	text-align: right;
}

#musik-button img {
	vertical-align: top;
}

.subline {
	color: #000;
}

.cleaner {
	clear:both;
}


#overDiv{
	position:				absolute;
	width:					180px;
	border:					1px solid #C0D3E5;
	padding:				6px;
	

	color:					#777;

	background-color:		#FFF;

	visibility:				hidden;

	z-index:				100;
	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter:					progid:DXImageTransform.Microsoft.Shadow(color=#97b6ce,direction=135);
	filter:					progid:DXImageTransform.Microsoft.alpha(opacity=90);
	-moz-opacity:			0.9;
	-khtml-opacity:			0.9;
}

/* Popup */
.popup
{
	width:					320px;
	height:					240px;
	position:				absolute;
	right:					40px;
	top:					40px;
	z-index:				2;
}

.popup .close
{
	position:				absolute;
	right:					4px;
	top:					4px;
	width:					21px;
	height:					21px;
}

.popup .content
{
}

.google-maps				{ width: 900px; height: 600px }
