/*

    PROTOTYP CSS STYLESHEET
    
*/

/* === LAYOUT =============================================== */


body, div, table, tr, td, th, p, h1, h2, h3, span, form {
    margin: 0px;
    padding: 0px;
}

body, td, th, input, textarea {
	font-family: 'Microsoft Sans Serif',Arial,Verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
}

p {
	margin-bottom: 16px;
}

td {
	vertical-align: top;
	padding-bottom: 4px;
}

.align-right {
	text-align: right;
}

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

.indent {
	margin-left: 40px;
}

body { background: #0cf url(/fileadmin/template_gowest/img/background2x2.gif) repeat; }
/* === IE6 fix ================= */
html,body { width: 100%; height: 100%; }
/* ============================= */


#header {
	position: absolute;
	top: 17px;
	left: 18px;
	width: 200px;
	height: auto;
	overflow: visible;
	display: none;
}

.contact {
  display: none;
}


#flash {
	position: absolute;
	width: 100%;
	height: 100%;
}


b, strong {
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #000;
}

/*
#col0 {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 400px;
	height: 480px;
	text-align: left;
	background: transparent url();
	overflow-x: hidden;
	overflow-y: auto;
}
*/
#content {
	position: relative;
	bottom:40px;
	margin-top: 60px;
	height: 480px;
	padding: 0 0 0 20px;
	position:absolute;
	right:0;
	width: 405px;
	background: #FFFFFF;
}


.js-on #content {
	background: none;
}

#col0 {
	width:	385px;
	padding-right: 20px;
	height:	480px;
	overflow: auto;
}

#col0 .item {
	margin: 0 0 15px 0;
}

#col0 .item div.csc-frame-rulerAfter {
	border-bottom: 1px solid #e3e3e3;
	margin: 15px 0 0;
}


/* === Z-INDEX =========== */
#header 					{z-index:999;}
#content,#menu 	{z-index:888;}
#flash 					{z-index:010;}
/* ======================= */


/* === MENU === */
#menu {
	position: absolute;
	left: 40px;
  bottom: 40px;
	height: auto;
	width: 62%;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menu ul {
  width: 100%;
	display: block;
}

#menu ul li {
  height: 23px;
	display: block;
	overflow: hidden;
	margin-top: 1px;
}
#menu ul li.active { height: auto; }

#menu a,
#menu .current {
	width: 250px;
  height: 23px;
  display: block;
	overflow: hidden;
	text-indent: -99999em;
}

#menu a:focus,
#menu a:hover,
#menu ul li.active a {
	background-position: 0 -23px;
}
#menu ul li ul li a:focus,
#menu ul li ul li a:hover,
#menu ul li.active ul li.active a {
	background-position: 0 -19px !important;
}
#menu ul li.active ul li a {
	background-position: 0 0;
}

#menu ul li ul{
	width: auto;
	display: block;
	padding-left: 7px;
}
#menu ul li ul li {
	margin-top: 1px;
}
#menu ul li ul li,
#menu ul li ul li a {
	height: 19px;
}



/* === LINKS ================================================================ */
a:link, a:visited 	{ color: #289EC7; text-decoration: underline;}
a:hover, a:active 	{ color: #289EC7; text-decoration: underline;}

a.mail:link,
a.mail:visited {

}
a.mail:hover,
a.mail:active {
}
/* =========================================================================== */


/* === CONTENT ELEMENTS ===================================== */
/* Inhaltsformatierungen */

h2 {
  top: -50px;
	font-size:10px;
	font-weight:normal;
	height:30px;
	left:60px;
	margin:10px 0 0;
	overflow:hidden;
	padding:0;
	position:absolute;
	/*width: 340px;*/
	text-indent: -99999em;
}

h2 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}


h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	margin: 0 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
	/*text-indent: -99999em;*/
}


h3 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}


#col0 .item ul li {
	list-style-image: url(/fileadmin/template_gowest/img/li_dot.gif);
}



/* --- jquery.scrollpane.js --- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 0;
	height: 100%;
	background: url(../img/jScrollPane.png) left top;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(../img/jScrollPane.png) right top;
}


.jScrollPaneDragTop,
.jScrollPaneDragBottom {
	position: absolute;
	/*top: 0;*/
	left: 0;
	overflow: hidden;
	width: 10px;
	/*height: 0;*/
}


.jScrollPaneDragTop {
	top: 0;
}
.jScrollPaneDragBottom {
	bottom: 0;
}



a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 20px;
	text-indent: -99999em;
	overflow: hidden;
	background: none;
	/*height: 0;*/
	height: 9px;
}



a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
}


/* --- jquery.scrollpane.js end --- */


/* === overwrite Styles ===================================== */



/* ===== NEWSLETTER SUBSCRIPTION ==== */

fieldset { 
	border: 0; 
	margin: 0; 
	padding: 0; 
}

legend { 
	margin: 0; 
	margin-bottom: 10px; 
}

.newsletterform {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.label {
	display: none !important;
	float: left;
	width: 100px;
}

.newsletterform input {
	background-color: #E5E5E5;
}

.newsletterform .submit {
	width: 234px;
}

.newsletterform .error {
	display: block;
	margin-bottom: 10px;
	color: #FF6666;
}

.nl_edit {
	float: right;
	width: 230px;
}

/* ===== NEWSLETTER SUBSCRIPTION ==== */


.hidden {
	display: none !important;
}




