/*
 * Reset
 * Loosely based on Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ 
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset, img { 
	border: none; 
	vertical-align: middle; 
}

/*
 * Margins
 */
p, dl, table, address, pre, fieldset { 
	margin: 0 0 18px 0; 
}
p { 
	text-align:justify;
}
/*
 * Hyperlinks
 */
a { 
	text-decoration: underline; overflow: hidden; color: #999; 
}
a:hover, a:focus { 
	text-decoration: none; 
}

/*
 * General Document Settings
 */
html { 
	background-color: #000; 
	margin: 0px;
}
body { 
	font: 12px/18px Arial, Helvetica, Verdana,  sans-serif; 
	background: url(../images/topbg.jpg) repeat-x 0 0; 
}

/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0 0 9px 0; font-family: Arial, Helvetica, Verdana, sans-serif; }
h1 { font-size: 18px; font-weight: normal; color: #bf1e2e; text-transform: uppercase; }
h2 { font-size: 14px; font-weight: normal; color: #bf1e2e; text-transform: normal; }
h3 { font-size: 14px; font-weight: normal; color: #bf1e2e; }
h4 { font-size: 12px; font-weight: normal; color: #bf1e2e; }
h5 { font-size: 12px; font-weight: normal; color: #bf1e2e; }

/*
 * Lists
 */
ul { margin-left: 2.2em; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 2.2em; }
ol ul li { list-style: disc !important; }
ol li { list-style-type: decimal; }
ol li ol li { list-style-type: lower-alpha; }
ol li ol li ol li { list-style-type: upper-roman; }

dt { font-weight: bold; }
dd { margin-bottom: .5em; }

/*
 * Table
 */
table { border-collapse: collapse; border: 1px solid #999; width: 100%; }
table.special {  border: 0px solid #fff; background-color:#fff; padding: 0px; margin: 0px; width:600px; }
table.special td {  border: 0px solid #fff; }
caption, th, td { text-align: left; padding: 4px; }
th, td { border: 0px solid #999; }
caption, th { font-weight: bold; }

/*
 * Quotes
 */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
 * Code
 */
pre { border: 1px solid #999; }
code, pre { font-size: 1em; }

/*
 * Forms
 */
input, select, textarea, button { font-size: 1em; font-family: inherit; padding: .3em; }
fieldset { border: 1px solid #999; padding: 1em 2em; }

form ol { margin: 0; }  
form li { list-style: none; }  
form li label { display: block; }  
form .inline label { display: inline; }  
form .inline input { margin-right: 1em; } 

#wrap { 
	width: 960px;  
	margin: 0 auto; 
	padding: 0px;
	position: relative; 
	background: url(../images/contentbg.jpg);
	background-position: left 94px;
	background-repeat: no-repeat;
}

/*
 * Meta 
 */
#meta { 
	position: relative; 
	right: 0px;
	top: 47px;
	float: right;
	z-index: 1000;
	width: 272px; 
	height: 24px; 
	background: url(../images/topmenubg.gif) no-repeat 0 0; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
#meta li { float: left; margin: 0; list-style: none; }
#meta li:first-child, #meta li.first-child { background: none; }
#meta a { 
	float: left; 
	line-height: 22px; 
	font-size: 11px;
	padding: 5px 20px 3px 20px;
	margin: 0px 0px 0px 0px;
	color: #ccc; 
	text-decoration: none; }
#meta .active a, #meta a:hover, #meta a:focus { text-decoration: underline; }

/*
 * topwrap
 */
#topwrap { 
	width: 960px; 
	height: 93px; 
	display: block; 
	float: left; 
	clear: both;
	padding: 0; 
	margin: 0; 
	border: 0px solid #ccc;  
}
#mainwrap { 
	width: 960px; 
	display: block; 
	clear: both;
	padding: 0; 
	margin: 0; 
	border: 0px solid #ff0000;  
}
/*
 * Logo
 */
#logo {  padding: 0; margin: 0; }
#logo a { position: absolute; top: 10px; left: 0px; display: block; width: 195px;  height: 55px;  }
/*
/*
 * Column
 */
#column { 
	float: left; 
	width: 225px; 
	display: inline; 
	margin: 15px 0px 0px 0px; 
	overflow: hidden; 
	line-height: 13px; color: #666; 
	border-top: 0px solid #ccc; 
}
#column .content { padding: 0 15px; }

/*
 * Subnav
 */
#nav { 
	margin: 0; 
	text-transform: uppercase; 
	line-height: 18px; 
}
#nav li { 
	list-style: none; 
	background-image: url(../images/menubg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin: 0px 0px 10px 0px;
}
#nav a { 
	padding: 6px 27px; 
	background: url(../images/menuarrow.gif) no-repeat 15px 50%; 
	color: #FFF; 
	text-decoration: none;  
}
#nav a { 
	display: block; 
}
#nav .active a, #nav a:hover, #nav a:focus {
	padding: 6px 27px; 
	background: url(../images/menuarrow.gif) no-repeat 15px 50%; 
	color: #FFF;
	text-decoration: underline; 
}
#nav ul { margin: 0; }
#nav .active ul a { 
	background: url(../images/menuarrow.gif) no-repeat 13px 50%; 
	color: #FFF; 
	text-decoration: none; 
	padding-left: 30px; 
}
#nav .active ul a:hover, #nav li.active ul a:focus, #nav li.active ul .active a { 
	color: #FFF;
	text-decoration: underline; 
}
#nav li ul { /* second-level lists */
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	width: 240px;
}
#nav li ul li { /* second-level lists */
	list-style: none; 
	background-image: url(../images/borderbottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px 0px 10px 0px;
}
#nav li ul li a {
	color: #FFF;
	text-align: left;
	background: url(../images/menuarrow.gif) no-repeat 15px 50%; 
	margin-left: 15px;
	display: block;
}

