@charset "utf-8";
/* Normalisierung */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul {
	margin: 1em 0;
	margin-left:40px;
	padding-left:0; 
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-type: disc;
}
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

/* Seitenformatierung */
body {
	background-image: url(../img/hg.png);
	background-repeat: repeat-y;
	background-position: center 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.5em;
}
#seite {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}
#seite #col1 {
	margin-right: 40px;
	margin-left: 10px;
	width: 480px;
	float: left;
	/* 
	margin-right: 280px;
	margin-left: 240px;
	border: 1px solid #000000; 
	*/
}
#seite #col2 {
	float: left;
	width: 230px;
	/* border: 1px solid #000000; */
}
#seite #col3 {
	float: right;
	width: 240px;
	/*padding-right: 10px; 
	border: 1px solid #000000; */
}

#logo {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 10px;
}
.clearer {
	clear:both;
}

/* Navigation */
#seite #nav ul li{
	list-style-type: none;
	border-top: solid 1px #444444;
	margin-right: 30px;
}
#seite #nav ul ul li{
	margin-right: 0;
	margin-left: 15px;
}
#seite #nav ul{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#seite #nav a{
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}
#seite #nav a:hover{
	text-decoration: underline;
}
#seite #nav ul li.selected{
	margin-right: 5px;
	font-weight: bold;
}
#seite #nav ul li ul li.selected{
	margin-right: -25px;
	font-weight: bold;
}
#seite #nav ul li.selected ul li{
	margin-right: 25px;
	font-weight: normal;
}


/* Inhaltsformat */
h1, h2, h3, h4, h5, h6 {	
	font-weight:normal;
	padding-top: 0.2em;
	padding-bottom:0.2em;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 { font-size:1.5em; font-weight: bold; padding: 2em 0 1em 0}
h2 { font-size:1.5em; font-weight: normal; padding: 1.3em 0 0.5em 0; border-top:1px solid #AAAAAA;}
h3 { font-size:1.2em; font-weight: bold; padding: 1.3em 0 0.2em 0; border-top:1px solid #AAAAAA;}
h4 { font-size:1.2em; font-weight: normal; padding: 0.5em 0 0.2em 0; border-top:1px solid #AAAAAA;}
h5 { font-size:1em; font-weight: bold; padding: 0.5em 0 0.2em 0; border-top:1px solid #AAAAAA;}
h2 { clear: both; }
p { margin:0 0 1.2em 0; }

a {
	color: #444444;
}
hr {
	border: 0;
	background-color: #AAAAAA;
	color: #AAAAAA;
	height: 1px;
	margin-top: 0.2em;
	margin-bottom:0.2em;
}
#maincontent ul {
	list-style-type: none;
 	list-style-image: none;
	margin-left: 10px;
}
#maincontent ul li {
	background-image: url(../img/unterstrich.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 1.5em;
}

#maincontent .bildlinkblock .bildlink {
	float: left;
	margin-right: 45px;
}
#maincontent .bildlinkblock .last{
	margin-right: 0;	
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left:0px;
}

/* Footer */
#seite #footer {
	margin-right: 280px;
	margin-left: 240px;
	margin-top: 20px;
	text-align: right;
	clear: both;
}
#seite #footer a{
	text-decoration: none;
}
#seite #footer a:hover{
	text-decoration: underline;
}

/* Formularwerte */
input[type="submit"] {
	margin-top: 7px;
}

/* Powermail Formularwerte */
.tx-powermail-pi1 label{
	float: left;
	width: 110px;
}
.tx-powermail-pi1 legend {
	display: none;
}
.tx_powermail_pi1_fieldwrap_html_submit, .tx_powermail_pi1_fieldwrap_html_reset {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
.tx-powermail-pi1 input[type="submit"] {
	margin-top: 0px;
}



/* Weitere Formatierungen */
/**
 * Searchbox, Language and Login
 ***********************************/
div#search {
	margin-top: 50px;
	margin-bottom: 55px;
	margin-right: 30px;
}


