
/* generelle Seiteneigenschaften */

body{
	color: #222222;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}


#seite {
	width: 853px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

#seite_index {
	text-align: center;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;

	margin-right: auto;
	margin-left: auto;
}


/* rechte Saplte */

#spalte_rechts {
	float: left;
	width: 200px;
}

/* Menue */

menu {
	padding: 0px;
	margin: 0px;
	width: 200px;
	list-style: none;
	line-height: 18px;
	color: #999999;
/*	color: #cc0000; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}

menu#sub {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	line-height: 16px;
	color: #999999;
/*	color: #cc0000; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;

}

li#inactive {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;

}



/* Contentbox */

#contentbox {
	width: 540px;
	margin-left: 203px;
	padding-left: 25px;
	padding-top: 90px;
	border-left: 1px solid #d5d5d5;

}

/* listbox (buendelt text und bild)*/

#listbox {
	width: 515px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	clear:right;

}

/* listbox offen (buendelt text und bild ohne trennlinie unten)*/

#listbox_offen {
	width: 515px;
	margin-bottom: 15px;
	padding-bottom: 20px;
/*	border-bottom: 1px solid #d5d5d5; */
	clear:right;

}

/* textbox (text im content-bereich links)*/

#textbox_kuenstler {
	width: 255px;
		min-height: 110px;

}

#textbox {
	width: 320px;
		min-height: 110px;

}


/* textbox_small (text im content-bereich links)*/

#textbox_small {
	/*width: 350px;*/
		min-height: 20px;

}


/* imagebox (bild im content-bereich rechts)*/

#imagebox {
	/*width: 225px;*/
	margin-left: 30px;
	margin-bottom: 15px;
	float: right;
	color: #666666;
	font-size: 10px;

}


/* imagebox fuer mehrere bilder (bild im content-bereich rechts)*/

#images_box {
	width: 250px;
	/*margin-left: 30px;*/
	float: right;
	color: #666666;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;



}


/* imagebox (bild im content-bereich rechts)*/

#formbox {
	width: 280px;
	margin-left: 40px;
	margin-bottom: 15px;
	padding-left: 20px;
	border-left: 1px solid #d5d5d5;
	float: right;

}

#closebox {
	margin: 5px;
	float: right;
}

#bildzoom {
	height: 530px;
}

#zoombox {
/*	position: absolute;*/
	bottom: 20px;
	width: 500px;
	text-align: center;
	margin: 0px auto;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

input, textarea {
	font-size: 12px;
	color: #999999;
/*	color: #cc0000; */
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	border: 1px solid #999999;
	background-color: #ffffff;

}

img {

border: 1px solid #cccccc;
}

img#logo
{

border: 0px;
}


/* Headline */

h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #999999;
	padding-bottom: 4px;
}

p {
	padding-top: 18px;
	margin: 0px;
}

p#errortext {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #cc0000;
	font-weight: bold;
	margin: 0px;
}

table {
	/*width: 345px;*/
	width: 450px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border: 0px;
	font-size: 12px;

}
tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 10px;
}
td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
}


/* Link */

a:link{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Menue */

a.menu:link{
	color: #222222;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
}
a.menu:visited{
	color: #222222;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/

}
a.menu:hover{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/

}
a.menu:active{
	color: #999999;
/*	color: #cc0000; */
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/

}

#inactive {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
#hidden{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Headline Link */

a.head:link{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #999999;
	padding-bottom: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.head:visited{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #999999;
	padding-bottom: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.head:hover{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #222222;
	padding-bottom: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.head:active{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #999999;
	padding-bottom: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


#head_inactive{
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #cccccc;
	padding-bottom: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* image Link */

a.image:link{
border-width: 0px;
	color: ffffff;
}
a.image:visited{
border-width: 0;
color: ffffff;

}
a.image:hover{
border-width: 0px;

}
a.image:active{
border-width: 0px;

}