#nav li ul li a:hover {
	color: #FFF;
	text-decoration: underline; 
}

#nav li ul li.active a {
	color: #FFF;
	text-decoration: underline; 
}
/*
 * Content
 */
#content { 
	float: right; 
	width: 720px; 
	display: inline; 
	margin-right: 0px; 
	overflow: hidden; 
	position: relative; 
	padding: 15px 0px 0px 0px;
}
#inner { padding: 0 0px; color: #999;   
	min-height:450px;
  	height:auto !important;
  	height:450px;
 }

/*
 * Banner
 */
div.tx-slideshow-pi1 { 
	position: relative; 
	display: inline-block; 
	padding: 0px 0px 0px 0px; color: #fff; 
	margin: 0px 0px 15px 0px; 
	width: 720px; 
	height: 150px; 
	overflow: hidden; 
	border-bottom: 0px solid #ccc;
}
div.slideTxt { display: none;
}

#topbanner { display: block; clear: both;}
/*
 * Navpath
 */
#navpath { margin: 0 0 15px 0; padding: 0px; display: inline-block; overflow: hidden; color: #999; text-transform: none; font-size: 11px; }
#navpath { display: block; height: 17px; border-bottom: 1px solid #ccc; }
#navpath ol { float: left; margin: 0; padding: 0px; list-style: none; }
#navpath li { float: left; margin: 0; list-style: none; }
#navpath a { float: left; display: inline; color: #999; text-decoration: none; padding-left: 10px; margin-right: 15px; background: url(../images/menuarrow.jpg) no-repeat 0 50%; }
#navpath a:hover, #navpath a:focus { text-decoration: underline; }

/*
 * Footer
 */
#footer {
	clear: both;
	height: 60px;
	text-align: left;
	background-image: url(../images/borderbottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer .footcontent { 
	font-size: 11px; 
	color: #666; 
	line-height: 25px; 
	padding: 5px 0px 0px 0px;  
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover, #footer a:focus { text-decoration: underline; }


/*
 * formularer
 */
div.tx-powermail-pi1 {
	margin: 1px 1px 0px 1px; 
	padding: 0px;
}
fieldset {
	border: none;
}
legend {
	background-image: none;
	color: #000;
}
label { 
	float: left; 
	font-size: 12px; 
	text-align: right; 
	width:90px;
	margin: 2px 5px 0px 5px; 
	font-weight: normal
}
input { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #999; 
	width: 200px; 
	vertical-align: middle; 
	border: 1px solid #333; text-align: left;
	padding: 2px; margin: 5px 5px 5px 0px; 
	background: url(../images/formbg.jpg) #000; 
	background-position: top left;
	background-repeat: repeat-x; 
}
textarea { 
	background-color:#FFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #999; 
	border: 1px solid #333;
	text-align: left; width: 200px; 
	height: 50px; 
	padding: 2px; 
	margin: 5px 5px 5px 0px;
	background: url(../images/formbg.jpg) #000; 
	background-position: top left;
	background-repeat: repeat-x; 
	scrollbar-base-color: #000; 
	background-color: #333;
	scrollbar-arrow-color: #333;
	overflow: scroll; 
	overflow-y: auto; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
div.tx-powermail-pi1 input[type=submit] { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999; 
	font-weight: normal; 
	text-align: center;
	vertical-align: middle; 
	cursor:pointer; 
	border:none; 
	background-image: url(../images/buttonbg.gif); 
	background-position: top left;
	background-repeat: no-repeat; 
	clear: both;
	width: 89px;
	height: 21px;
	padding: 2px 2px 2px 2px; margin: 5px 5px 5px 98px; 
}
div.tx-powermail-pi1_mandatory input[type=submit] { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999; 
	font-weight: normal; 
	text-align: center;
	vertical-align: middle; 
	cursor:pointer; 
	border:none; 
	background-image: url(../images/buttonbg.gif); 
	background-position: top left;
	background-repeat: no-repeat; 
	float: left;
	clear: left;
	width: 89px;
	height: 21px;
	padding: 2px 2px 2px 2px; margin: 5px 5px 5px 5px; 
}
#contact div.tx-powermail-pi1 {
	background: url(../images/menubg1.jpg) no-repeat;
	background-position: top left;
	margin: 1px 1px 0px 1px; 
	padding: 0px;
}
#contact {
	border: 1px solid #333;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 223px;
}
#contact fieldset { 
	border: none;
	margin: 0px 0px 0px 0px; 
	padding:1px 1px 5px 1px; 
}

