

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
nav, header, section, article, footer,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
nav, header, section, article, footer {
	clear: both;
} 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hideme,
.tabs-hide {
position: absolute;
left: -9999em;
top: -9999em;
}

.clear {
	clear: both;
}

#ergebnisliste.tabs-hide {
	display: none;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.innerbox:after,
.section:after,
div#searcharea:after,
div#content:after,
div#expose:after,
div.container:after,
ul#results li:after,
ul.tab_nav:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}


* html .innerbox,
* html .section,
* html div#searcharea,
* html div#content,
* html div#expose,
* html div.container,
* html ul#results li,
* html ul.tab_nav { /* for our friend ie6 */
	height: 1%;
	zoom: 1;
}

*+html .innerbox,
*+html .section,
*+html div#searcharea,
*+html div#content,
*+html div#expose,
*+html div#container,
*+html ul#results li,
*+html ul.tab_nav { /* for our friend ie7 */
	display: inline-block; 
}



/* Page-Layout and default settings */

body {
	font: 14px/1.3  Arial, Helvetica, sans-serif;
	color: #262626;
	text-align: left;
	background: #d4d4d4 url(../img/body_bg.png) repeat-x 0 0;
	margin: 0;
}

a:link,
a:visited {
	color: #ac1a2f;
	text-decoration: none;
}

a:hover,
a:focus{
	color: #262626;
	text-decoration: none;
}

a.nolink {
	cursor: default !important;
}


h1, h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 16px;
	color: #12161a;
}

* + h1,
* + h2,
*.m_top {
	margin-top: 30px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #12161a;
}

h4 {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
	line-height: inherit;
}

strong {
	font-weight: bold;
	color: #3e3e3e;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
	line-height: 1.6;
	display: block;
	padding: 3px 0;
}

.neg_spaced {
	word-spacing: -1px;
}

img {
	border: 1px solid #c6c6c6;
	padding: 4px;
	background: #fff;
}

img.block {
	display: block;
}

img.noborder {
	border: none;
	padding: 0;
	background: transparent;
}

img.mw_sidebar {
	max-width: 210px;
}

img.mw_sidebar.noborder {
	max-width: 220px;
}

hr {
  background: #c6c6c6; 
  color: #c6c6c6;
  clear: both; 
  float: none; 
  height: 1px;
  margin: 0 20px 13px 0;
  border: none;
}

.span_1 hr, .span_2 hr, .span_3 hr, .span_4 hr, .span_5 hr, .span_6 hr, .span_7 hr, .span_8 hr {
  margin: 13px 0;
}

blockquote {
	font-style: italic;
	margin-bottom: 27px;
}
	blockquote .source {
		font-weight: bold;
		margin-top: -6px;
	}
	
li ul, li ol { margin:0 18px; }
ul, ol { margin:0 16px 18px 16px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }


/* Classes ---------------------------------------------------------*/

.content_block {
	margin-top: 45px;
}

#c_1 {
	margin-top: 0;
}

.subline {
	font-size: 1em;
	color: #919191;
	font-style: italic;
	margin-bottom: 1.2em;
	margin-top: -9px;
	font-weight: normal;
}

h4.subline {
	margin-bottom: 12px;
}


.important {
	font-weight: bold;
}

.indent {
	padding-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}


.fleft {
	float: left;
	margin: 5px 19px 7px 0;
}

.fright {
	float: right;
	margin: 5px 0 7px 19px;
}

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

.two_elements {
	overflow: hidden;
}
	.two_elements .el_1,
	.two_elements .el_2 {
		float: left;
	}
	.two_elements .el_2 {
		float: right;
	}

.gap_top {
	padding-top: 18px;
	display: block;
}
.gap_bottom {
	padding-bottom: 18px;
	display: block;
}

.gap_top_10 {
	padding-top: 10px;
	display: block;
}
.gap_bottom_10 {
	padding-bottom: 10px;
	display: block;
}

.lift_top {
	margin-top: -18px;
}

.shy {
	color: #919191;
}

a.more {
	background: url(../img/pfeil.png) no-repeat 0 5px;
	padding-left: 10px;
}

