/* CSS Document */
/* ---------------------------------------------------- LAYOUT ---------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body, html {
    height: 100%;
    min-height: 100%;
	overflow-x:hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: #b4bfc7;
    background-image: url(images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div#sitecontainer {
    background: url(images/frame.png) repeat-y;
    width: 1018px;
    /*margin: auto;*/
    height: auto;
    min-height:100%;
	/* center even if window is smaller than 1018px */
	position:relative;
	left:50%;
	margin-left:-509px;
}

div#mainheader {
    width: 1018px;
    height: 151px;
}

div#labellogo {
    width: 602px;
    height: 151px;
    background: url(images/whlogo.png) no-repeat;
    float: left;
    margin-left: 208px;
}

div#langmenu {
    float: right;
    margin-right:89px;
    margin-top:50px;
}

div#maincolumns {
}

div#navicol {
    width: 150px;
    float: left;
    margin-left: 59px; /* shadow + 50px */
}

div#contentcol {
    float: left;
    margin-left:50px;
    width:500px;
    display:block;
}

div#rightcol {
    float: left;
    margin-left:100px;
}

div#videomenu {
    margin-top:20px;
}

/* ---------------------------------------------------- HEADLINES ---------------------------- */

h1.mainheadline {
    color: #999999;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    letter-spacing:0.2em;
    font-weight:normal;
    height:34px;
    padding-top:15px;
    text-align:center;
    width:500px;
}

div.mainheadline_bottom {
	 background:url(images/head_line.png) bottom center no-repeat;
	 height:1px;
	 width:500px;
	 display:block;
}

h1.videoheadline {
    color: #999999;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    letter-spacing:0.1em;
    font-weight:normal;
    height:34px;
    padding-top:15px;
    text-align:left;
    width:500px;
    margin-top:25px;
}

#maincontent h1 {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#999999;
    font-weight:normal;
    padding-bottom:20px;
    padding-top:20px;
}

/* ---------------------------------------------------- TEXT ---------------------------- */

#contentcol .bodytext {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#999999;
    font-weight:normal;
    line-height:16px;
}

p.bodytext {
    padding-bottom:20px;
}

table.contenttable p.bodytext {
    padding:0px;
    margin:0px;
}

table.contenttable td {
    padding:0;
    margin:0;
}

.winterhalter_braun_normal {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#996633;
    font-weight:normal;
}

.winterhalter_braun_fett {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#996633;
    font-weight:bold;
}

/* ---------------------------------------------------- LINKS ---------------------------- */

a {
    color:#999999;
    text-decoration:none;
}

a:hover {
    color: #3399ff;
}

/* ---------------------------------------------------- IMAGES ---------------------------- */

div.csc-textpic.csc-textpic-center.csc-textpic-above img {
    padding-top:40px;
    padding-bottom:20px;
}

/* ---------------------------------------------------- VIDEO ---------------------------- */

#videocontainer {
    margin-top:49px;
    border:1px solid #352412;
    width:500px;
    text-align:center;
}

#scriptwarning {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF0000;
    text-decoration: none;
    letter-spacing: 0.3em;
}


/* ---------------------------------------------------- MENUS ---------------------------- */
div.menuNormal, div.menuActive {
    padding-bottom: 20px;
}

div.menuNormal a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #996633;
    text-decoration: none;
    letter-spacing: 0.3em;
}

div.menuNormal a:hover {
    color: #3399ff;
}

div.menuActive a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #3399ff;
    text-decoration: none;
    letter-spacing: 0.3em;
}

div.submenuNormal, div.submenuActive {
    padding-bottom:5px;
}

div.submenuNormalLast, div.submenuActiveLast {
    padding-bottom:40px;
}

div.submenuNormal a, div.submenuNormalLast a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666;
    text-decoration: none;
    letter-spacing: 1px;
    background:url(images/pfeil_normal.png) left center no-repeat;
    padding-left:22px;
    padding-bottom:2px;
    
}

div.submenuNormal a:hover, div.submenuNormalLast a:hover {
    color: #3399ff;
    background:url(images/pfeil_over.png) left center no-repeat;
}

div.submenuActive a, div.submenuActiveLast a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #3399ff;
    text-decoration: none;
    letter-spacing: 1px;
    background:url(images/pfeil_over.png) left center no-repeat;
    padding-left:22px;
    padding-bottom:2px;
}

div.rightmenuNormal, div.rightmenuActive {
    padding-bottom:5px;
}

div.rightmenuNormal a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #996633;
    text-decoration: none;
    letter-spacing: 0.05em;
}

div.rightmenuNormal a:hover {
    color: #3399ff;
}

div.rightmenuActive a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #3399ff;
    text-decoration: none;
    letter-spacing: 0.05em;
}

div.videomenuNormal,div.videomenuActive  {
    width:250px;
    display:block;
    float:left;
    height:20px;
}

div.videomenuNormal a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
}

div.videomenuNormal a:hover {
    color: #3399ff;
}

div.videomenuActive a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #3399ff;
    text-decoration: none;
}

.flagActive {
    color: #3399ff;
}

.flagDown {
    color:#999999;
}

/* ---------------------------------------------------- LANGMENU ---------------------------- */

.langmenu {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
}

.langspacer {
    color:#999 !important;
    padding-left:5px;
    padding-right:5px;
}

