/* alle bereiche */
* {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: black;	
	margin: 0;
	padding: 0;
}

html,body {
	border: 0 solid;
}

body{
	font-size: 13px;
	background: white;
	text-align: center;
}

/* Allgemeine Elemente */

h1{
	font-size: 20px;
	font-stretch: extra-expanded;
	font-weight: normal;
	color: black;
}

h2{
	font-size: 13px;
}

p {
	font-size: 13px;
}

a{
	color:white;
	text-decoration: none;
}

a img{
	border: 0 none;
	text-decoration: none;
	vertical-align:bottom;
}

img{
	border: 0 none;
}

/* container element */

#container {
	font-size: 13px;
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	background: #fff;
}

/* header bereich */

#header{
	font-size: 13px;
	width: 1024px;
	height: 80px;
	background: #9b9b9b repeat;
}

#logo{
	position:relative;
	left:100px;
	top:15px;
	text-align:left;
}

#logo h1{
	color:white;
	font-size:40px;
}

/* inhalt */

#content {
	width: 879px;
	height: 688px;
	text-align: right;
}

#content h1{
	font-size: 20px;
	font-stretch: extra-expanded;
	line-height: 42px;
	color:black;
}

#content h2{
	font-size: 15px;
	font-weight:normal;
}

#content p{
	font-size: 15px;
}

/* Inhalte */

#inh_malerei{

}

#inh_ausstellungen{
	height: 688px;
	padding-top:33px;
	padding-right:20px;
	overflow: hidden;
}

#inh_biographie{
	padding-top:53px;
	padding-right:20px;
}

#inh_texte{
	padding-top:73px;
	padding-right:20px;
}

#inh_kontakt{
	padding-top:93px;
	padding-right:190px;
}

#inh_links{
	padding-top:113px;
	padding-right:20px;
}

#inh_impressum{
	padding-top:133px;
	padding-right:100px;
}

/* sidebar fuer navigation */
#sidebar{
	float:right;
	font-size: 13px;
	width: 145px;
	height: 688px;
	background: #9b9b9b repeat;
}

/* Navigation */
#nav{
	position:relative; 
	font-stretch:extra-expanded;
	right: 15px; 
	top: 10px; 
	text-align:right;
	list-style: none;
}

#nav a
{
	display:block;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
}

#nav li {
	font-size: 15px;
	display: inline;
}

#nav a:link, 
#nav a:visited {
	text-decoration: none;
}

#nav a:hover, 
#nav a:active,
#nav a:focus {
	color: black;
}
#nav a.akt:link, 
#nav a.akt:visited {
	color: black;
}

/* language menu */

#langmenu{
	position:absolute; 
	font-stretch:extra-expanded;
	top: 23px;
	left: 945px;
	text-align:right;
	list-style: none;
}

#langmenu a
{
	display:block;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}

#langmenu li {
	font-size: 15px;
	display: inline;
}

#langmenu a:link, 
#langmenu a:visited {
	text-decoration: none;
}

#langmenu a.active {
	color: black;
}

#langmenu a:hover, 
#langmenu a:active,
#langmenu a:focus
{
	color: black;
}

/* biografie */

#biographie{

}

#bio_bilder{
	position:relative;
	right:450px;
	bottom:55px;
}


/* ausstellungen */
#ausstellungen{
	margin-left:330px;
	width:500px;
	font-size:11px;
}

#ausstellungen table{
	width:500px;
}

#aus_bilder{
	position:relative;
	left:150px;
	bottom:560px;
	text-align:left;
}

#aus_bilder p{
   position:relative;
	top:-3px;
	font-size:10px;
	line-height:1.1em;
}

/* texte */

#inh_texte_detail{
	position:relative;
	width:850px;
	top:-85px;
	right:-10px;
	overflow:auto;
}

#inh_texte_detail p{
	font-size:13px;
}

#texte_detail_zurueck{
	position:relative;
	left:50px;
	bottom:125px;
}

/* kontakt */

#kontakt_bilder{
	position:relative;
	right:255px;
	bottom:160px;
}

/* Malerei Detail */

#malerei_detail{
	width: 690px;
	height: 675px;
	text-align:left;
	padding-top:13px;
	padding-left:200px;
	background: #9b9b9b repeat;
}

#malerei_zw{
	position:relative;
	top:-92px;
	margin-right: 5px;
}

/*
#malerei_weiter{
	position:relative;
	top: 570px;
	margin-right: 5px;
}

#malerei_zurueck{
	position:relative;
	top: 540px;
	margin-right: 5px;
}
*/
#malerei_detail_weiter{
	position:absolute;
	top:640px;
	left: 480px;
}

#malerei_detail_home{
	position:absolute;
	top:640px;
	left: 535px;
}

#malerei_detail_zurueck{
	position:absolute;
	top:640px;
	left: 610px;
}

/* news */

#news {
	padding-right:20px;
	padding-top:25px;	
}

#news h1{
	font-size:30px;
}

#news h2{
	font-size:20px;
}

#news a{
	font-size:15px;
}


/* Classes */

.red{
	color: #9d0000;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.align_right{
	text-align: right;
}

.white_box{
	width:115px; 
	height:125px; 
	background:#fff;
	text-align:center;
	display:inline;
}