a.more:hover,
a.more:focus {
	background-position: 2px 5px;
}

a.back {
	background: url(../img/pfeil_back.png) no-repeat 2px 4px;
	padding-left: 12px;
	margin-left: -2px;
}
a.back:hover,
a.back:focus {
	background-position: 0 4px;
}


a.video {
	background: url(../img/video.png) no-repeat 0 55%;
	padding-left: 20px;

}



/* Buttons */

a:link.button,
a:visited.button,
*.button{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1 url(../img/button_gr.png) repeat-x 0 0;
	padding: 0 14px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
	width: auto;
	overflow: visible;
	color: #ac1a2f;
	font-weight: bold;
}

a:hover.button,
a:focus.button,
*:hover.button,
*:focus.button {
	color: #262626;
	background-color: #fafafa;
	background-position: 0 -23px;
	text-decoration: none;
	border-color: 1px solid #eee;
}



span.pre {
	white-space: pre;
}


/* -- Error -- */
.error {
	color: #ff4303;
	border: 2px solid;
	background: #ffd9cd;
	padding: 10px;
	margin: 18px 0;
}

label.errormsg {
	color: #ff4303;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: -15px;
}


/* -- Success -- */
.success {
	color: #add800;
	border: 2px solid;
	background: #eff7cc;
	padding: 10px;
	margin: 18px 0;
}

div#contact .success {
	margin-top: 0;
}

.success h3 {
	margin: 0;
}

span.required {
	color: #777;
}

.author {
	display: block;
	margin-top: 30px;
	font-style: italic;
}

img.captcha {
	padding: 0;
	border: none;
}

/* -- plain List without bullets -- */
ul.plainlist {
	list-style: none;
	margin: 0;
}



/* Framework ---------------------------------------------------------*/

div#paper {
	width: 960px;
	margin: 0;
	padding: 20px 0 0 55px;
	/*text-shadow: 0 0 0 #fff;*/
	position: relative;
	overflow: hidden;
}

/* Header */
div#header {
	position: relative;
}

div#header img,
#logo img{
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	background: none;
}

div#header h1{
	display: none;
}

	div#header a#logo {
		width: 416px;
		height: 27px;
		overflow: hidden;
		position: absolute;
		z-index: 1080;
		top: 35px;
		left: 0;
	}
	
	.logout a#logo {
		width: 416px;
		height: 27px;
		overflow: hidden;
		position: relative;
		z-index: 1080;
	}
/* Content */
div#content {
	min-height: 190px;
	padding: 60px 0 0 0;
	position: relative;
}

.logout div#content {
	height: 12em;
	padding: 200px 0 0 0;
	position: relative;
}

	

