/*********************************************************************
 Global
 *********************************************************************/

*
{
    margin: 0;
    padding: 0;
}

ul, ol
{
    list-style: none;
}

body
{
    background-color: #fff;
    background-image: url(../_gfx/bg.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2a2a2a;
    height: 100%;
    width: 100%;
}

input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input[type="text"], input[type="password"], select, textarea
{
    padding: 1px;
    background-color: #FFF;
}
input[type="checkbox"]
{
    margin: 0px 3px;
}
input[type="radio"]
{
    margin: 0px 3px;
}
input.error
{
	border-color: red;
	background-color: #FF6468;
	color: white;
}
label {
	font-weight: bold;
}

h1
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Helvetica;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
	color: #ff5a00;
}

h2
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Helvetica;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

a,
a:visited
{
    color: #ff5a00;
    text-decoration: underline;
}

a:hover
{
    color: #ff3000;
    text-decoration: underline;
}

table
{
    border-collapse: collapse;
}

th
{
    text-align: left;
}

img
{
    /*border: 0; this fucks up border="1" by html-editor*/
}
p{
	margin-bottom: 10px;
}

/*********************************************************************
 Basic
 *********************************************************************/

.button
{
    background: Transparent url(button.png) no-repeat 0 0;
    width: 94px;
    height: 25px;
    text-decoration: none;
    color: #935d00;
    margin: 0 7px 0 0;
    padding: 3px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 13px;
    cursor: pointer;
    display: block;
    float: left;
    border-bottom-style: none;
}

.button:hover
{
    background-position: -94px 0;
    text-decoration: none;
    color: #935d00;
}

div.hr
{
    background: url(../_gfx/hr.gif) repeat-x;
    height: 1px;
    border: 0;
    margin: 10px 0 auto 0;
    padding: 5px 0px 5px 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

/*********************************************************************
 Boxes
 *********************************************************************/

/*======  special  ======*/

.specialbox .left,
.specialbox .middle,
.specialbox .right
{
	height: 50px;
	float: left;
}
.specialbox .left { background: transparent url(../_gfx/menu_left.gif) no-repeat top right; width: 14px }
.specialbox .middle { background: transparent url(../_gfx/menu_middle.gif) repeat-x top; }
.specialbox .right { background: transparent url(../_gfx/menu_right.gif) repeat-x top left; width: 14px }

/*======  box670  ======*/

.box670 .top,
.box670 .middle,
.box670 .bottom
{
	width: 670px;
}
.box670 .top { background: transparent url(../_gfx/content_670_top.gif) no-repeat bottom right; height: 24px; font-size:0px;  }
.box670 .middle { background: transparent url(../_gfx/content_670_middle.gif) repeat-y right; } /*padding: 0 10px 10px 10px; } */
.box670 .bottom { background: transparent url(../_gfx/content_670_bottom.gif) repeat-x top right; height: 14px; font-size:0px;  }

/*======  box310  ======*/

.box310 .top,
.box310 .middle,
.box310 .bottom
{
	width: 310px;
}
.box310 .top { background: transparent url(../_gfx/content_310_top.gif) no-repeat bottom right; height: 24px; font-size:0px; }
.box310 .middle { background: transparent url(../_gfx/content_310_middle.gif) repeat-y right; } /*padding: 0 10px 10px 10px; } */
.box310 .bottom { background: transparent url(../_gfx/content_310_bottom.gif) repeat-x top right; height: 14px; font-size:0px; }

/*======  box980  ======*/

.box980 .top,
.box980 .middle,
.box980 .bottom
{
	width: 980px;
}
.box980 .top { background: transparent url(../_gfx/content_980_top.gif) no-repeat bottom right; height: 24px; font-size:0px; }
.box980 .middle { background: transparent url(../_gfx/content_980_middle.gif) repeat-y right; } /*padding: 0 10px 10px 10px; } */
.box980 .bottom { background: transparent url(../_gfx/content_980_bottom.gif) repeat-x top right; height: 14px; font-size:0px; }

/*********************************************************************
 Layout
 *********************************************************************/

.page
{
	width: 980px;
	/*margin: 0 auto;*/
	margin: 0 20px;
	position: relative;
}

.page .annons
{
	position: absolute;
	top: 18px;
	left: 990px;
}

.header 
{
	height: 65px;
	position: relative;
}

.header .logo
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 400px;
    height: 50px;
	background: transparent url(../_gfx/logo.gif) no-repeat top left;
}

