/************************ Deklarationen für die gesamte Website ************************/

body { 
	background-color: #180757;
	color: #000000;
	margin: 0px;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#container {
	width: 790px;
	text-align: left;
	margin: 0 auto;
}

#area {
	width: 770px;
        height: 208px;	
	position: relative;
	top: 0px; left: 10px;
}


/************************ Deklarationen für den allgemeinen Bereich ************************/

#haupt-menu {
	width: 770px;
	height: 30px;
	color: #FFFFFF;
	background-color: #2802BC;
	background-image: url(../images/Button.gif);
	position: absolute;
	top: 120px; left: 0px;
	text-align: center;	
}


#haupt-menu  a:link, #haupt-menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;		
}

#haupt-menu  a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/Button-over.gif);
	background-repeat: repeat-x;	
	font-style: italic;
	font-weight: bold;
	font-size: 100%;	
}

#home-button {
	width: 69px;
	height: 30px;
	position: absolute;
	left: 75px;
	line-height: 30px;
}

.home-button-trenner {
	width: 2px;
	height: 30px;
	position: absolute;
	left: 144px;
	background-color: #180757;
}

#kuenstler-suchen-button {
	width: 186px;
	height: 30px;
	position: absolute;
	left: 146px;
	line-height: 30px;
}

.kuenstler-suchen-button-trenner {
	width: 2px;
	height: 30px;
	position: absolute;
	left: 330px;
	background-color: #180757;
}

#kuenstler-button {
	width: 220px;
	height: 30px;
	position: absolute;
	left: 332px;
	line-height: 30px;
}

.kuenstler-button-trenner {
	width: 2px;
	height: 30px;
	position: absolute;
	left: 550px;
	background-color: #180757;
}


#kontakt-button {
	width: 93px;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	left: 552px;
	line-height: 30px;	
}

.kontakt-button-trenner {
	width: 2px;
	height: 30px;
	position: absolute;
	left: 645px;
	background-color: #180757;
}

#impressum-button {
	width: 123px;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	left: 647px;
	line-height: 30px;
}

.ausgewaehlt {
	background-image: url(../images/Button-over.gif);
	background-repeat: repeat-x;	
	color: #000000;
	font-style: italic;
	font-weight: bold;
}	


/************************ Deklarationen für zusätzliche Bilder auf der Webseite ************************/

.maler {
	width: 82px;
	height: 208px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.fotograf {
	width: 90px;
	height: 111px;
	position: absolute;
	left: 662px;
	top: 15px;
	z-index: 1;
}


.kuenstler-portal {
	width: 452px;
	height: 49px;
	position: absolute;
	left: 152px;
	top: 35px;
	z-index: 1;
}


/************************ Deklarationen für den Inhalts-Bereich ************************/

#inhalt {
	width: 740px;
	text-align: left;
	background-color: #CFCDFC;  
	margin: 0 auto;
	Padding-left:15px; 
	padding-top:12px;  
	padding-right:15px;  
	padding-bottom:15px;
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 30;
}

.fehler {background-color: salmon}

.hinweis  {
	color: red; 
	font-weight: bold;
	font-size: 110%;
}

.zinnoberrot { display:none; }

h1 {
	font-size: 150%;
	text-align: center;
}

h2 {
	font-size: 120%;
	text-align: center;
}

.dick  {
	font-weight: bold;
}

.braun {
	color:  #79501D;
}

.dunkelblau {
	color:  #180757;
}

.kleineSchrift {
	font-size: 1px;
}

.kleinereSchrift {
	font-size: 50%;
}

.rechts {
	float: right;
	padding-left: 15px;
}

.links {
	float: left;
	padding-right: 15px;
}

.titel {
	font-size: 150%;
}