@import url("reset.css");
@import url("styles_ie7.css");
@import url("commerce.css");
@import url("frame.css");
@import url("item.css");
@import url("cd.css");
@import url("print.css");

/**************************************************************************************
**************************** Standard Einstellungen der Seite *************************
***************************************************************************************/
@charset "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);

html, body {
	height: 100%;
}

body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}

* html div#wrapper {
	height: 90%;
}

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;
}

h1, h2, h3,
p, ul, ol,
table, form {
	margin-bottom: 10px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
}

h2 {
	margin-top: 20px;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	line-height: 1.3076;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

strong, b, .strong { 
	font-weight: bold; 
}

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: 960px;
}

/* >>> .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 {
	text-align: right;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

/* <<< /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 {
	width: 100px;
}

label.autowidth {
	width: auto;
}

textarea {
	width: 300px;
	height: 150px;
	padding: 2px;
}

.border, a img, input, textarea {
	border-width: 1px;
	border-style: solid;
}

.noborder {
	border: none !important;
}

.korrektur {
	font-size: 1.2em;
}

.margin-left {
	margin-left: 30px;
}

.margin-right {
	margin-right: 30px;
}

.button {
	padding: 3px;
	font-weight: bold;
}

.button a {
	text-decoration: none !important;
	text-align: center !important;
	display: block;
}

div#wrapper, table#main, #framebottom, #footer {
	width: 960px;	
}

div#wrapper {
	border: 1px solid black;
	min-height: 89%;
	margin: 0 auto;
	margin-top: 20px;
}

/* ab hier alter code --------------------------------------------------------------------------------------------------------------------------------- */

/**************************************************************************************
/*************************** STANDARD ELEMENTE FÜR ALLE SEITEN ************************
***************************************************************************************/
/*** LINKS ***/
a, a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/*** Bezeichnungstexte ***/
.label {
	font-weight: bold;
}

/*** Überschriften ***/
.header {
	font-weight: bold;
	text-decoration: underline;
}

/*** Anzeige der Fehlermeldungen am Kopf der Seite ***/
.fehler, .missing {
	color: red;
}

/*** Anzeige der Erfolgsmeldungen am Kopf der Seite ***/
.actionMessage {
	color: green;
}

.buttonReload {
	background: url(../images/reload.gif) no-repeat;
	vertical-align: middle;
	width: 25px;
	height: 25px;
}

/*** FORMULARE ****/
select {
	width: 180px;
}

input {
	background-color: #fff;
}

/*** TABELLEN ELEMENTE ****/
#content th, #content td {
	padding: 3px;
}

table#main th, table#main td{
	font-size: 1.0em; 
}

th {
	text-transform: uppercase;
	padding: 3px;
	text-align: right;	
}

td.label {
	width: 130px;
}

td.formLabelMultilineInput {
	vertical-align: top;
}

/**************************************************************************************
**************************** Navigation links **********************************
***************************************************************************************/

#navigation {
	width: 150px;
	padding: 5px;
	height: auto;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	background-color: #666 !important;
	color: #fff !important;
}

#navitop {
	margin-bottom: 100px;
}

#navigation dt {
	padding-top: 2px;
}

#navigation dt a {
	cursor: pointer;
	text-decoration: none;
	font-size: 1.2em;
}

#navigation dt.opened a {
	font-size: 1.2em;
	font-weight: bold;
	background-color: inherit;
	color: #fff !important;
}

#navigation dd {
	margin-left: 6px;
	text-decoration: none;
	display: block;
}

#navigation h3 {
	margin-top: 20px;
	border-bottom: 1px solid;
}

#navigation a.opened {
	font-weight: bold;
	background-color: inherit;
	color: #fff !important;
}
/**************************************************************************************
**************************** Inhalte für alle Seiten **********************************
***************************************************************************************/

/*** Zurück Link ***/
.backButton {
	margin-right: 10px;
	font-weight: bold;
	height: 20px;
}

/*** Login ***/
.register {
	border-top: 1px solid;
}

input.register {
	width: auto;
}

table.logonForm {
	border: 1px solid #000;
	padding: 5px;
}

input.logonForm {
	width: 130px;
}
/*** Registrierung/Passwort vergessen ***/

#registerPage textarea {
	width: 300px;
}

td.registerPage {
	text-align: left;
	font-weight: bold;
}

/*** Kontakt ***/
#contact input {
	width: 400px;
}

#contact input#ContactEmail_send_sendCopy {
	width: 20px;
}

#contact textarea {
	width: 400px;
}

table.customerData td {
	padding: 3px;
}

.customerData td.label {
	width: 130px;
}

#ContactEmail_send_contact_send_button {
	width: 100px !important;
}

.margin0 {
	margin: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.maxwidth {
	width: 100% !important;
}