/*
* Global settings
********************************************************************************/

* {
	margin:0;
	padding:0;
	font-family:tahoma, arial, helvetica, sans-serif;
}

body {
	background-color:#787878;
	background-image: url(../images/page_bg.gif);
   	background-repeat: repeat-y;	
}

.clear {
	clear:both;
	font-size:1px;
	line-height: 1px;
	width:1px;
	height:1px;
}

.left {
	float:left;
}

.right {
	float:right;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}

img.right {
	float:right;
	margin:0 0 10px 10px;
}

.hidden {
	display:none;
}

legend {
	display:none;
}

fieldset {
	border:none;
}

form {
	margin:0;
	padding:0;
}

h2, h3 {
	color:#787878;
}

/*
* Page settings
********************************************************************************/

#page {
    width: 950px;
    background-color: #fff;
}

#page-wrapper {
    width: 890px;
    margin-left: 30px;
}

#header {
    height: 80px;
    position: relative;
    z-index: 20;
}
#navigation-wrapper {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
}
#goldstueck-logo {
    position: absolute;
    bottom:0;
    height: 60px;
    width: 197px;
}

#city-selector {
    position: absolute;
    top:43px;
    left:219px;
    height:auto;
}
#city-selector-width {
    position: absolute;
    top:43px;
    left:340px;
    height:auto;
}


div.content-border-top {
    background-image: url(../images/border_head_upper.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    clear: both;
}

img.border-top-bottom {
    margin: 4px 0 4px 0;
}

div#footer {
	text-align: center;
	width: 100%;
}

/*
* Navigation settings */
.navigation-spacer {
	 height: 10px;
}
.navigation-spacer-footer {
	 height: 15px;
}
#navigation-main {
    width: 100%;
    float: left;
    height: 75px;
}
#navigation-main ul {
    margin: 2px 0 5px 0;
    width: 100%;
    float: left;
}

#navigation-main ul li {
    display: block;
    float: left;
}
#navigation-main ul li a {
    display: block;
    height: 43px;
}


#navigation-main ul li a.Mode, #navigation-main ul li a.Mode_active {
    background-image: url(../images/nav_mode_off.gif);
    background-repeat: no-repeat;
    width: 100px;
}

#navigation-main ul li a.Mode:hover, #navigation-main ul li a.Mode_active {
    background-image: url(../images/nav_mode_on.gif);
}

#navigation-main ul li a.Schoenheit, #navigation-main ul li a.Schoenheit_active {
    width: 187px;
    background-image: url(../images/nav_schoenheit_off.gif);
    background-repeat: no-repeat; 
}

#navigation-main ul li a.Schoenheit:hover, #navigation-main ul li a.Schoenheit_active {
    background-image: url(../images/nav_schoenheit_on.gif);
}

#navigation-main ul li a.Lebensart, #navigation-main ul li a.Lebensart_active {
    width: 180px;
    background-image: url(../images/nav_lebensart_off.gif);
    background-repeat: no-repeat; 
}

#navigation-main ul li a.Lebensart:hover, #navigation-main ul li a.Lebensart_active {
    background-image: url(../images/nav_lebensart_on.gif);
}

#navigation-main ul li a.Speisen, #navigation-main ul li a.Speisen_active {
    width: 158px;
    background-image: url(../images/nav_speisen_off.gif);
    background-repeat: no-repeat; 
}

#navigation-main ul li a.Speisen:hover, #navigation-main ul li a.Speisen_active {
    background-image: url(../images/nav_speisen_on.gif);
}

#navigation-main ul li a.Kultur, #navigation-main ul li a.Kultur_active {
    width: 156px;
    background-image: url(../images/nav_kultur_off.gif);
    background-repeat: no-repeat; 
}

#navigation-main ul li a.Kultur:hover, #navigation-main ul li a.Kultur_active {
    background-image: url(../images/nav_kultur_on.gif);
}

#navigation-main ul li a.Reisen, #navigation-main ul li a.Reisen_active {
    width: 106px;
    background-image: url(../images/nav_reisen_off.gif);
    background-repeat: no-repeat; 
}

#navigation-main ul li a.Reisen:hover, #navigation-main ul li a.Reisen_active {
    background-image: url(../images/nav_reisen_on.gif);
}

span.hide-navigation-main {
    display: none;
}

#ttnews-cat-tree ul {
    margin: -5px 0 5px 0;
}

#ttnews-cat-tree ul li {
    display: inline;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
    padding-right: 10px;
}
#ttnews-cat-tree ul li#row0_0 {
	display:none;
}

#ttnews-cat-tree ul li a {
    height: auto;
    color: #787878;
    text-decoration: none;
}

#ttnews-cat-tree ul li.active a,
#ttnews-cat-tree ul li a:hover {
    color: #e9db90;
    text-decoration: none;
}
#ttnews-cat-tree ul li img {
	display: none;
}