#login {
	margin-top: 50px;
	margin-right: 30px;
}
div#login form input[type="text"],
div#search form input[type="text"],
div#login form input[type="password"] {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	color: #585858;
	border: 1px solid #ababab;
}
div#login p a,
div#login label {
	font-size: 80%;
	color: #585858;
}
div#login form div {
	padding-bottom: 2px;
}


div#language ul {
	margin-left: 0;
}
div#language ul li {
	list-style: none;
}
div#language ul li.selected {
	font-weight: bold;
}
div#language ul li.empty a {
	color: #989898;
}
/**
 * Eventbox
 ***********************************/
#events {
	font-size: 90%;
	border-bottom: 1px solid #585858;
}
#events h3 {
	border-top:1px solid #585858;
	background: inherit;
}
#events div.event {
	border-top: 1px solid #585858;
	color: #585858;
	margin-bottom: 0.5em;
}
#events div.event a.default_catheader {
	background: #fff;
}
#events div.pagebrowser {
	border-top: 1px solid #585858;
}
/* Event Categories */
/* Icons */
#events div.event div.desc span.category a {
	padding-left: 18px;
}
#events div.event div.desc span.film a {
	background: #fff url(../icons/dunkel_F.jpg) top left no-repeat;
}
#events div.event div.desc span.vortrag a {
	background: #fff url(../icons/dunkel_V.jpg) top left no-repeat;
}
#events div.event div.desc span.ausstellung a {
	background: #fff url(../icons/dunkel_A.jpg) top left no-repeat;
}
#events div.event div.desc span.performance a {
	background: #fff url(../icons/dunkel_P.jpg) top left no-repeat;
}
#events div.event div.desc span.event a {
	background: #fff url(../icons/dunkel_E.jpg) top left no-repeat;
}
#events div.event div.desc span.workshop a {
	background: #fff url(../icons/dunkel_W.jpg) top left no-repeat;
}
#events div.event div.desc span.seminar a,
#events div.event div.desc span.sonstiges a {
	background: #fff url(../icons/dunkel_S.jpg) top left no-repeat;
}

/* First Letter */
#events div.event div.desc span.category span a {
	background: #58585a;
	color: white;
	font-weight: bold;
	width: 1em;
	height: 1em;
	padding-left:0.3em;
	padding-right:0.3em;
}
/**
 * Description, Adbox and Tagcloud
 ***********************************/
#ads {
	margin-top: 50px;
	margin-bottom: 4em;
	color: #9c9d9f;
}
#ads div {
	color: #9c9d9f;
	font-weight: bold;
	line-height: 0.8em;
	overflow: hidden;
}
#ads div ul li {
	line-height: 100%;
	margin: 0;
}
#ads div ul li a {
	font-size: 100%;
	line-height: 100%
}

/**
 * Frontend Login
 ***********************************/
#tx-srfeuserregister-pi1-comments {
	width: 265px;
}
.tx-srfeuserregister-pi1 p.hinweis {
	font-size: 0.8em;
	line-height: 1.1em;
}

/**
 * Erweiterung für Downloadlink Extension: css_filelinks
 ***********************************/
.filelink {
	margin-top: 10px;
}
.filelink .fileicon {
	float: left;
	margin-right: 10px;
}

/**
 * Tagcloud Extension Better Tag Cloud
 ***********************************/
.tx-vgetagcloud-pi1 { background-color: transparent; line-height:200%; margin-left: -10px; margin-top: 10px; margin-bottom: 20px; }
.tx-vgetagcloud-pi1 li { margin: 0 5px; }

/**
 * Powermail Extension
 ***********************************/
fieldset.tx-powermail-pi1_fieldset {
	background: none;
	border: none;
	padding: 0;
}
/**
 * RSS Smartfeed
 ***********************************/
.rss_description { font-weight:bold; font-size:1em; }
.rss_summary { margin:0 0 2em 0; padding:0 0 2em 0; border-bottom: 1px #aaa solid; }
.rss_header { font-size: 1em; font-weight:bold; }
.rss_pubbox { font-size: 0.7em; }
.rss_date { border-bottom: 1px #aaa solid; width: 100px; padding: 0 5px 0 2px; }
.rss_author { border-bottom: 1px #aaa solid; border-left: 0 #aaa solid; padding: 0 0 0 2px; }