/* Screen CSS fuer www.zauberturm.info */

/* @group Allgemein */

/* Entferne alle Luft */
* {
	margin: 0;
	padding: 0;
}

/* Entferne die Rahmen um verlinkte Bilder */
img {
	display: block;
	border: 0 none;
}

/* @end */

/* @group Links */

a:link {
	color: #900;
	text-decoration: none;
	background: transparent;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited {
	color: #777;
	text-decoration: none;
	background: transparent;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #c30;
	background: transparent;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:active {
	color: #f90;
	text-decoration: none;
	background: transparent;
	border-bottom-style: none;
}

/* Hack for IE problem with dotted lines */

* html a:link, * html a:visited, * html a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#hauptNav a:link {
	font-weight: normal;
	text-decoration: none;
	color: #900;
	font-variant: small-caps;
	border-bottom-style: none;
}

#hauptNav a:visited {
	font-weight: normal;
	color: #900;
	border-bottom-style: none;
}

#hauptNav a:hover {
	font-weight: normal;
	text-decoration : none;
	color: #c30;
	border-bottom-style: none;
}

#hauptNav a:active {
	color : #f90;
	text-decoration : none;
	font-weight: normal;
	border-bottom-style: none;
}

/* Externe Links werden durch die Klasse "externerLink" markiert und
   mit einem kleinen Icon gekennzeichnet */

.externerLink:link {
	background: url(../bilder/gestaltung/externer_link.gif) right center no-repeat;
	padding-right: 10px;
}

.externerLink:visited {
	background: url(../bilder/gestaltung/externer_link_visited.gif) right center no-repeat;
	padding-right: 10px;
}


.externerLink:hover {
	background: url(../bilder/gestaltung/externer_link_hover.gif) right center no-repeat;
	padding-right: 10px;
}

.externerLink:active {
	background: url(../bilder/gestaltung/externer_link_active.gif) right center no-repeat;
	padding-right: 10px;
}

/* @end */

/* @group Typographie */

body {
	font-family: Georgia, Palatino, "New Century Schoolbook", Times, Serif;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #900;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

ul {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

dl {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

dd {
	padding-left: 26px;
	margin-bottom: 8px;
}

#kuenstlerHTML dl {
	margin-top: 20px;
}

#kuenstlerHTML dt {
	float: left;
	height: 120px;
}

#kuenstlerHTML dd {
	padding-left: 20px;
	min-height: 120px;
	margin-left: 120px;
	position: relative;
	width: 350px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
	min-height: 25px;
	padding-left: 30px;
	padding-right: 50px;
	background: no-repeat left top url(../bilder/gestaltung/anfuehrungszeichen.gif);
}

.highlight {
	color: #900;
}

#termineHTML dt .highlight {
	font-variant: small-caps;
}

#termineHTML p .highlight {
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-top: 25px;
	color: black;
}

.reduced {
	font-size: 9px;	
}

/* @end */

/* @group Navigation */

#hauptNav ul {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 210px;
	top: 10px;
	list-style: none;
}

#hauptNav ul li {
	float: left;
	display: inline;
	margin-left: 15px;
	color: #777;
	font-variant: small-caps;
}

.infosNav {
	margin-left: 0 !important;
}

/* @end */

/* @group Gestaltung */

body {
	background : #fff repeat url(../bilder/gestaltung/hintergrundkachel.gif);
	color: black;
	min-width: 760px;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 740px;
	height: 700px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#branding img {
	display: none;
}

#branding {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../bilder/gestaltung/zauberturm_logo.gif) no-repeat 0px 0px;
	width: 200px;
	height: 283px;
}

/* @end */

/* @group Hauptinhalt */

#inhalt {
	padding-left: 210px;
	padding-right: 110px;
	padding-top: 75px;
	margin: 0;
}

#indexHTML #wrapper {
	background: url(../bilder/gestaltung/becherspiel.gif) no-repeat 400px 309px;
}

#termineHTML #wrapper {
	background: url(../bilder/gestaltung/stift.gif) no-repeat 320px 160px;
}

#resonanzHTML img {
	padding-left: 15px;
}

#historieHTML #wrapper {
	background: url(../bilder/gestaltung/kartensteiger.gif) no-repeat 470px 150px;
}

#impressumHTML #wrapper {
	background: url(../bilder/gestaltung/fragezeichen.gif) no-repeat 400px 210px;
}

#termineHTML hr {
	border-style: dotted none none none;
	border-top-width: 1px;
	padding-top: 17px;
	padding-bottom: 5px;
	width: 85%;
	height: 0;
}

/* Hack for IE problem with dotted lines */

*html #termineHTML hr {
	border-top-style: solid;
	height: 1;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding-top:  40px;
	padding-left: 210px;
	padding-right: 20px;
}

#footer p {
	border-top: 1px dotted black;
	font-size: 9px;
	line-height: 14px;
	padding-top: 5px;
}

/* Hack for IE problem with dotted lines */

*html #footer p {
	border-top: 1px solid black;
}

/* @end */