.section {
	margin: 0 0 30px;
	position: relative;
	padding: 0;
}

	.span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12, .span_13, .span_14, .span_15, .span_16  {
		margin: 0 20px 1.5em 0;
		float: left;
		display: inline;
	}
	
	.last { margin-right: 0; }
	
	.container { margin-bottom: 0;}
	
	/* Use these classes to set the width of a column. */
	.span_1  { width: 60px;}
	.span_2  { width: 140px;}
	.span_3  { width: 220px;}
	.span_4  { width: 300px;}
	.span_5  { width: 380px;}
	.span_6  { width: 460px;}
	.span_7  { width: 540px;}
	.span_8  { width: 620px;}
	.span_9  { width: 700px;}
	.span_10 { width: 780px;}
	.span_11 { width: 860px;}
	.span_12, div.span_12 { width: 940px; margin: 0; }
	
	
	/* Add these to a column to append empty cols. */
	.append_1  { padding-right: 80px;}
	.append_2  { padding-right: 160px;}
	.append_3  { padding-right: 240px;}
	.append_4  { padding-right: 320px;}
	.append_5  { padding-right: 400px;}
	.append_6  { padding-right: 480px;}
	.append_7  { padding-right: 560px;}
	.append_8  { padding-right: 640px;}
	.append_9  { padding-right: 720px;}
	.append_10 { padding-right: 800px;}
	.append_11 { padding-right: 880px;}
	
	
	/* Add these to a column to prepend empty cols. */
	.prepend_1  { padding-left: 80px;}
	.prepend_2  { padding-left: 160px;}
	.prepend_3  { padding-left: 240px;}
	.prepend_4  { padding-left: 320px;}
	.prepend_5  { padding-left: 400px;}
	.prepend_6  { padding-left: 480px;}
	.prepend_7  { padding-left: 560px;}
	.prepend_8  { padding-left: 640px;}
	.prepend_9  { padding-left: 720px;}
	.prepend_10 { padding-left: 800px;}
	.prepend_11 { padding-left: 880px;}
	
	
	
	/* Border on right hand side of a column. */
	div.border {
	  padding-right:9px;
	  margin-right:10px;
	  border-right: 1px solid #eee;
	}
	
	/* Border with more whitespace, spans one column. */
	div.colborder {
	  padding-right:53px;
	  margin-right:50px;
	  border-right: 1px solid #eee;
	}
	
	/* Use these classes on an element to push it into the 
	   next column, or to pull it into the previous column.  */
	
	.pull_1 { margin-left: -80px;}
	.pull_2 { margin-left: -160px;}
	.pull_3 { margin-left: -240px;}
	.pull_4 { margin-left: -320px;}
	.pull_5 { margin-left: -400px;}
	.pull_6 { margin-left: -480px;}
	.pull_7 { margin-left: -560px;}
	.pull_8 { margin-left: -640px;}
	.pull_9 { margin-left: -720px;}
	.pull_10 { margin-left: -800px;}
	.pull_11 { margin-left: -880px;}
	.pull_12 { margin-left: -960px;}
	
	.pull_1, .pull_2, .pull_3, .pull_4, .pull_5, .pull_6, .pull_7, .pull_8, .pull_9, .pull_10, .pull_11, .pull_12 {float:left;position:relative;}
	
	
	.push_1 { margin: 0 -80px 1.5em 80px;}
	.push_2 { margin: 0 -160px 1.5em 160px;}
	.push_3 { margin: 0 -240px 1.5em 240px;}
	.push_4 { margin: 0 -320px 1.5em 320px;}
	.push_5 { margin: 0 -400px 1.5em 400px;}
	.push_6 { margin: 0 -480px 1.5em 480px;}
	.push_7 { margin: 0 -560px 1.5em 560px;}
	.push_8 { margin: 0 -640px 1.5em 640px;}
	.push_9 { margin: 0 -720px 1.5em 720px;}
	.push_10 { margin: 0 -800px 1.5em 800px;}
	.push_11 { margin: 0 -880px 1.5em 880px;}
	.push_12 { margin: 0 -960px 1.5em 960px;}
	
	.push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8, .push_9, .push_10, .push_11, .push_12 {float:right;position:relative;}

	.mt_0 { margin-top: 0 !important; }

/* footer */
div#footer {
	overflow: hidden;
	padding: 20px 0 20px;
	font-size: 11px;
}
	
	div#footer hr {
		margin: 0 0 5px;
	}

	
	div#footer div { margin: 0 10px; }

/* Navigation ---------------------------------------------------------*/

/* -- Mainnav -- */

ul#mainnav {
	list-style: none;
	padding: 95px 0 0;;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: left;
}

	ul#mainnav li {
		display: inline;
		text-align: left;
		padding: 0 35px 0 0;
	}
	ul#mainnav li.last-child {
		padding: 0;
	}
	
	ul#mainnav li a {
		font-size: 16px;
		letter-spacing: .02em;
	}
	
	ul#mainnav li.active a,
	ul#mainnav li a:hover,
	ul#mainnav li a:focus {
		color: #262626;
		text-decoration: none;
	}
	
	ul#mainnav li.active a {
		font-weight: bold;
	}
	
	

/* -- Sidenav -- */

ul#sidenav {
	list-style: none;
	padding: 0;;
	margin: -10px 0 0;
	position: relative;
	overflow: hidden;
	text-align: left;
}

	ul#sidenav li {
		border-bottom: 1px solid #c6c6c6;
		vertical-align: bottom;
	}

	ul#sidenav li a {
		display: block;
		padding: 10px 0;
	}
	
	ul#sidenav li.active a {
		font-weight: bold;
		color: #262626;
	}
	
	



