/* @override http://galerie-parduhn.de.planwerk6.de/css/styles.css */

@import "reset.css";
@import "960.css";
@import "text.css";

/* Generelle Styles */
body{
	background-color: #CCCCCC;
}

img{
	display: block;
}

a{
	color: #000000;
	cursor: pointer;
}

a:hover{
	color: #666666;
}

a img{
	border: none;
}

h1{
	font-size: 23px;
	color: #370006;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

h3{
	font-size: 23px;
	color: #370006;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-weight: normal;
	color: #370006;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 13px 0px;
}

ul{
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 13px 0px;
}

li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
}

td{
	vertical-align: top;
}

.justified_text{
	text-align: justify;
}

.bold_text{
	font-weight: bold;
}

.container_12{
	margin: 0px 0px 0px 0px;
}

.error{
	color: #9a061d;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

/* Header, Navigation */
#header{
	height: 75px;
	background-image: url('/img/header.png');
	background-repeat: repeat-x;
}

#logo img{
	margin: 0px 0px 0px 35px;
}

#navigation a{
	font-size: 14px;
	padding: 43px 25px 0px 0px;
	display: block;
	float: left;
	text-decoration: none;
}

* html #navigation{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}

#navigation a.current_page{
	font-weight: bold;
}

#navigation a.current_page:hover{
	color: #000000;
}


/* Footer */
#footer{
	height: 31px;
	background-image: url('/img/footer.png');
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 10px 0px 0px 35px;
}

#footer a{
	text-decoration: none;
}


/* Content */
#content{
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

#content_right{
	padding: 0px 0px 0px 70px;
}

#content_right_narrow{
	width: 690px;
	padding: 0px 0px 0px 45px;
}

* html #content_right_narrow{
	width: 700px;
	padding: 0px 0px 0px 45px;
}

html+* #content_right_narrow{
	width: 700px;
	padding: 0px 0px 0px 45px;
}

.sub_navigation{
	margin: 0px 0px 10px 0px;
}

.sub_navigation, .sub_navigation a{
	color: #BBBBBB;
}

.sub_navigation .spacer{
	padding: 0px 5px 0px 5px;
}

.info .info_left{
	float: left;
	width: 70px;
}

.info .info_left_wide{
	float: left;
	width: 160px;
}

.info .info_right{
	clear: right;
}

.ausstellung{
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0px 8px 0px;
}

.ausstellung .left{
	width: 160px;
	float: left;
}

.ausstellung .right{
	padding: 0px 0px 0px 160px;
	clear: right;
}

.gallery img{
	margin: 0px 13px 5px 0px;
	border: 1px solid #CCCCCC;
}

* html .gallery img{
	margin-right: 0px;
	border: 1px solid #CCCCCC;
}

.gallery_img_big, .gallery_img_small, .caption{
	display: none;
}

#kuenstlerliste{
	display:inline;
	float:left;
}

#kuenstlerliste .kuenstler{
	width: 175px;
	padding: 3px 0px 3px 0px;
}

#kuenstlerliste .kuenstler div{
	width: 137px;
	margin: 0px 0px 0px 35px;
}

#kuenstlerliste .kuenstler a{
	text-decoration: none;
	display: block;
}

#kuenstlerliste .kuenstler:hover{
	background-color: #CCCCCC;
	color: #000000;
}

#kuenstlerliste .kuenstler a:hover{
	color: #000000;
}

.current_artist{
	background: #CCCCCC;
	font-weight: bold;
}

.indicator_left{
	background-image: url('/img/huge_arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 300px;
	width: 400px;
	padding: 125px 0px 0px 100px;
	font-size: 14px;
	font-weight: normal;
}

.form_table{
	width: 400px;
}

.form_table td{
	padding: 3px 0px 3px 0px;
}