#contact div.tx-powermail-pi1 legend { 
	list-style: none; 
	color: #FFF; 
	vertica-align: middle;
	text-decoration: none; 
	text-transform: uppercase;
	padding: 10px 0px 20px 25px; 
	margin: 0px 0px 0px 0px;
	clear: both;
}
#contact input { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #999; 
	width: 120px; 
	vertical-align: middle; 
	border: 1px solid #333; text-align: left;
	padding: 2px; margin: 5px 5px 5px 0px; 
	background: url(../images/formbg.jpg) #000; 
	background-position: top left;
	background-repeat: repeat-x; 
}
#contact .tx-powermail-pi1 input[type=submit] { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999; 
	font-weight: normal; 
	text-align: center;
	vertical-align: middle; 
	cursor:pointer; 
	border:none; 
	background-image: url(../images/buttonbg.gif); 
	background-position: top left;
	background-repeat: no-repeat; 
	clear: both;
	width: 89px;
	height: 21px;
	padding: 2px 2px 2px 2px; margin: 5px 5px 5px 85px; 
}
#contact div.tx-powermail-pi1_mandatory input[type=submit] { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #999; 
	font-weight: normal; 
	text-align: center;
	vertical-align: middle; 
	cursor:pointer; 
	border:none; 
	background-image: url(../images/buttonbg.gif); 
	background-position: top left;
	background-repeat: no-repeat; 
	float: left;
	clear: left;
	width: 89px;
	height: 21px;
	padding: 2px 2px 2px 2px; margin: 5px 5px 5px 5px; 
}
div.tx-powermail-pi1_mandatory form {
	border: 0px solid #ff0000;
	margin: 0px;
}
#contact label { 
	float: left; 
	font-size: 12px; 
	text-align: right; 
	width:75px;
	margin: 2px 5px 0px 5px; 
	font-weight: normal
}
#contact textarea { 
	background-color:#FFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #999; 
	border: 1px solid #333;
	text-align: left; width: 120px; 
	height: 50px; 
	padding: 2px; 
	margin: 5px 5px 5px 0px;
	background: url(../images/formbg.jpg) #000; 
	background-position: top left;
	background-repeat: repeat-x; 
	scrollbar-base-color: #000; 
	background-color: #333;
	scrollbar-arrow-color: #333;
	overflow: scroll; 
	overflow-y: auto; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
.csc-mailform { text-align:left; margin-bottom:2px; border: 0px dashed #CCCCCC; }

input[type=checkbox] { border: none; width: 15px; text-align: left; }
input#tx-srfeuserregister-pi1-username, input#tx-srfeuserregister-pi1-password, input#tx-srfeuserregister-pi1-password_again, input#tx-srfeuserregister-pi1-first_name, input#tx-srfeuserregister-pi1-last_name, input#tx-srfeuserregister-pi1-address, input#tx-srfeuserregister-pi1-city, input#tx-srfeuserregister-pi1-zip, input#tx-srfeuserregister-pi1-email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	border: 0px solid #000;
	text-align: left;
	padding: 3px;
	margin: 0px 20px 0px 0px;
}


select { 
	background-color:#FFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666; 
	border: 1px solid #ccc;
	text-align: left; 
	width: 250px; 
	padding: 2px; 
}
.radio { 
	background-color:#FFF; 
	color: #333; 
	padding: 2px; 
	border: 0px; 
	vertical-align: bottom; 
}
.csc-mailform-submit { text-align: center; vertical-align: top; margin-left: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.csc-mailform-check {
}
div.tx-powermail-pi1 div.tx-powermail-pi1_mandatory { color:#FF0000; padding: 45px; 5px 5px 5px; }
div.powermail_mandatory_js { 
	font-size: 11px;
	color:#FF0000; 
	margin: 0px 0px 0px 100px; 
	padding: 0px; 
}
#contact div.powermail_mandatory_js { 
	font-size: 11px;
	color:#FF0000; 
	margin: 0px 0px 0px 85px; 
	padding: 0px; 
}
div.csc-textpic-imagerow {
	padding-bottom: 10px;
}