/* -- Vertical Navigation -- */
ul.vert_menu {
	margin: 0 -10px;
	list-style: none;
}
	ul.vert_menu li {
		vertical-align: bottom;
		background: url(../img/engraved_line.png) repeat-x 0 100%;
	}
	
		ul.vert_menu li.active a {
			color: #3b3b3b;
		}
		
		ul.vert_menu li a {
			display: block;
			padding: 1px 0 3px 10px;
		}
	


/* -- Tab-Nav -- */

ul.tab_nav {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #dcd8cf;
}

	ul.tab_nav li {
		float: left;
		margin-right: 10px;
		position: relative;
		bottom: -1px;
		border: 1px solid #dcd8cf;
		border-width: 1px 1px 0 1px;
	}
	
		ul.tab_nav li a {
			float: left;
			padding: 5px 10px;
		}
		
		ul.tab_nav li.active a,
		ul.tab_nav li a:hover {
			border: 1px solid #dcd8cf;
			border-width: 1px 1px 0 1px;
			padding: 4px 9px 5px 9px;
		}
		
		ul.tab_nav li.active {
			font-weight: bold;
			background: #fff;
		}
		
		ul.tab_nav li.active a:hover {
			text-decoration: none;
		}

/* Special ---------------------------------------------------------*/


#loginbutton {
	font-weight: bold;
	color: #fff;
	float: left;
	position: absolute;
	top: 55px;
	right: 0;
	border: 1px solid #b9b9b9;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	background-color: #c1c1c1;
	background-image: -moz-linear-gradient(top, #d4d4d4, #b9b9b9); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #b9b9b9),color-stop(1, #d4d4d4)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#b9b9b9'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#b9b9b9')"; /* IE8 */
}

.logout #loginbutton {
	top: 6em;
	right: auto;
	left: 160px;
}

#loginbutton:hover,
#loginbutton:focus {
	background-image: -moz-linear-gradient(top, #dddddd, #999999); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #999999),color-stop(1, #dddddd)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#999999'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#999999')"; /* IE8 */  
}

	#loginbutton span {
		float: left;
		padding: 4px 25px 4px 43px;
		background: url(../img/key.png) no-repeat 15px 50%;
		
		padding: 4px 25px;
		background: none;
		
		cursor: pointer;
	}
 
#login {
	padding: 20px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #ffffff, #d4d4d4); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4d4d4),color-stop(1, #ffffff)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4')"; /* IE8 */
	border: 1px solid #eaeaea;
	width: 340px;
	min-height: 65px;
	height: auto;
}

#paper #login {
	display: none;
}

	#login h3{
		margin: 0 0 18px;	
	}
	
	#login label{
		position: absolute;
		left: -999em;	
	}
	
	#login input.text{
		font-size: 115%;
		width: 200px;	
	}
	#login button{
		font-size: 130%;
		height: auto;
	}
	#login p.fieldwrap{
		margin-bottom: 0;
	}

.special {
	background: #f2f2f2;
	padding: 19px;
	margin: 19px 0;
}

.special p:last-child{
	margin: 0;
}

.gbnavi {
	text-align: center;
} 

#projektsuche {
	background: #f2f2f2;
	padding: 19px;
	margin: -19px 0 38px;
}

#searchform {
	background: #fff;
	padding: 10px;
}
	#searchform h3 {
		margin-top: 0;
	}
	
	#searchform input.text {
		margin-right: 15px;
		width: 405px;
	}
	
	#searchform button {
		width: 85px;
		height: 25px;
		line-height: 25px;
		font-weight: bold;
	}

#popmenu img {
	border: none;
	padding: 0;
	background: none;
}

span.flex2_edit {
	font-style: italic;
	color: #666;
}



#gast {
	position: relative;
	padding-top: 60px;
}

	#gast .newentry{
		position: absolute;
		right: 0;
		top: 0;
	}


div.pressezitate h3.presseheading {
	margin: 50px 0 -20px;
}