/* ---------------------------------------------------- LOGIN ---------------------------- */

.loginfield {
    width:100px;
    height:20px;
    background:url(images/loginfield.png) no-repeat;
    border:0;
    color:#000;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.loginlabel {
    letter-spacing:1px;
    font-family:Arial, Helvetica, sans-serif;
    color:#996633;
    font-size:10px;
    width:100px;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}

/* ---------------------------------------------------- BUTTONS ---------------------------- */  

.submitbutton {
    background:url(images/newsletterform/submitbutton.png);
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    border:0;
    width:99px;
    color:#999999 !important;
    font-size:10px;
    height:16px;
    padding-bottom:4px;
    cursor:pointer;
}

/* ---------------------------------------------------- GUESTBOOK ---------------------------- */

.tx-guestbook-formtemplate {
    background:url(images/head_line.png) top center no-repeat;
    padding-top:40px;
}

.tx-veguestbook-pi1 {
    width:500px;
    padding-bottom:50px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#999999;
}

.tx-guestbook-field {
    clear:both;
    display:block;
}

.tx-guestbook-field label {
    float:left;
    width:90px;
}

.tx-guestbook-field input, textarea {
    float:right;
}

.inputTextAreaGuest {
    width: 400px;
    height: 48px;
    max-width:400px;
    min-width:400px;
    max-height:48px;
    min-height:48px;
    float:right;
    background:url(images/guestbookform/input2.png) no-repeat top left;
    overflow:hidden;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999;
    border:0;
    }
    
.inputTextGuest {
    width:400px;
    height:16px;
    background:url(images/guestbookform/input1.png) no-repeat top left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999;
    float:right;
    border:0;
}
    
.guestSubmit {
    margin-top:10px;
    float:right;
}

.tx-guestbook-form-obligationfield {
    color:#FFFFFF;
    }
    

.tx-srfreecap-pi2-cant-read {
    color:#FFFFFF;
}

.spamblock {
    padding-top:5px;
    padding-bottom:5px;
    width:400px;
    margin-left:100px;
}

.spamblockimage {
    margin-left:-10px;
}

/* ---------------------------------------------------- GUESTBOOK ENTRIES ---------------------------- */    

.gHeadline {
    margin-top:14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#996633;
    background:none;
    height:auto;
    }
    
.gEntry {
    margin-top:20px;
}
    
.gDate {
    float:right;
    margin-top:-15px;
    font-weight:bold;
    color:#3399ff;
    }
	
/* ----------------------------------------------------------------------------------- filemanager */


.tx-airfilemanager-pi1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/head_line.png) bottom center no-repeat;
	color:#996633;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-top:50px;
	width:500px;
	display:block;
	padding-bottom:5px;
}
.tx-airfilemanager-pi1 p {
	padding:0;margin:0;
	padding-bottom:5px;padding-top:5px;
	font-weight:normal;
	padding-left:10px;
	color:#999999;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.uploadlink {
	text-align:center;
	padding-left:2px; padding-right:2px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.uploadlink a {
	color:#996633;
}

.uploadlink a:hover {
	color:#3399ff;
}

.newdirlink {
	text-align:center;
	padding-left:2px; padding-right:2px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.newdirlink a {
	color:#996633;
}

.newdirlink a:hover {
	color:#3399ff;
}

.logoutlink {
	text-align:center;
	padding-left:2px; padding-right:2px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.logoutlink a {
	color:#996633;
}

.logoutlink a:hover {
	color:#3399ff;
}

#filelisttable {
	width:100%;
	border-collapse:collapse;
	color:#999999;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#filelisttable td, #filelisttable th {
	/*border:1px solid #CCCCCC;*/
	padding:4px;
}

#filelisttable ul, #filelisttable li, .namecol ul, .namecol li {
	padding:0;margin:0;
	list-style:none;
	list-style-image:none;
}

.systemfile {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	opacity: 0;
	z-index: 2;
	cursor:pointer !important;
	color:#999999;	
}
.fileoverlay {
	margin-top:-20px;
	cursor:pointer;
}

#foverlay {
	width:320px;
	margin-top:6px;
	background:none;
	border:none;
	margin-left:-7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

.namecol {
	font-weight:bold;
	float:left;
	width:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
.formrow {
	padding-bottom:10px;
	padding-top:10px;
}

.button {
	background:none;
	border:none;
	font-weight:normal;
	padding:1px;
	padding-left:6px; padding-right:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	cursor:pointer !important;
	letter-spacing:1px;
	margin-left:-7px;
	color:#996633 !important;
}

.button:hover {
	color:#3399ff !important;
}

.buttonHover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background:none;
	border:none;
	font-weight:normal;
	padding:1px;
	padding-left:6px; padding-right:6px;
	margin-left:-7px;
	letter-spacing:0.1em;
	color:#3399ff !important;
	cursor:pointer !important;
}

.textinput  {
	border:none;
	background:url(images/fmanagerinput.png) no-repeat;
	height:20px;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#996633;
}

.logoutdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	width:80px;
	border:none;
	font-weight:normal;
	text-align:center;
	margin-top:2px;
	color:#996633;
}

.logoutdiv a {
	color:#996633;
}

.logoutdiv a:hover {
	color:#3399ff;
}

#upload-form ul, #upload-form li {
clear:both;
margin:0;
padding:0;
}