/* Header */
/* Search */
/* Register */
#login-elements {
	position: absolute;
	top: 20px;
	right: 0;
	color: #787878;
 	width: 230px;
	float: right;
}

#login-elements-search {
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
}
.input-search {
	float: left;
	width: 190px;
	height: 15px;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	background: transparent url(../images/input-search_bg.gif) no-repeat;
	border: none;
	color: #787878;
	font-size: 0.65em;
}

div.register_form {
	color: #787878;
	font-size: 0.75em;
}

div.register_form h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
}

#logoutform {
	text-align: right;
	padding-right: 40px;
	height: 25px;
}
.tx-srfeuserregister-pi1 input.input-register {
	float: left;
	width: 260px;
	height: 25px;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	background: transparent url(../images/input-search270_bg.gif) no-repeat;
	border: none;
	color: #787878;
}

span.float_register {
	width: 100px;
}

table.register_form td {
	color:#787878;
	font-size: 1em;
	height: 30px;
}

table.register_form td.register-left {
	width: 150px;
	margin: 15px 0 15px 0;
}

table.register_form {
	margin: 0 0 20px 0;
	
}

/* IE 6 Breite/Höhe */
* html .input-search {
   height: 24px;
   width: 200px;
}
.submit-search {
	float: right;
}

/* Login */
div.gs_login_form {
	font-size: 0.75em;
	color: #787878;
}
.tx-felogin-pi1 a {
	font-size: 12px;
	padding-left: 0; 
	background: none; 
	padding: 0;
	margin:0;
	text-decoration:none; 
	color: #787878;
	font-weight:bold;

}
.tx-felogin-pi1 a:hover { 
	color: #E9DB90;
}
.input-forgot-email {
	float: left;
	width: 190px;
	height: 15px;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	background: transparent url(../images/input-search_bg.gif) no-repeat;
	border: none;
	color: #787878;
	font-size: 0.65em;
}
#user,
#pass {
float: left;
	width: 85px;
	height: 15px;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	background: transparent url(../images/input-login_bg.gif) no-repeat;
	border: none;
	color: #787878;
	font-size: 10px;
}

h2.login a {
	color: #787878;
	text-decoration: none;
}

h2.login a:hover {
	color: #e9db90;
	text-decoration: none;
}

h2.login {
	color: #787878;
	font-size:12px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}




/* IE 6 Breite/Höhe */
* html #user,
* html #pass {
   height: 24px;
   width: 95px;
}
#user {
	margin: 0 10px 0 0;
}
.submit-login {
	float: right;
}

#content-left .forget-passwort,
#content-left .submit-login {
	float: left;
	background:url("../images/submit_login.gif") no-repeat scroll right center transparent;
	border:none;
	color:#787878;
	cursor:pointer;
	font-weight:bold;
	margin:0;
	padding:3px 30px 2px 10px;
}


/* Logout */
.username {
	color:#b4b4b4;
	font-size:0.65em;
}
.submit-logout {
	border: none;
	background: transparent; 
	color: #787878;
	padding: 0;
	cursor: pointer;
	width:auto;
}
.form-forgot-email {
	margin: 10px 0 0 0;
}

/* City Select Menu */
#content-left {
	float: left;
	width: 580px; 
}
#content-right {
	float: right;
}
#nav { 
	list-style: none; 
	float: right; 
	height: 30px; 
}
#nav li { 
	float: left; 
	position: relative; 
}
#nav li a { 
	display: block; 
	padding: 5px 10px; 
	line-height: 20px; 
	text-decoration: none;	
}
#nav li a span {
	text-decoration:none;
	color: #E9DB90;
	font-size: 12px;
	font-weigth:bold;
	display: block;
	float: left;
	margin: 10px 5px 0 0;
}


#nav li ul { 
	list-style: none; 
	display: none; 
	position: absolute; 
	top: 35px; 
	left: 0; 
	width: 120px; 
	background: transparent url(../images/city-menue-bg.png);
}
#nav li:hover ul { 
	display: block; 
}
#nav li ul li { 
	float: none; 
}
#nav li ul li a { 
	display: inline-block; 
	text-decoration:none;
	color: #787878;
	font-size: 12px;
	font-weigth:bold;
	width: 100%;
}
#nav li ul li a:hover { 
	color: #E9DB90;
}


/* BANNER */
#newslist-news {
	float: left;
}
#contentBanner {
	float: right;
	height:250px;
	width:300px;
}
#skyscraper {
	position: absolute;
	top:0;
	left: 950px;
	width: 160px;
	height: 600px;
}
#contentRightNavigation {
	text-align:right;
}
#contentBannerTop {
	height:250px;
	position:relative;
	width:300px;
}

#bannerTop {
	position:relative;
}