/***********************************************/
/* BASIC styles                                */
/***********************************************/ 

html, body, form, h1, h2, h3, p {
margin:0px;
padding:0px;
}

html, body	{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #545454;
height:100%;
background-color: #D2D2D2;
background-image:url(/img/bg_mitte.gif);
background-repeat:repeat-y;
}

A:link { color:#535353; text-decoration:none; font-size:11px; font-weight:bold;  }
A:visited { color:#535353; text-decoration:none; font-weight:bold; }
A:active { color:#535353; text-decoration:none; font-weight:bold; }
A:hover { color:#B22449; text-decoration: underline; font-weight:bold; }

h1 {
padding: 0px 0px 10px 0px;
font-size: 18px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing:1px;	
color:#B6495C;
}

h2 {
padding: 0px 0px 10px 0px;
font-size: 12px;
font-weight: normal;	
color:#898989;
}

h3 {
font-weight: bold;	
color:#B22449;
font-size: 12px;
}

p
{
padding:	0px;
margin:		0px 0px 8px 0px;
}

img
{
border:	0px;
padding:0px;
margin:	0px;
}

form
{
margin:	0px;
padding:0px;
}

#inhalt ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
	}
#inhalt ul li {
	padding: 0px 0px 13px 16px;
	line-height: 14px;
	background: url(/img/list.gif) no-repeat  0px 4px;        
	}
	
.tabelle	{
font-size: 11px;
}



/***********************************************/
/* Seitengerüst                                */
/***********************************************/

#logo {
position:absolute;
top:35px;
left:35px;
}

#bild {
position:absolute;
top: 35px;
left: 291px;
}

#menu {
position:absolute;
top: 124px;
left: 35px;
}

#fake {
position:absolute;
top:0px;
left:35px;
background-color:#4A4A4A;
}

#alles {
width:760px;
height:100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}

#links {
float:left;
height:100%;
margin: 0px;
padding: 0px 0px 0px 0px;
width:35px; 
background-color:#4A4A4A;
background-repeat:no-repeat;
}

#mitte {
float:left;
height:100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:490px;
background-color:#FFF;
}

#inhalt {
position:absolute;
top:65px;
left:28px;
padding: 0px 0px 0px 0px;
margin: 152px 0px 0px 26px;
background-color:#FFF;
width:450px;
}

#rechts {
float:left;
height:100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 16px;
width:200px;
}

.fake-rechts {
float:left;
height:294px;
width:200px;
background-color:#4A4A4A;
}

.teaser-klein {
float:left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
height:85px;
width:185px;
background-image:url(/img/bg_teaser_klein.gif);
background-repeat:no-repeat;
}

.teaser-gross {
float:left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
height:116px;
width:185px;
background-image:url(/img/bg_teaser_gross.gif);
background-repeat:no-repeat;
}

.clear-both {
clear:both;
line-height: 0px;
}


/***********************************************/
/* Navigation                                  */
/***********************************************/









/**********************************************************************************************/
/* Components                            ******************************************************/
/**********************************************************************************************/

.galerie {
float:left;
margin: 0px 6px 6px 0px;
padding: 7px 0px 0px 0px;
background-image:url(/img/kunst/rahmen.gif);
background-repeat:no-repeat;
height:84px;
width:84px;
}

.galerie-pos {
width:77px;
text-align:center;
}

.bild-links {
	float: left;
	margin: 3px 8px 0px 0px;
	padding: 7px 0px 0px 0px;
	background-image:url(/img/kunst/rahmen.gif);
	background-repeat:no-repeat;
	height:84px;
    width:84px;
	
	}
	
.clear-both {
clear:both;
line-height: 0px;
}

.preis {
font-size: 13px;
color:#B22449;
font-weight:bold;
}

#inhalt .fuss {
padding-top:35px; 
margin: 0px 15px 30px 0px;
font-size: 10px;
color:#989A9A;
}
A.fusslink:link, A.fusslink:visited { text-decoration:none; color:#989A9A; font-size: 10px; font-weight:normal;}
A.fusslink:hover { text-decoration:underline; color:#989A9A; font-size: 10px; font-weight:normal;}