.header #menu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#leftbox,
#rightbox
{
	height: 450px;
	float:left;
}
#bigbox
{
	height: 450px;
}
#leftbox .middle,
#rightbox .middle,
#bigbox .middle
{
	height: 412px;
	position: relative;
}
	
#leftbox .content,
#rightbox .content,
#bigbox .content
{
	margin: 0 20px;
}

.overflowable {
	height: 360px;
	overflow: auto;
}

/*======  Footer  ======*/

.footer .middle
{
	width: 952px;
	color: white;
}

.footer .middle .newsletter 
{
	float:left;
	padding-top: 14px;
}

.footer .middle .copyright 
{
	float: right;
	text-align: right;
	padding-top: 18px;
}

.footer a.facebook
{
	display: block;
	float: right;
	padding-top: 26px;
	margin-right: 20px;
	font-size: 0px;
	width: 94px;
	height: 20px;
	background: transparent url(../_gfx/facebook.png) no-repeat center center;
}

.footer a.viper
{
	display: block;
	float: right;
	padding-top: 27px;
	margin-right: 20px;
	font-size: 0px;
	width: 137px;
	height: 24px;
	background: transparent url(../_gfx/viper.png) no-repeat center center;
}

/*********************************************************************
 Menu
 *********************************************************************/

#menu ul
{
    list-style: none;
    display: block;
	margin-top: 14px;
}

#menu li
{
    float: left;
    height: auto;
    display: inline;
	border-left: 1px solid #ff8b3d;
	border-right: 1px solid #ff4d00;
}

#menu li.first
{
	border-left-color: transparent;
}

#menu li.last
{
	border-right-color: transparent;
}

#menu li a
{
    display: block;
    color: #fdd8bf;
    padding: 0 8px;
    text-align: center;
    font-weight: bold;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
font-size: 1.2em;
line-height: 24px;
	text-transform: uppercase;
    text-decoration: none;
	position: relative;
}
#menu li a span {
	position: relative;
	top: 0;
	left: 0;
}

#menu li a:hover
{
    color: white;
    text-decoration: none;
}
#menu li.selected a
{
    color: white;
    text-decoration: none; /*underline;*/
}

#menu li a span.shadow
{
	top: .1em;
	left: .7em;
	color: #b44800;
	position: absolute;
	display: none;
}


#menu li a:hover span.shadow,
#menu li.selected a span.shadow {
	display: block;
}

/*********************************************************************
 Sub Menu
 *********************************************************************/

ul.submenu
{
    display: block;
}

ul.submenu li
{
    float: none;
    border: 1px solid transparent;
}

ul.submenu li:hover
{
    background-color: #f1f1f1;
    border: 1px dotted #cccccc;
}

ul.submenu li.first{}
ul.submenu li.last{}

/*ul.submenu li.special 
{
	list-style-type: disc;
	margin-left: 20px;
}*/

ul.submenu li.sub
{
	margin-left: 20px;
}

ul.submenu li a,
ul.submenu li a:visited
{
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
ul.submenu li a .misc
{
    color: #8a1700;
    font-weight: normal;
}
ul.submenu li.sub a,
ul.submenu li.sub a:hover,
ul.submenu li.sub a:visited
{
    font-weight: normal;
}

ul.submenu li a:hover,
ul.submenu li.selected a
{
    font-weight: bold;
    text-decoration: none;
}

ul.submenu li.selected a
{
    color: #8a1700;
}

ul.submenu li span.special 
{
	color:black; font-weight:bold;
}

ul.submenu li.selected a .misc
{
    color: #8a1700;
    font-weight: normal;
}


/*********************************************************************
 Image rotator
 *********************************************************************/
 
#rotator
{
	position: relative;
	height: 450px;
	width: 670px;
}
#rotator .border
{
	background: transparent url(../_gfx/imageborder_670.png) no-repeat;
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
}
#rotator ul
{
	padding-left: 6px;
	padding-top: 6px;
}
#rotator ul li
{
	float: left;
	position: absolute;
	list-style: none;
}
#rotator ul li.show {
	z-index: 100;
}