/** back_buttons **/

a.b_start, a.b_end {
	position: absolute;
	left: 20px;
	top: 65px;
}

a.b_end {
	bottom: 30px;
	top: auto;
}


/** Teaser-List **/
ul.teaser_list {
	margin: 0 0 10px;
	list-style: none;
}

	ul.teaser_list li {
		border-bottom: 1px solid #c6c6c6;
		margin: 0 0 24px;
		padding: 0 0 25px 125px;
		min-height: 100px;
		position: relative;
	}
	
	ul.teaser_list li h2 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	ul.teaser_list li *.subline {
		margin-bottom: 10px;
		font-size: 14px;
	}
	ul.teaser_list li p {
		margin-bottom: 0;
	}
	ul.teaser_list li div.teaser_img{
		border: 1px solid #c6c6c6;
		padding: 4px;
		height: 92px;
		width: 92px;
		overflow: hidden;
		background: #fff no-repeat 50% 50%;
		position: absolute;
		left: 0;
	}
	
	ul.teaser_list li div.teaser_img .inner{
		height: 92px;
		background: #fff no-repeat 50% 50%;
		display: block;
	}
	
	ul.teaser_list li div.teaser_img .inner *{
		visibility: hidden;
		display: none;
	}


/** Thumb-List **/
ul.thumb_list {
	overflow: hidden;
	margin: 45px 0 0;
	list-style: none;
}

	ul.thumb_list li {
		width: 75px;
		height: 75px;
		float: left;
		display: inline;
		margin: 0 20px 20px 0;
		border: 1px solid #c6c6c6;
		padding: 4px;
		background: #fff;
		overflow: hidden;
	}
	
	ul.thumb_list li img{
		display: none;
	}
	
	ul.thumb_list li a{
		display: block;
		width: 75px;
		height: 75px;
		overflow: hidden;
		background: no-repeat 50% 30%;
	}
	
	ul.thumb_list li span.flex2_edit{
		display: block;
		margin-top: -98px;
		width: 40px;
	}
	
	ul.thumb_list li span.flex2_edit img{
		display: inline !important;
		visibility: visible !important;
		padding: 0;
		border: none;
	}


/** Small-Thumb-List **/
ul.small_thumb_list {
	overflow: hidden;
	margin: 0 -10px 0 0;
	list-style: none;
}

	ul.small_thumb_list li {
		overflow: hidden;
		width: 40px;
		height: 40px;
		float: left;
		display: inline;
		margin: 0 10px 10px 0;
	}
	ul.small_thumb_list li a{
		display: block;
	}
	
/** Download-List **/
ul.downloads {
	overflow: hidden;
	margin: 30px 0;
	padding: 10px 20px;
	border: 1px solid #c6c6c6;
	list-style: none;
	background-color: #e8e8e8;
}

	ul.downloads li {
		border-top: 1px solid #c6c6c6;
	}
	
	ul.downloads li:first-child,
	ul.downloads li.first-child {
		border-top: none;
	}
	
	ul.downloads li a {
		display: block;
		padding: 10px 5px;
	}	
	


/** Forms ---------------------------------------------------------*/

form dl {
	overflow: hidden;
}

	form dl dt {
		float: left;
		width: 115px;
		padding: 6px 0;
	}
	
	form dl dt label {
		display: block;
		padding-top: 2px;
	}
	
	form dl dd {
		padding: 6px 0 6px 120px;
	}
	
	form dl dd.even {
		background: none;
	}

form dl.with_sep {
	padding: 0 0 20px 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
}


p.fieldwrap {
	margin-bottom: 18px;
}

p.fieldwrap img{
	vertical-align: middle;
}

div.two_col_fields p.fieldwrap {
	width: 200px;
  min-height: 36px;
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
}

div.two_col_fields p.fieldwrap label {
	/*font-weight: normal;*/
}

div.submit {
	padding: 18px 0;
	height: 25px;
}

div.w_legend div.submit {
	/* padding-left: 21px;*/
}

form#weiterleiten_form div.submit {
	padding-top: 0;
}

