@charset "utf-8";
/* CSS Document */

*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
html, body{
	width:100%;
	height:98%;
	background-color:#000;
	margin:0px;
	padding:0px;
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-y;
}
img{
	border:none;
}
#mainContainer{
	width:1000px;
	margin-left:20px;
	margin-right:auto;
}
#menue{
	height:60px;
	width:100%;
}
#menue a, #menue a:visited{
	color:#9A9A9A;
	font-size:10px;
}
#menue a:active, #menue a:hover{
	color:#9A9A9A;
	font-size:10px;
	text-decoration:none;
}

#logo{
	height:100px;
	width:100%;
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-y;
}
#panoheader{
	height:250px;
	width:1000px;
	margin-bottom:10px;
}
#cContainer{
	background-color:#FFF;
	width:1000px;
	min-height:100%;
	margin-top:10px;
}

#leftContainer{
	width:646px;
	display:inline;
	float:left;
	min-height:800px;
	background-color:#FFF;
}
#rightContainer{
	width:346px;
	display:inline;
	float:right;
	min-height:800px;
	background-color:#000;
}

.panoblock{
	width:642px;
	margin:2px;
	display:block;
	min-height:150px;
}
.panoblock img{
	float:left;
	border:none;
	margin:0px 4px 4px 0px;
}
.PanoImgLeft{
	float:left;
	margin: 0px 2px 2px 0px;
}
.PanoImgRight{
	float:right;
	margin: 0px 0px 2px 2px;
}
.PanoImgLef, .PanoImgRight{
	display:inline;
	width:310px;
	min-height:150px;
}
.panoblock text{
	margin:4px 4px 4px 6px;
}

.textfield, .textarea{
	width:220px;
	background-color:#CFE8FA;
	border:1px solid #c1c1c1;
}
.textarea{
	width:400px;
	height:250px;
}
.contentText{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.rightads{
	width:336px;
	margin:0px 4px 4px 6px;	
}
.rightLinks{
	height:40px;
	width:336px;
	margin:2px 2px 2px 2px;
	padding-top:8px;
	margin-left:8px;
	background-image:url(../images/layout/right_links_bkg.jpg);
	background-repeat:no-repeat;
}
.rightLinks *{
	margin:10px;
}
.rightLinks a:link, .rightLinks a:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#09F;
}
.rightLinks a:hover, .rightLinks a:active{
	color:#0F0;
	text-decoration:none;
}
.panodescription{
	border-bottom:1px solid #666;
	font-size:10px;
	color:#333;
	background-color:#F2F2F2;
	width:300px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
}
.innertext{
	width:96%;
	height:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
}
.special{
	margin-left:6px;
	width:644px;
	margin-bottom:10px;
}

.special img{
	margin-top:4px;
	margin-bottom:4px;
}
.spdescription{
	font-weight:bold;
	font-size:13px;
}
.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.flable, .ffield{
	display:inline;
	height:30px;
}
.flable{
	width:25%;
	float:left;
}
.ffield{
	width:70%;
	float:right;
}
.clicky{
	display:none;
	visibility:hidden;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}