@import url("reset.css");
@import url("frame.css");
@import url("item.css");
@import url("cd.css");
@import url("styleIe7.css");

/**************************************************************************************
**************************** Standard Einstellungen der Seite *************************
***************************************************************************************/
@charset "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);

html, body {
	height: 100%;
}

body {
	margin:0; 
	padding:0; 
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}

p,
img,
ul li,
ol li,
dl dt,
dl dd,
legend,
label,
span.label,
input,
select,
button,
td,
th,
textarea,
marquee {
	font-size: 1.2em;
	line-height: 130%;
	vertical-align: top;
}

ol {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol,
table, form {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 5px;
}

h1 {
	margin-top: 10px;
	font-size: 1.8em; 
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}


h5 {
	font-size: 1.4em;
}


h6 {
	font-size: 1.3em;
	font-weight: bold;
}

strong, b, .strong { 
	font-weight: bold; 
	font-size: 1.1em;
}

.open {
	padding: 0px 8px;	
}

em, i, .italic { 
	font-style: italic; 
}

small, .small {
	font-size: .9em;
}

.large {
	font-size: 1.4em;
}

blockquote, q {
	quotes: none;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
}

/* >>> .clearfix */
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block; 
	clear: both; 
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

.clearfix {
	display: block;
}
/* <<< .clearfix */

/* >>> floats & clear */
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text_left {
	text-align: left;
}

.text_right, img.text_right, .text_right img, input.text_right {
	text-align: right;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* <<< /floats & clear */

/* >>> selectors and important classes */

.center {
	text-align: center !important;	
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.invisible {
	position: absolute;
	left: -9999px;
}

p {
	margin-top: 10px;
}

/* >>> lists */

li {
	margin-left: 0;
}

ul li {
	list-style-type: none;
}

ol {
	list-style-type: upper-roman;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

li li {
	font-size: 1.0em;
	list-style-type: disc;
}

li.none {
	list-style-type: none;
}

dl {
	margin-bottom: 5px;
}

dd {
	margin-bottom: 10px;
}

dt {
	float: left;
	width: 140px;
}

/* <<< /lists */

label, td.label {
	width: 100px;
}

label.autowidth, .autowidth, td.autowidth {
	width: auto;
}

textarea {
	width: 350px;
	height: 150px;
	padding: 2px;
}

.border, a img, input, textarea {
	border-width: 1px;
	border-style: solid;
}

.noborder, #menu input {
	border: none !important;
}

.pageLabel {
	margin-left: 10px;
}


.laden{
	padding-left: 3px;
}

.margin-left {
	margin-left: 30px;
}

.margin-right {
	margin-right: 30px;
}


.button{
	cursor: pointer;
	font-size: 1.1em;	
	font-weight:bold;
	text-align: center !important;
	vertical-align: middle;
	padding: 3px;
}

.button a {
	text-decoration: none !important;
	display: block;
}

/**************************************************************************************
/*************************** STANDARD ELEMENTE FÜR ALLE SEITEN ************************
***************************************************************************************/
/*** LINKS ***/
a, a:link, a:visited {
	text-decoration: underline;
}

a.none {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/*** Bezeichnungstexte ***/
.label {
	font-weight: bold;
}

/*** FORMULARE ****/
select {
	width: 200px;
}

input {
	background-color: #fff;
}

/*** TABELLEN ELEMENTE ****/
#content th, #content td {
	padding: 3px;
}

th {
	text-transform: uppercase;
	padding: 3px;
	text-align: right;	
	font-weight: bold;
}

td.formLabelMultilineInput {
	vertical-align: top;
}

/*** Suche im Header Bereich ***/

#search {
	margin: 0px 15px 0px 0px;
	vertical-align: middle;
	padding: 2px;
	width: 112px;
}

#copyright {
	font-size: 0.9em;
}

#minicart {
	padding: 0px 10px;
	margin: 0px 0px 0px 15px;
	vertikal-align:top;
	width:100px;
	height:30px;
}

#minicart a {
	text-decoration: none;
}

input.imgbutton, input.link {	
	cursor: pointer;
	background-color: transparent;
	border: 0px none;
	background-repeat: no-repeat;
}

input.search {
	background-image: url(../images/search.png);
	margin-left: 3px;
	min-height: 15px;
	min-width: 15px;
}

input.searchtext {
	margin: 2px 0px;
	width: 100px;
}

input.tip_left {
	background-image: url(../images/pfeillinks.png);
	min-height: 24px;
	min-width: 24px;
	margin-right: 2px;
}

input.tip_right {
	background-image: url(../images/pfeilrechts.png);
	min-height: 24px;
	min-width: 24px;
	margin-left: 2px;
}

img.tip {
	cursor: pointer;
	max-width: 560px;
}
.fullwidth, img.fullwidth {
	width: inherit;
}

.guestbook {
	width: 550px;
}

.guestbook_header {
	font-weight: bold;
	padding: 1px 5px;
	font-size: 1.1em;
}

.guestbook_entry {
	margin: 5px 0px;
}

.guestbook_note, .guestbook_text {
	padding: 3px 10px;
	font-size: 1.3em;
}

/**************************************************************************************
**************************** Oberes Menu und Blogs **********************************
***************************************************************************************/


.menu {	
	padding: 8px 0px 0px 24px;
	width: 77px;
	height: 22px;
	border: 0px;
	font-size: 1.2em;
	font-weight: bold;
}	

.menu a, .menu a:hover, .menu a:active, .blog_entry a, .blog_entry a:link, .blog_entry a:active {
	text-decoration: none;
}

.menu_first_enabled a, .menu_enabled a, .menu_last_enabled a, .blog_entry_enabled a {
	font-style: italic;
}

.menu a:hover {
	font-weight: bold;
}

.menu_first_disabled {	
	background-image: url(../images/menu_first_disabled.gif);
}

.menu_first_enabled {	
	background-image: url(../images/menu_first_enabled.gif);
}

.menu_disabled {	
	background-image: url(../images/menu_disabled.gif);
}

.menu_enabled {	
	background-image: url(../images/menu_enabled.gif);
}

.menu_last_disabled {	
	background-image: url(../images/menu_last_disabled.gif);
}

.menu_last_enabled {	
	background-image: url(../images/menu_last_enabled.gif);
}

.blog_entry_enabled {
	font-weight: bold;
	font-size: 1.1em;
}

.blog_entry {
	width: 60px;
	padding: 0px 5px;
	text-align: center;
	}
	
.blog_entry img, .block_entry_enabled img {
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input.noborder {
		background: none;
}

#paypal {
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}


.payment_data {
	width: 140px;
	margin-left: 2px;
	margin-right: 2px;
	valign: middle;
}

.payment_status {
	font-size: 1.1em;
	width: 140px;
	height: 18px;
	margin-left: 2px;
	margin-right: 2px;
	valign: middle;
}

.payment_status_finished, .payment_status_active {
	font-weight: bold;
}

.payment_status_finished {
	font-size: 1.1em;
}

.payment_status_active {
	border: 2px solid;
	font-size: 1.3em;
}

.payment_status_active {
	text-decoration: underline;
}

img.homepic {
	width: 320px;
}

.margin0 {
	margin: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.maxwidth {
	width: 100% !important;
}

.block{
	display:block;
}

.bottom {
	vertical-align: bottom;
}