div.wait {
	background: url(../img/bittewarten.gif) no-repeat 50% 50%;
}
div.wait button {
	visibility: hidden;
}

.loader img {
	vertical-align: middle;
	margin-top: -2px;
}

form.quicksearch {}

	form.quicksearch ul {
		margin: 0 0 -18px 0;
		list-style: none;
	}
	form.quicksearch ul li {
		margin-bottom: 18px;
		vertical-align: bottom;
	}
	
	form.quicksearch label {
		display: block;
		margin-bottom: 2px;
	}
	
	form.quicksearch select {
		width: 55px;
		padding: 0;
	}


input,
select,
select option,
textarea,
button {
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 14px;
	padding: 0;
}

input.text,
select,
input.file,
textarea {
	border: none;
	padding: 2px 4px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #c6c6c6;
	width: 328px;
}

input.text:hover,
input.text:focus,
select:hover,
select:focus,
input.file:hover,
input.file:focus,
textarea:hover,
textarea:focus,
input.hover,
input.focus,
select.hover,
select.focus,
input.hover,
input.focus,
textarea.hover,
textarea.focus {
	border-color: #666 !important;
}

input.fmverify {
	width: 258px;
	margin-left: 10px;
}

input.captcha {
	width: 224px;
}

select.multi {
	height: 127px;	
}
label {
	color: #3b3b3b;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

div#header label.overlabel {
	color: #fff;
	margin-top: -18px;
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #7f7f7f;
}

.overlabel-wrapper {
	position: relative;
}

	div#header label.overlabel-apply,
	label.overlabel-apply {
		color: #7f7f7f;
		margin: 0;
		position: absolute;
		top: 1px;
		left: 6px;
		font-weight: normal;
		font-size: 12px;
	}


/*label.required {
	font-weight: bold;
}

label.blocklabel {
	display: block;
	color: #000;
	width: 340px;
	margin-bottom: 9px;
}

label.error {
	display: block;
	font-size: 10px;
	color: #e84d26;
}
*/

label.block {
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	zoom: 1;
}

label.half_block {
	width: 49%;
	float: left;
}

label.block input {
	padding: 0;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

label img {
	vertical-align: middle;
	margin: -2px 0 0 2px;
}
label input {
	vertical-align: middle;
	margin: 0;
}

input.radio,
input.checkbox {
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0;
}

textarea {
	height: 120px;
	vertical-align: top;
	overflow: auto;
}


input.short {
	width: 88px;
	margin-right: 17px;
}

input.medium {
	width: 208px;
	margin-right: 17px;
}

input.errormsg,
textarea.errormsg,
input:hover.errormsg,
textarea:hover.errormsg,
input:focus.errormsg,
textarea:focus.errormsg {
	border-color: #ff4303 !important;
	background: #ffd9cd !important;
}

select {
	width: 340px;
}

select.half {
	width: 134px;
}

select option {
	padding: 0px 3px;
}

select.full {
	width: 100%;
}

button {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1 url(../img/button_gr.png) repeat-x 0 0;
	padding: 0 14px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
	vertical-align: middle;
	color: #ac1a2f;
	font-weight: bold;
}

	button:hover,
	button:focus {
	color: #262626;
	background-color: #fafafa;
	background-position: 0 -23px;
	text-decoration: none;
	border-color: 1px solid #eee;
}




button[disabled] {
	opacity: .4;
	cursor: default;
}

	
fieldset {
	border-bottom: 1px solid #dcd8cf;
	margin-bottom: 27px;
	padding-bottom: 9px;
}
fieldset legend{
	display: none;
}

fieldset.w_legend legend{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px;
	color: #fff;
	background: #000101 url(../img/nav_bg.png) repeat-x 0 0;
}

fieldset.w_legend {
	padding: 20px;
	border: 1px solid #c6c6c6;
	background-color: #e8e8e8;
}



/**
 * CSS for fancyBox
*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../img/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1050;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../img/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../img/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(../img/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(../img/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(../img/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(../img/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../img/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../img/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../img/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../img/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../img/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../img/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../img/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../img/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../img/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../img/fancybox.png);
	background-position: -40px -122px;
}



