/* standard */
body {
	font-family:Verdana,Arial,sans-serif;
	color:#4D4846;
	font-size:11px;
	margin: 0;
	padding: 0;
	background-image: url('../img/body_bg.gif');
}
#main {
	width:100%;
	height:810px;
}
a {
	text-decoration: none;
	border:0;
	color:#4D4846;
	cursor:pointer;
}
img {
	border:0;
}
#main_frame {
	width:1160px;
	height:100%;
	background:white;
	margin:auto;
}
.main_left, .main, .main_right {
	float:left;
	height: 100%;
}
.main_left {
	width:17px;
	background: url(../img/main_left.gif) repeat-y;
}
.main {
	width:1126px;
	background: white;
}
.main_right {
	width:17px;
	background: url(../img/main_right.gif) repeat-y;
}
.main_box {
	margin:0 38px;
}
#start {
	text-align:center;
	height:100%
}
#start * {
	position:relative;
}
#start .start {
	top:120px;
}
#start .links {
	left:-210px;
	top:-135px
}
#start .rechts {
	left:350px;
	top:-100px
}
#start .logo {
	left:230px;
	top:-340px
}

/* head */
.head {
	height:115px;
	width:100%;
}
.head_left {
	width:822px;
	height:100%;
	float:left;
	background: url(../img/head_mood.jpg);
}
.head_right {
	width:228px;
	height:100%;
	float:left;
}
.navi, #navi2 ul {
	margin-left:5px;
}

/* Content */
#cont {
	float:left;
	width:1050px;
	height:412px;
	overflow:hidden;
	background-color:white;
	border:1px solid #666666;
	margin-bottom: 1px;
}
#cont1, #cont2 {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
}
#cont2 {
	display:none;
}
#cont .head, #cont .text, #cont .textwide {
	float:left;
	height:380px;
	margin-top:32px;
}
#cont .head {
	width:160px;
	height:118px;
	text-align:top;
	border-left:12px solid #8E7D75;
}
#cont .head img {
	position:absolute;
	left:0;
	bottom:2px;
}
#cont .text {
	margin-left:30px;
	width:252px;
}
#cont .textwide {
	margin-left:30px;
	width:534px;
}

#cont h1 {
	font-size:12px;
	color:black;
	margin:0 0 0 14px;
	padding:0;
}
#cont .unten div {
	margin-bottom:10px;
}
#cont .oben div {
	margin-top:10px;
}
#cont .w252h189 {
	width:252px;
	height:189px;
}
#cont .w534h332 {
	width:534px;
	height:332px;
}


/* Second Navigation */
#navi2 {
	float:left;
	height:35px;
}

/* News */
#newsbox {
	float:left;
	width:1050px;
	margin-top:15px;
}
.newsbox_left {
	float:left;
	width:814px;
	height:225px;
}
.newsbox_right {
	float:right;
	width:225px;
}
.news {
	width:342px;
	height:170px;
	background: url('../img/news_bg.gif');
	margin-right:10px;
}
.news .headline {
	width: 100%;
	height: 33px;
	overflow: hidden;
}
.news .headline div {
	margin:10px 0 0 14px;
	color:#F5ECBF;
	font-size:12px;
	font-weight:bold;
}
.news .image {
	float:left;
	padding-left: 13px; 
	padding-right: 10px;
	height:137px;
	overflow: hidden;
}
.news .text {
	padding-top: 10px; 
	padding-right: 10px; 
	height:137px;
	overflow: hidden;
}
.navi2 {
	float:left;
}

/* Shop */
#shop {
	float:left;
	width:110px;
	height:170px;
}

/* Footer */
#footer {
	float:left;
	width:814px;
	border-top:1px solid black;
	margin-top:22px;
}

/* ticker */
#ticker {
	float:right;
	width:225px;
	height:211px;
	background: url('../img/ticker_bg.gif');
	margin: 0; 
	padding: 0
	overflow: hidden;
}
#ticker .headline {
	width: 100%;
	height: 33px;
}
#ticker .headline div {
	color:#ED3337;
	font-size:12px;
	font-weight:bolder;
	padding:9px 0 0 16px;
}
#ticker .mask {
	position: relative;
	left: 10px;
	top:0;
	width:200px;
	height:161px;
	overflow: hidden;
}
#ticker #news {
    width:198px;
    color: white;
    background-color:#675750;
}
#ticker #news div {
    position: relative;
    color: white;
    background-color:#675750;
}

/* Loading */
div#ajaxLoading {
	position: absolute;
	top: 240px;
	left: 46%;
	width: 100px;
	height: 100px;
	text-indent: -9999em;
	background: #fff url(../img/nyro_ajaxLoader.gif) no-repeat;
	background-position: center;
	background-color: white;
	z-index:160;
	border: 1px solid #666666;
	display:none;
}

/* Debug */
#debug {
	position:absolute;
	top:90%;
	left:0;
	background-color:yellow;
	z-index:10;
	border:1px solid red;
}

#cont input {
	width:170px;
}
#cont .ort  {
	width:112px;
}
#cont .plz {
	width:50px;
}
#cont .button {
	width:100px;
	font-size:12px;
	background-color:#F5EEE1;
}
#k_betreff {
	width:252px;
	height:200px:
}

#logo {
	cursor:pointer;
}

#cont .last {
	height:345px;
}

#secondpage {
    float:right;
	margin-right:15px;
}