@charset "UTF-8";

/*basic*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
a img {
	border: 0;
}
.spacerback_left {
	background-image: url(bilder/spacerback_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.spacerback_right {
	background-image: url(bilder/spacerback_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/*h-tags*/

h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	display: inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	display: inline;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin:  4px;
	padding-left: 10px;
	background-image: url(icons/redarrow_kl.gif);
	background-repeat: no-repeat;
}

/*head*/

#headwhitetext {
	margin-right: 20px;
	margin-left: 5px;
	text-align: left;
}
#headtext {
	background-image: url(bilder/headtext.gif);
}
.whitetext {
	font-size: 11px;
	color: #FFF;
}


/*body-textformate*/

#haupttext {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#impressum {
	text-align: left;
	margin: 5px 15px 20px 15px;
}
.adressen {
	font-weight: bold;
}
#artikeltext {
	font-size: 11px;
	text-align: left;
	padding: 5px;
}
#artikeltext h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	display: inline;
}
.underline {
	text-decoration: underline;
}
.content_text {
	text-align: left;
	margin: 15px 15px 20px 12px;
	padding-right: 15px;
}
.formular {
	text-align: right;
}

/*div-formate*/

#banner {
	text-align: left;
	margin: 5px 15px 20px 15px;
}
#filminhalt {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#trailer {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#kollektion {
	text-align: left;
	margin: 15px 15px 20px;
	border: 2px solid #000;
	padding: 5px;
}
#webshop {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#zumtwilightschmuck {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#zumtwilightshop {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
#news {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
.articles {
	text-align: left;
	margin: 0px 15px 20px 15px;
}
.content {
	text-align: left;
	margin: 15px 15px 20px 15px;
}
.head {
	text-align: left;
	margin: 0px 15px 0px 15px;
}
.keytext {
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 5px 15px 5px 15px;
}

/*listen*/

ul {
	line-height: 20px;
	list-style-type: square;
}
ol {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(icons/redarrow_kl.gif);
	margin-top: 5px;
	padding-left: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-right: 10px;
	font-size: 12px;
	text-align: left;
}
.liste_pfeil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin:  7px;
	padding-left: 10px;
	background-image: url(icons/redarrow_kl.gif);
	background-repeat: no-repeat;
}

/*buttons*/

.shopbutton {
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
	padding: 10px;
	background-color: #CCC;
	display: block;
}
.shopbuttonklein {
	font-size: 12px;
	font-weight: normal;
	border: 2px solid #000;
	padding: 3px;
	background-color: #CCC;
	display: block;
	width: 160px;
}
.imgbutton {
	margin-top: 4px;
}

/*popups*/

#teaserpop {
	position: absolute;
	left: 321px;
	top: 200px;
	visibility: visible;
}
#artikelstopp {
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -2000px;
	overflow: auto;
	left: 10px;
}