/*********************************************************************
 News
 *********************************************************************/

.news
{
	margin-bottom: 10px;
}
.news .date
{
	font-weight:bold;
}
.news .text
{
	margin-bottom: 10px;
}
a.more 
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 20px;
}


/*********************************************************************
 Image thumbs
 *********************************************************************/

/*.thumbs a {
	outline: none;	
	margin-right: 2px;
}

.thumbs a img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin-bottom: 2px;
	height: 70px;
}*/

.thumbs a {
	outline: none;	
	margin-right: 5px;
}

.thumbs a img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin-bottom: 5px;
	width: 135px;
}

/*********************************************************************
 Response box
 *********************************************************************/
 
.messageError,
.messageOK
{
	font-weight: bold;
	padding: 8px;
	margin: 20px 5px 0 5px;
}
.messageError {
	border: 1px solid #FF0000;
	color: #FF0000;
	background-color: #FFCACA;
}
.messageOK{
	border: 1px solid #009900;
	color: #009900;
	background-color: #CAFFCA;
}

/*********************************************************************
 About
 *********************************************************************/

.aboutbg
 {
 	background: url('../_data/about.jpg') center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
 }
 .aboutcontent
 {
	width: 270px;
	height: 412px;
	position: absolute;
	margin: 24px 30px 14px 20px;
	overflow: auto; 
	z-index: 300;
	color: white;
 }
 
/*********************************************************************
 Message
 *********************************************************************/

.messageBox
{
	width: 560px;
	border: 1px solid gray;
	padding: 10px;
	margin-bottom: 20px;
}
.messageBox .date
{
	float: right;
	font-weight: bold;
}
.messageBox .name
{
	float: left;
	font-weight: bold;
}
.messageBox .mail
{
}
.messageBox .message
{
	border-top: 1px solid gray;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.messageBox .answer
{
	margin-top: 20px;
	margin-bottom: 5px;
	color: #ff5a00;
}
.messageBox .answer .title
{
	font-weight: bold;
	margin-bottom: 5px;
}
.messageBox .answer .answerText
{
	border-top: 1px solid #ff5a00;
	padding-top: 5px;
}


/*********************************************************************
 Data table
 *********************************************************************/                    

table.data  {
	width: 100%;
	border: 1px solid #555555;
}

table.data th {
	padding: 5px;
	background-color: #FF5A00;
	color: white;
	border-bottom: 1px solid #555555;
}

table.data td{
	padding: 2px 5px;
}

table.data td.alt{
	background-color: #dddddd;
}

/*********************************************************************
 Uplodify
 *********************************************************************/

#fileQueue {
	float: right;
	width: 445px;
	height: 200px;
	overflow: auto;
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*********************************************************************
 Blog
 *********************************************************************/
 
.blog{
 	height: 400px;
	padding-right: 20px;
}
 
.blogdate {
 	margin-top:-20px;
	margin-bottom:20px
}

.blog h2 {
 	margin-top: 20px;
}

/* ========= Make html-editor work ============ */
.blog ul,
.blog ol { 
	margin: 1.12em 0;
	padding-left: 40px;
}
.blog ul {
    list-style: disc;
}
.blog ol {
    list-style: decimal;
}
 
/*********************************************************************
 Misc
 *********************************************************************/
 
 .half {
 
	 float: left;
	 width: 50%;
	 margin-right: 20px;
	 padding-right: 20px;
	 border-right: 1px solid #BBBBBB;
	 
 }