@charset "utf-8";
/* CSS Document VAN Stylesheet */


/* General Reset */
* { margin:0px; padding:0px; font-size:100%; }

html { height:100% }

body { 
min-height:101%;
font-size:100.01%;
position:relative;
color:#7a3d18;
background:#000000;
text-align:left;
scrollbar-3d-light-color:#7a3d18;
	scrollbar-arrow-color:#7a3d18;
	scrollbar-base-color:#000000;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-highlight-color:#7a3d18;
	scrollbar-shadow-color:#7a3d18;
}

fieldset, img { border:0px; }


/* General Settings */
a:link, a:hover, a:active, a:visited, a:focus {
color:#7a3d18;
text-decoration:none;
}


/* All-Over Area */
#outerFrame {
width:960px; 
margin-left:auto; 
margin-right:auto;
margin-top:10px;
}


/* Content Area */
#content {
min-height:350px;
margin-left:265px;
margin-top:28px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}

#content_symbol {
margin-left:-265px;
float:left;
}

#content h2 {
	display:none;
}

/* ### Texteingabefelder ### */
input[type=text], #content textarea, input[type=password] , select, input {
    background-color: #000000;
    color: #7a3d18;
    border: 1px #7a3d18 solid; /* ### Farbe für den Rand ### */
    float: left;
    margin-bottom: 5px;
	height: 18px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

#content textarea, #content input, {
	margin-top:5px;
}

.clearHere { clear: both; }

#content textarea {
	height:150px;
}

/* ### Standardgröße für Texteingabefelder Inhaltsspalte (col3)### */
#content input[type=text], #content input[type=password] {
	width: 15em;
}

/* ### Hovereffekt für Inputfelder (ab FF 1 und IE 7) ### */
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=password]:hover, input[type=password]:active, input[type=password]:focus,
select:hover,  select:active,  select:focus,
textarea:hover,  textarea:active,  textarea:focus, input {
    background-color: #000000;
    color: #7a3d18;
    border: 1px solid #7a3d18; /* Farbe für den Rand bei Hover */
}

/* ### Rahmen um Eingabefelder ### */
#content fieldset { border: 0px solid #C5C5C5; padding: 4px; margin-bottom: 1em; margin-top: 5px;}
/* ### Beschriftung der fieldsets ### */
#content legend {
	font-size: 85%;
	background-color: #000000;
	color: #333;
	border: 0px solid #7a3d18;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ### Bugfix bei versteckten Feldern, sonst wird der Rahmen angezeigt ### */
input[type=hidden] { display: none; }

input[type=image] {
	height:24px;
}


/* Back Button */

#back_button {
margin-bottom:10px;
margin-top:10px;
margin-left:265px;
font-size:12px;
}


/* XT Commerce Footer */
.copyright {
width:960px;
margin-left:auto; 
margin-right:auto;
background-color:#000000; 
border-top:0px;
border-bottom:0px;
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:8px;
}

.parseTime {
width:960px;
margin-left:auto; 
margin-right:auto;
background-color:#000000; 
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:8px;
}

.parseTime a:link, .parseTime a:hover, .parseTime a:active, .parseTime a:visited, .parseTime a:focus, .copyright a:link, .copyright a:hover, .copyright a:active, .copyright a:visited, .copyright a:focus {
color:#7a3d18;
text-decoration:none;
}

#footer {color: #7a3d18; background:#000000; font-size:8px; text-align:center;}
#footer a { color: #7a3d18; }
#footer a:hover { text-decoration:underline; }

#sperber {color: #7a3d18; background:#000000; font-size:12px; text-align:center; margin-bottom:8px;}
#sperber a { color: #7a3d18; }
#sperber a:hover { text-decoration:underline; }


/* Start Page */
#logoHolder {
width:168px;
margin-top:20%;
margin-left:auto; 
margin-right:auto;
}
