﻿html { 
	height: 100%; 
	margin-bottom: 1px; 
}	
	
body
{
	margin: 0;
	padding: 0;
	font: 10px arial, hevetica, sans-serif;
	background: #fff url(img/bg2.gif) repeat-x;
}



/* ---------------------------------- */ 
/* LINKS */

a:link.orange, a:visited.orange {
	color: #333;
	text-decoration: none;
	/* padding: 0 1px 0 1px; */
	background-color: #F9D2A1;
	background-color: #F9DEBD;
}
	
a:hover.orange, a:active.orange, a:focus.orange {
	color: #EC870E;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	background-color: #C1CDD2;
}
	
a:hover, a:active, a:focus {
	color: #fff;
}


#container
{
	margin: 1em auto;
	width: 710px;
	text-align: left;
	background-color: #FFFFFF;

}

#header
{
	width: 100%;
	background-color: #FFFFFF
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(img/header.jpg);
	border-bottom: 1px solid  #FFFFFF;
	position: relative;
	height: 84px;
}



#inhalt
{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 100%;
	background-color: #FFFFFF;
	border: none;
	position: relative;
}


/* ---------------------------------- */ 
/* Sprache */

#sprache {
	margin: 0px;
	padding: 0px 0px 0px 600px;
	height: 20px;
	text-decoration: none;
	background-color: #FFFFFF;

}





/* ---------------------------------- */ 
/* Hauptmenu */

#menu {
	margin: 0px;
	padding: 0px;
	height: 17px;
	vertical-align: bottom;
	text-decoration: none;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 17px;
	float: left;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

#menu ul li { 
	display: inline;
	text-transform: uppercase;
}

#menu li a {
	padding: 0 1.3em 0 1.2em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
}

#menu li a.first {
	padding: 0 1em 0 0;
	color: #15aeda;
	text-transform: uppercase;
}
	
#menu li a.last {
	padding: 0 0 0 1em;
	text-transform: uppercase;
}

#menu li a.aktiv {
	color: #15aeda;
	text-transform: uppercase;
}

#menu li a:hover {
	color: #15aeda;
	text-transform: uppercase;
}



/* ---------------------------------- */ 
/* SUB-NAVIGATION */ 

#submenu
{
	float: right;
	width: 200px;
	border-left: 1px solid  #666666;
	height: 320px;
	background-color:#eaeced;
	}


#subnavContainer {
	margin: 0px;
	padding: 20px 0 0 0;
	background-color: #eaeced;
}

#subnavList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 22px;
}

#subnavList a {
	display: block;
	margin: 0px;
	padding: 0 10px 0 10px;
	width: 180px;
	background-color: #eaeced;
	text-decoration: none;
}

#subnavList a:link {
	color: #666;
}

#subnavList a:hover, #subnavList a:focus, #subnavList a:active,
#subnavList a.current {
	background-color: #fff;
	color: #15aeda;
}



/* ---------------------------------- */ 
/* BILDSTREIFEN */ 


#galerie {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 320px;
	border: none;
	background-color: #F3F5F6;
}


.foto_quadrat{
float: left;
display: inline;
width: 90px;
height: 90px;
margin: 5px 5px 5px 5px;
background-color: white;
position: relative;
}

.foto_quadrat img { border: 1px solid silver; }
.foto_quadrat a:hover img { border: 1px solid #606060; }



.foto_big{
float: left;
height: 320px;
margin: 0px;
background-color: white;
position: relative;
border: none;
}


/* ---------------------------------- */ 
/* Quadrate_Bild_Navigation */ 

a.quadrat, a.quadrat:link, a.quadrat:visited {
	margin:5px;
	padding: 0;
	display: block;
	width: 12px;
	background-color: #7f7f87;
	height: 12px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
	line-height: normal;
}


a.quadrat:hover, a.quadrat:active, a.quadrat:focus {
	margin: 5px;
	padding: 0;
	display: block;
	width: 12px;
	background-color: #7f7f87;
	height: 12px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
	line-height: normal;
	font-weight: bold;
}


/* Fließtext unter dem Bildstreifen */ 
#text {
	margin: 18px 0 9px 0;
	padding: 0 5px 0 0;
	color: #333;
}

#text h1 {
	padding: 0px;
	margin: 0 0 0.6em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 1.3em;
}

#text h2 {
	padding: 0px;
	margin: 0 0 0.6em 0;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	font-size: 11px;
}


#text p, #text td {
	margin: 0px;
	padding: 0 0 1em 0;
	font-size: 11px;
	line-height: 1.3em;
	vertical-align: top;
}



#text ul li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.3em;
	list-style-image: url(file:///D|/jobs/KunstamHaus/first-blue/pix/pfeil.gif);
}



/* Legende und Bild-Info unter dem Bildstreifen */

#supportingText {
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	width: 490px;
	/* border: 1px solid #6B8E23; */
	position:relative;
}

#legende {
	margin: 0px;
	padding: 0px;
	height: 30px;
	border-bottom: 1px dotted #999;

}


#subtext /* grau, unter der Linie */ {
	margin: 0px;
	padding: 4px 0 0 0; 
	font-size: 11px;
	color: #999;
	/* border: 1px solid #B0C4DE; */
}




#footer
{
	margin: 0px;
	padding: 5px 0px 5px 5px;
	height: 15px;
	clear: both;
	background-color: #FFFFFF;
	color: #272900;
	text-align: left;
	font-size: 11px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 500px;
}

/* Künstlerpotraits */
#galerie_2 {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 480px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

.foto_potrait{
float: left;
width: 110px;
height: 110px;
margin: 0px;
background-color: #33CCFF;

}

.foto_text2{
	position: relative;
	left: 0px;
	top: 0px;
	width: 350px;
	margin: 0 0 0 120px;
	padding: 0 0 0 0px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
}


/* Studios */
#galerie_3 {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 480px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

.foto_studio{
float: left;
width: 250px;
height: 150px;
margin: 0px;
background-color: #33CCFF;

}

.foto_text3{
	left: 0px;
	top: 0px;
	width: 100px;
	height: 150px;
	margin: 0 0 0 250px;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: bottom;

	
}

/* REDAXO */

#subtext .txt-img p {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Team ### */

#text div.txt-img {
	clear: both;
	padding: 12px 0;
}


/* ### Team ### */

#text div.team {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
}
#text div.team .splate-l {
	padding-left: 90px;
}
#text div.team .splate-r {
	padding-right: 90px;
}

#text div.team div{
	/*width:100px;*/
}

#text div.team p {
	font-size: 11px;
	margin-top: 0px;
}

#text div.team div.floatLeft img {
	margin:4px 10px 4px 0;
}
#text div.team div.floatRight img {
	margin:4px 0px 4px 10px;
}

a.quadrat2, a.quadrat2:link, a.quadrat2:visited {
	margin:5px;
	padding: 0 5px 0 5px;
	display: block;
	/*width: 12px;*/
	background-color: #7f7f87;
	height: 12px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
	line-height: normal;
}

a.quadrat2:hover, a.quadrat2:active, a.quadrat2:focus {
	margin:5px;
	padding: 0 5px 0 5px;
	display: block;
	/*width: 12px;*/
	background-color: #7f7f87;
	height: 12px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
	line-height: normal;
}