/* 
	-----------------------------------------------------
	Stylesheet zur Darstellung auf dem Bildschirm für Homepage "Designinitiative Niedresachsen".
	Kunde: iF Design Hannover
	Getestet auf und Optimiert für:
	WIN: IE >= 6, FF >= 1.5, Opera >= 9, Safari 3.1
	MAC: Safari 3.1, FF >= 2, Opera >= 9.2
	author: Klaus Spencker, Felix Wahner, Niels Heidenreich
	Stand: 20.05.2008
	-----------------------------------------------------
*/
/* 	
	Globales aufheben der default Abstände aller Elemente basierend auf 
	Eric Meyers "reset reloaded" 
	http://aktuell.de.selfhtml.org/weblog/browserstyles-zuruecksetzen-reset-css
*/
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, 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-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color:#FFFFFF;
	height: 100.01%;
	padding-bottom: 40px;
}
ol, ul, dl {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
blockquote, q {
	quotes: "" "";
}
input, textarea, button {
	cursor: pointer;
	}
* html input, * html textarea, * html button {
	cursor: hand;
	}
*+html input, *+html textarea, *+html button {
	cursor: hand;
	}			
/*  Aufheben von Floats ohne zusaetzliches Markup 
	http://www.jassesnee.de/easyclear/  */    
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*  Behelfsklassen: clearer, kein Hintergrundbild, keine Abstaende  */
.clearer {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
/* Kein Hintergrundbild */	
.nobg {
	background-image: none !important;
}			
.fleft {
	float: left !important;
	}
.fright {
	float: right !important;
	}			
.noborder {
	border: none !important;
	}
/* Keine Abstaende */	
.nospace {
	margin: 0 !important;
	padding: 0 !important;
}
/* Development Klasse fuer Kommentare */
.development {
	background-color: #00ff18;
	border: 3px solid #000;
	color: #000;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
	display: block;
}

/* ------------------------- Layout ------------------------------ */

/*  Autor: Klasu Spencker   */

/* Styles für Baustellenseite */

.construction{
	margin-left: 15px;
}
.construction img {
	margin-top: 15px;
}
.construction p{
	margin: 15px 0 0 13px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.construction hr{
	margin: 15px 0 0 13px;
	
}

/*  Globale Styles und Ausrichtung */


/*  Farbwerte
	
	Rot: 													#ec1d25
	Dunkelgrau: 											#585f6a
	Grau (Funktionen im Header): 							#979ba2
	Hellgrau (Hintergrund für Formulare im Login-Bereich): 	#e6e7e9
	
	Abmessungen der Haupt-Seitenbereiche:
	
	Header:								810px
	Linke Spalte: 						120px				
	Mittlere Spalte:					465px 
	Mittlere Spalte Inhalt:				435px
	Mittlere Spalte breit:				690px
	Mittlere Spalte breit Inhalt:		660px
	Rechte Spalte:						195px 
	
*/
	 
	

html {
	font-family: arial, helvetica, sans-serif;
	height: 100.01%;
}
body {
	color:#585f6a;
	text-align: center;
	background: #c2c3c8 url(../images/bg.jpg) repeat-x;
	
}
#wrapper {
	width: 900px;
	/*margin-top: 30px;*/ 
	margin: 30px auto; /* Content in nicht-IE Browsern horizontal zentrieren */
	height: 100.1%; /* verhindert ein "springen" in FF - Scrollbars werden immer angezeigt */
	background-color: transparent;
	position: relative;
	font-size: 12px;
	text-align: left;
	}
.preview #wrapper {
	margin: 30px 0 !important
	}

/* Globale Styles für Links */

a {
	color:#585f6a;
	text-decoration:none
}
a:hover {
	color:#ec1d25;
}
a.textlink {
	font-weight:bold;
	text-decoration:underline;
	background:url(../images/button_link_text.gif) no-repeat right center;
	padding-right:15px;
	padding-bottom:2px;
}
a.textlink:hover {
	text-decoration:none;
}
a.teaser_link {
	font-size:11px;
	font-weight:bold;
	color:#ec1d25;
	white-space:nowrap;
}
a.teaser_link:hover {
	text-decoration: underline;
}
a.highlight {
	color:#ec1d25;
}

/* Globale Styles für Headlines */

h2 {
	font-size: 26px;
	color:#ec1d25;
	margin:15px 0px 0px 15px;
	padding-bottom:5px;
	font-weight:bold;
}
h3 {
	/*font-size: 22px;*/
	font-size: 26px;
	color:#ec1d25;
	padding-bottom:3px;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	color:#585f6a;
	font-weight:bold;
	padding-right:15px;
}
h5 {
	font-weight:bold;
	font-size: 12px;
	color:#585f6a;
	font-weight:bold;
	line-height:14px;
}

p {
	line-height:14px;
}
.txt_bottom {
	height: 7px;
}
.whitebg{
background-color:#FFFFFF;

}

strong {
	font-weight: bold;
	}

/*   Styles für Header   */

#header {
	width:810px;
	height:150px;
	background:url(../images/bg_header.gif ) no-repeat;
	top:0;
	position:absolute;
}
.logo {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
}

/* Primärnavigation */

#header ul {
	position:absolute;
	font-size:14px;
	font-weight:bold;
	margin-top:132px;
	margin-left:165px;
	list-style:none;
}
#header li {
	float:left;
	margin-right:15px;
	text-transform:uppercase;
}

/*  Sucheingabe im Header  */

.button_header {
	border: 1px solid #979ba2;
	float:left;
}
#search {
	position:absolute;
	left:150px;
	top:100px;
	color:#979ba2;
	font-size:12px;
}
#search label {
	padding-right:6px;
	padding-top:2px;
	float:left;
}
#search legend {
	display:none
}
.input_header {
	border: 1px solid #979ba2;
	color:#fff;
	background-color:#585f6a;
	height: 11px;
	width: 110px;
	font-size:11px;
	margin-top:0px;
	float:left;
}

/*  Styleswitch im Header*/

#styleswitch {
	color:#979ba2;
	position:absolute;
	left:370px;
	top:98px;
	float:left;
}
#styleswitch a {
	color:#979ba2;
	font-weight:bold;
	padding:2px;
}
#styleswitch a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#styleswitch label {
	font-size:12px;
}
.size_1 {
	font-size:11px;
}
.size_2 {
	font-size:14px;
}
.size_3 {
	font-size:17px;
}

/* Loginformular im Header*/

#login {
	color:#979ba2;
	position:absolute;
	top:13px;
	left:580px;
	font-size:12px;
}
#login label {
	padding-right: 4px;
}
.user {
	font-size:14px;
	font-weight:bold;
}
#login table {
	width:215px;
}
#login td {
	text-align:right;
	padding: 2px 0 2px 0;
	vertical-align:middle;
}
#login a {
	color:#979ba2;
}
#login a:hover {
	text-decoration:underline;
	color:#fff;
}
.input_login {
	border: 1px solid #979ba2;
	color:#fff;
	background-color:#585f6a;
	height: 11px;
	width: 110px;
	font-size:11px;
	margin-top:0px;
}
.input_login_user {
	border: 1px solid #979ba2;
	color:#fff;
	background-color:#585f6a;
	height: 11px;
	font-size:11px;
	margin-top:0px;
	width: 125px;
}
.login_spacer {
	padding-top:7px;
	float:right;
}

/* Benutzerkennung im Header im angemeldeten Zustand  */

#user_id {
	text-align:right;
	color:#979ba2;
	position:absolute;
	top:16px;
	left:658px;
	font-size:12px;
}
#user_id .user_name {
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin:7px 0 12px 0;
}
#user_id p {
	margin: 0px 0 4px 0;
	color:#979ba2;
}
#user_id a {
	color:#979ba2;
	background:url(../images/button_link_header.gif) no-repeat right center;
	padding:0 15px 0 0;
}
#user_id a:hover {
	text-decoration:underline;
	background:url(../images/button_link_header_over.gif) no-repeat right center;
	color:#FFFFFF;
}


/*  Sekundärnavigation */

#leftcolumn {
	position:absolute;
	width:120px;
	top:175px;
	left:0;
}
ul#secnav {
	list-style:none;
	margin-bottom:30px;
}
ul#secnav li {
	text-align:right;
	padding:6px 0 6px 0;
	border-bottom: 1px solid #585f6a;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#secnav ul {
	border: none;
	font-size: 11px;
	margin: 10px 0 10px 0;
}
ul#secnav ul li {
	border: none;
	font-size: 11px;
	font-weight:normal;
	padding:2px;
	text-transform:none;
}


/* Funktionalnavigation*/

#funcnav {
	position:relative;
	width:120px;
}
ul#funcnav li {
	text-align:right;
	padding:3px;
	font-size:10px;
	text-transform:uppercase;
}

/* Metanavigation*/

#metanav {
	position:relative;
	width:120px;
	margin-top:20px;
}
ul#metanav li {
	text-align:right;
	padding:1px;
	font-size:10px;
	text-transform:uppercase;
}


/* Breadcrumbavigation */
/* = hack in ie6.css */

#breadcrumb {
	margin:0 0 -5px 30px;
	height:10px;
	font-size:10px;
}
#breadcrumb li {
	margin-left:2px;
	float:left;
	color:#acafb5;
}
#breadcrumb a {
	color:#acafb5;
}
#breadcrumb a:hover {
	color:#636974;
}


/* Default Content und Schattenkonstrukt für mittlere Content-Spalte */

#centercolumn {
	position:absolute;
	top: 156px;
	left: 135px;
	width: 465px;
}
.preview #centercolumn {
	top: 0 !important;
	left: 0 !important;
	width: 465px;
}
/* Safari Hack zur Y - Positionierung */
html* #centercolumn {
	position:absolute;
	top: 160px;
	left: 135px;
	width: 465px;
}

.outer_frame {
	/* Äußerer Schattenrahmen rechts, oben, links */
	margin-top:0px;
	padding: 15px 15px 0 15px;
	background: url(../images/mainshadow_tall.png) no-repeat;
	width:465px;
	position:relative;
}
.outer_frame_2col {
	/* Breiter Schattenrahmen  */
	margin-top:0px;
	padding: 15px 15px 0 15px;
	background: url(../images/mainshadow_wide.png) 0 0 no-repeat;
	width: 690px;
	position:relative;
}
.bottomshadow {
	/* Äußerer Schattenrahmen unten */
	background: url(../images/bottomshadow.png) no-repeat;
	position:relative;
	height:15px;
	width:465px;
}
.bottomshadow_2col {
    /* Breiter Schattenrahmen unten */
	background: url(../images/bottomshadow_wide.png) 0 0 no-repeat;
	position:relative;
	height:15px;
	width:690px;
}

/* Inhaltsbereich innerhalb des Schattenkonstruktes*/
/* = hack in ie6.css */

#def_content {
	background-color:#FFFFFF;
	width:435px;
}
.def_text {
	margin:10px 15px 0px 15px;
	padding-bottom:7px;
	line-height:14px;
	color:#585F6A;
	font-size:12px
}
.def_text_fb {
	margin:0px 15px 0px 15px;
	padding-bottom:7px;
	line-height:14px;
	color:#585F6A;
	font-size:12px
}
.def_text a {
	color:#ec1d25;
}
.txt_cms a{
	color:#ec1d25;
}
.txt_cms a:hover{
	text-decoration:underline;	
}
#def_content a:hover{
	text-decoration:underline;
}	
.outer_frame_2col #def_content {
	background-color:#FFFFFF;
	width:660px;
	}
#def_content h2 {
	margin: 7px 15px 0 15px;
	font-weight:bold;
}
#def_content h3 {
	margin: 7px 15px 0 15px;
	font-weight:bold;
}
#def_content h4 {
	line-height:16px;
	margin:7px 0 0 15px;
}
#def_content .reg_subheadline {
	padding-top:21px;
	margin-top: 0px;
}

/* Grauer Hintergrund für Inhalte und Formulare im Login-Bereich */

.content-grey {
	background: #e6e7e9;
	}
.content-grey .def_text {
	padding-top: 10px;
	}

/*  Bildpalatzierung und Bildunterschriften im Text  */

#image_left {
	display:inline;
	margin:15px 15px 0 15px;
	float:left
}
#image_right {
	display:inline;
	/*width:135px;*/
	margin:15px;
	float:right;
}
#image_left .description {
	margin: 5px 0 5px 0; 
	font-size:11px; 
	line-height:11px;
	width:135px;	
}
#image_right .description {
	margin: 5px 0 5px 0; 
	font-size:11px; 
	line-height:11px;
	width:135px;	
}
.nodescription {
	margin: 5px 0 5px 0; 
	font-size:11px; 
	line-height:7px;
	width:10px; 
}


/* Footer */

#footer {
	position:relative;
	margin: -10px 15px 15px 15px;
	font-size:10px;
	text-align: center;
	height:13px;
	
}
#footer_wide {
	position:relative;
	margin: -10px 15px 15px 15px;
	font-size:10px;
	text-align: center;
	height:13px;
	width:660px;
}

.print {
	margin: 0 0 0 0;
	float:left;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/icon_print.gif) 0 0 no-repeat;
	text-indent: -200px;
	overflow: hidden;
}
.jump {
	float: right;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0;
	background: url(../images/icon_top.gif) 0 0 no-repeat;
	text-indent: -200px;
	overflow: hidden;
}

/* Rechte Spalte: Ansprechpartner, Kontext Module, Tag-Cloud */

#rightcolumn {
	position:absolute;
	width:195px;
	left:615px;
	top:150px;
}
.preview #rightcolumn {
	top: 0 !important;
	left: 480px !important;
}
.mod_contact h4 {
	border-bottom:1px solid #585F6A;
	margin-bottom:15px;
	padding-bottom:3px;
}
.mod_contact {
	margin-top:30px;
	position:relative;
}
.mod_contact h5 {
	margin:0px 70px 7px 0;
}
.mod_contact p {
	font-size:11px;
	line-height:14px;
}
.mod_contact img {
	display:inline;
	float:right;
}
.mod_contact .textlink {
	line-height:20px;
}
.mod_contact .textlink:hover {
text-decoration: underline;
}
.mod_default {
	margin-top:30px;
	position:relative;
	background-color:#585F6A;
	padding:3px 2px 2px 2px;
}
.mod_default h4 {
	color:#ec1d25;
	display:inline;
	padding:0 13px 3px 13px;
	background-color:#ffffff;
}
.mod_default a:hover {
	text-decoration:underline;
}
.mod_def_content {
	font-size:11px;
	margin-top:5px;
	padding:10px 15px 15px 15px;
	background-color:#ffffff;
}
.mod_text {
	margin:10px 0 10px 0;
	line-height:12px;
}
.mod_examples {
	margin:0 0 10px 0;
	line-height:12px;
}
.mod_download_links {
	margin:15px 0px -7px 0;
}
.mod_download_links_firstitem {
	margin-bottom: -7px;
}

/*  Tag-Cloud */

#tag_cloud {
	margin-top:30px;
	position:relative;
}
#tag_cloud a:hover{
	color:#ec1d25;
	text-decoration:underline;
}
#tag_cloud h4{
	border-bottom: 1px solid #585F6A;
	margin-bottom:12px;
	padding-bottom:3px;
}
#tag_cloud .tag_large {
	font-size:22px;
	font-weight:bold;
	color:#585F6A;
}
#tag_cloud .tag_medium {
	font-size:18px;
	font-weight:bold;
	color:#acafb5;
}
#tag_cloud .tag_small {
	font-size:14px;
	font-weight:bold;
	color:#dedfe1;
}

/* Styles für Bannerformate */

#banner_sky {
	background-color:#FFFFFF;
	position:absolute;
	left:840px;
	background:url(../images/label_anzeige.png) right top no-repeat;
	padding-right:16px;
}
.banner_medrect {
	padding:15px;
	text-align:center;
	border:3px solid #585F6A;
	background-color:#FFFFFF;
	width:399px;
}
.banner_halfsize {
	padding:7px;
	text-align:right;
	border:3px solid #585F6A;
	background-color:#FFFFFF;
	width:415px;
}
.label_rect {
	margin: 30px 0 3px 0;	
}
.banner_rect{
	padding:5px;
	text-align:center;
	border:2px solid #585F6A;
	background-color:#FFF;
	color:#585F6A;
	position:relative;
	}

/* Startseite Testimonials: "10 gute Gründe" */

#testimonial {
	text-align:right;
	margin-bottom:20px;
}
#testimonial h2 {
	margin:0;
	color:#585F6A;
	font-size:24px;
}
#testimonial p {
	margin:10px 0 10px 0;
	line-height:14px;
}


/* -------------------------    Styles für Teaser (Startseite, Bereichseinstiegsseite, Teaserseiten -------------------------------------- */



/* Hauptteaser mittlere Spalte*/

#centercolumn .clearer {
	height:0.1em;
}

/* opt. Teaser als Linkliste (erster Teaser Startseite)*/
.teaser_list a {
	background: url(../images/button_link_text.gif) center left no-repeat;
	font-size:14px;
	padding-left:16px;
	}
.teaser_list  {
	margin: 0 0 7px 15px;
} 
.teaser_list a:hover {
	text-decoration:underline;
}
/* Verlinkung der Headlines */
.link_main_teaser {
	color:#ec1d25;
}
.link_main_teaser:hover {
	text-decoration:underline;
}
/*  Verschieden Teaservarianten  */
.large_image_right {
	background:url(../images/bg_teaser_right.gif);
	background-color:#FFFFFF;
	width:435px;
}
.small_image_right {
	background:url(../images/bg_teaser_right.gif);
	background-color:#FFFFFF;
	width:435px;
}
.large_image_left {
	background:url(../images/bg_teaser_left.gif);
	background-color:#FFFFFF;
	width:435px;
}
.small_image_left {
	background:url(../images/bg_teaser_left.gif);
	background-color:#FFFFFF;
	width:435px;
}
.no_image {
	background-color:#FFFFFF;
	width:435px;
}
#banner {
	background-color:#FFFFFF;
	height:80px;
	padding-bottom:-7px;
	/*border: 3px solid #585F6A;
	padding:7px;*/
	width:435px;
}
/* = hack in ie6.css */
/*  Positionierung der Inhalte je nach Teaservariante  */
.left {
	margin: 0px 150px 0px 15px;
	padding-bottom:7px;
}
.right {
	margin: 0px 15px 0px 150px;
	padding-bottom:7px;
}
.plain {
	margin: 0px 15px 0px 15px;
	padding-bottom:7px;
}
.headline_left {
	margin: 0px 150px 7px 15px;
	padding-top:7px;
}
.headline_right {
	margin: 0px 15px 7px 150px;
	padding-top:7px;
}
.headline_plain {
	margin: 0px 15px 7px 15px;
	padding-top:7px;
}
.textlink_teaser {
	margin: 0px 15px 15px 15px;
}

/* = hack in ie7.css */
/*  Positionierung der Bilder je nach Teaservariante  */
.image_teaser_right {
	margin-top: 0px;
	float:right;
}
.image_teaser_left {
	float:left;
}
.label_banner {
	margin: 15px 0 -14px 15px;
}

/* Teaser der rechte Spalte der Startseite */

#teaser_aktuell {
	min-height:168px;
	margin-top:30px;
	position:relative;
	border: 2px solid #585F6A;
	padding:15px 15px 7px 15px;
	line-height:14px;
}
#teaser_aktuell h3 {
	margin-bottom:7px;
}
#teaser_aktuell img {
	margin:10px 0 5px 0;
}
#teaser_news {
	min-height:178px;
	margin-top:30px;
	position:relative;
	background-color:#ec1d25;
	border: 2px solid #ffffff;
	padding:15px 15px 0px 15px;
	line-height:14px;
	float:left;
}
/* = hack in ie6.css */
.button_news {
	float:right;
}
.white {
	color:#FFFFFF;
	margin:0 0 7px 0;
}
a.white {
	text-decoration:underline;
	padding-bottom:10px;
}
a.white:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*  Spezialteaser "Quicksearch" auf "Marktplatz"  */

.teaser_quicksearch {
	/*background:url(../images/bg_teaser_left.gif);*/
	background-color:#FFFFFF;
	padding:15px 0 15px 0;
	width:435px;
	background:url(../../images/quicksearch.jpg) no-repeat top left;
}
.teaser_quicksearch .textlink {
	margin-left:150px;
}
/* = hack in ie6.css */
#quicksearch {
	padding: 10px 0px 15px 15px;
	margin: 15px 0 -15px 135px;
	background-color:#dedfe1;
}
/* = hack in ie6.css */
#quicksearch h4 {
	color:#ec1d25;
	margin-bottom:7px;
}
#quicksearch p {
	margin-bottom:5px;
}
/*  Spezialteaser  Fallbeispiele  */
.image_casestudies {
	margin: 7px 0 15px 15px;
}
.case_parts {
	margin:0 0 15px 15px;
	width:125px;
	float:left;
}
/* = hack in ie6.css */
.case_parts p {
	font-size:11px;
	line-height:14px;
}
.case_name {
	margin: 0px 15px 7px 15px;
	font-size:24px;
	text-transform:none;
	color:#585F6A;
	padding-top:7px;
	
}
.case_name a:hover {
	color:#585F6A;
	text-decoration:underline;
}
.case_label {
	margin: 15px 15px 0px 15px;
	color:#ec1d25;
	font-size:22px;
}
.case_headline {
	font-size:22px;
	margin: 10px 0 7px 15px;
	color: #585F6A;
	text-transform:none;
}
.case_subheadline {
	margin:0 0 0 15px;
}

/* -------------------------------  Detailansichten News und Event  --------------------------------  */

#label_detail{
	margin: 15px 15px 0px 15px;
}
#label_detail a {
	color:#ec1d25;
	background:url(../images/button_link_back.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
	float:right;
	
}
#label_detail a:hover {
	text-decoration:underline;
}

#label_detail h5 {
	float:left;
	width:320px;
}
#label_detail h2 {
	float:left;
	width:320px;
	margin:0;
	color:#585F6A;
}
.detail_info {
	margin: 15px 0px 0px 15px;
	padding-bottom: 15px;
}
.detail_info p {
	border-top:1px solid #585F6A;
	padding:7px 0 0 0;
	margin:7px 0 0px 0px;
	line-height:14px;	
}
.detail_info a {
	font-weight:normal;
	background:none;
}

/* -------------------------------------  Designer Profile ------------------------------------- */

#des_profile_data{
	margin: 15px 0 0px 15px ;
	width:420px;
}
.fow{
	margin: 0 0 7px 0px;
}
.fow li{
	padding-left:15px;
	background:url(../images/button_link_header.gif) no-repeat 0px 1px;
}
#des_profile_data_wide{
	margin: 15px 0 0px 15px ;
	width:645px;	
}
#des_profile_data a:hover{
	text-decoration:underline;
}
.divider_indent{
	border-top: 1px solid #585F6A;
	height:1px;
	padding:0;
	margin:0;	
}
.td_left{
	width:110px;
	padding: 0 30px 15px 0;
	font-weight:bold;
	vertical-align:top;
	font-size:11px;
	line-height:16px;
	
}
.td_right{
	padding: 0 15px 15px 0;
	font-size:11px;
	line-height:16px;
}
.designer_links{
	background: url(../images/button_link_text.gif) center left no-repeat;
	padding-left:15px;
	}
.designer_links:hover {
	text-decoration:underline;
}
.galerie_popup {
	background:none;
	padding-right:15px;
}
#releases {
	margin:15px 15px 0px 15px;
	padding-bottom:15px;
}
*+html #releases {
	margin:15px 15px 15px 15px;
	
}
#releases td{
	padding-bottom:0px;
}

#releases a:hover{
	text-decoration:underline;
	}


/*  ---------------------------  Registrierungs Wizzard (Schritte 2 + 4) ----------------------------  */

/*  Registrierung Schritt 2  */
#register_step2 .active{
	color:#ec1d25;
}
#register_step2{
	margin:10px 0 0 0;
	background-color:#FFFFFF;
	width:660px;	
}
#register_step2 td {
	text-align:center;
	height:15px;
	vertical-align:middle;
}
#register_step2 .reg_prem_co1_1{
	font-size:14px;
	font-weight:bold;
	width:240px;
	padding: 7px 0 15px 15px;
	background-color:#e6e7e9;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #585F6A;
}
#register_step2 .reg_prem_col_2{
	padding-top:7px;

	font-size:14px;
	font-weight:bold;
	width:105px;
	height:45px;
	background-color:#e6e7e9;
	text-align:center;
	vertical-align:top;
	border-bottom: 1px solid #585F6A;
}
#register_step2 .divider_step2{
	border-top: 1px solid #585F6A;
	padding:0;
	height:1px;
}
.grey_space{
	background-color:#e6e7e9;
}
#register_step2 .label_step2{
	text-align:left;
	padding: 0 0 0 15px;
}
#register_step2 .label_price{
	text-align:left;
	padding: 0 0 0 15px;
	border-top: 1px solid #585F6A;
	height:45px;
	vertical-align:middle;
	font-weight:bold;
}
#register_step2 .label_price_amount{
	border-top: 1px solid #585F6A;
	vertical-align:middle;
	font-weight:bold;
}
#register_step2 .label_select{
	text-align:left;
	padding: 0 0 0 15px;
	border-top: 1px solid #585F6A;
	border-bottom: 1px solid #585F6A;
	height:45px;
	vertical-align:middle;
	background-color:#e6e7e9;
	font-weight:bold;
}
#register_step2 .label_select_buttons{
	border-top: 1px solid #585F6A;
	border-bottom: 1px solid #585F6A;
	vertical-align:middle;
	background-color:#e6e7e9;
}

/* Registrierung Schritt 4 */

.register_step4 {
	margin-top:0px;
	padding: 15px 0 30px 0;
}
.register_step4 .address_charge {
	border-top: 1px solid #585F6A;
	border-bottom: 1px solid #585F6A;	
	margin: 15px -15px 15px 15px;
	padding:15px 0 15px 0;
}
.address_charge p {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
.chk_step4 {		
		position:relative;
		top:2px;
		margin-right: 15px;
}
.disclaimer {
	margin: 15px 0 -15px 15px;
}
.disclaimer label {
	width: auto !important;
	}
/* ---------------------------  Login-Bereich: Profil und Verwaltung  -----------------------------------*/

/*  Mein Profil  */

.myprofile_bg{
	width:420px;
	background:#e6e7e9;
	/*margin-top:10px;*/
	padding: 15px 15px 30px 0;
}
.myprofile_bg a{
	color:#ec1d25;
	text-decoration:none;
}
.myprofile_bg a:hover{
	color:#ec1d25;
	text-decoration:underline;
}

/* Designer Profil verwalten */

#designer_premium {
	padding: 15px 0 0 15px;
	}
#designer_premium .smt {
	padding: 15px 0 15px 0;
	}	
#des_profile_premium{
	width:645px;
}
#des_profile_premium .td_left{
	font-weight:normal;
	width:135px;
}
.chk_premium {
	padding-top:5px;
}

/*  Eigene Beiträge ansehen */

.my_posts {
		background-color:#e6e7e9;
		padding: 15px 0 0 15px;
		/*margin-top:10px;*/
		font-size:11px;
		line-height:16px;
	}
.my_posts a {
		font-size:11px;
		line-height:16px;
	}
.content_post {
	border-top: 1px solid #585F6A;
	padding: 15px 0 15px 0;
}
.text_no_img {
	width: 460px;
}
.text_post {
	float:left;
	width:400px;
}
.text_no_img {
	width: 475px;
}
.img_post {
	float:left;
	margin: 0 15px 0 0 ;
	
}
.link_post p {
	float:left;
	margin-right:15px;
}

/* ---------------------------------- Sitemap ------------------------------------------  */
.sitemap_row {
	margin: 10px 0  15px 15px;
	width:645px;
}
.sitemap_scnd_row {
	margin: 0 0  0 15px;
	width:645px;
	padding-bottom:15px;
}	
.sitemap_tree {
	width:183px;
	float:left;
	margin: 0 15px 0 0;
	padding: 15px 0 15px 15px;
	border: 1px solid #585F6A;
}
.treename {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	padding-bottom:7px;
	border-bottom:1px solid #585F6A;
}
.treename li{
	font-size:12px;
	font-weight:normal;	
}
.treeitem{
	margin:7px 0 7px 0px;
	font-weight:bold;
}
.treeitem ul{
	margin:0 0 0 15px;
	font-weight:normal;
}
.treeitem li{
	margin:5px 5px 5px 0;
}

/*  Preview link events_form news_form*/

.img_preview {
	color:#585F6A;
}
.img_preview:hover {
	text-decoration:underline;
	color:#ec1d25;
}

/*  Bildergalerie im Content (Projekte)  */

.content_gallery {
	border:2px solid #585F6A;
	margin:15px 0pt;
	padding:0pt 0 15px 0pt;
	}

.galerie_img{
	margin: 15px 0px 0px 15px;
	border: none;
}
.galerie_img:hover{
	opacity: .8;
}

/*	Pager (Seiten-Blaetterer vor/zurueck)	*/
div.content_gallery_pager {
	background:#fff;
	padding:15px 15px 0 15px;
	width:371px;
	text-align:center;
}
/*	Zahl der Bilder	der Galerie */
div.content_gallery_pager span.pager_pagecount {
	margin-right:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
/*	Links auf weitere Galerien*/
div.content_gallery_pager a {
	margin:0 3px;
}
div.content_gallery_pager .isactive{
	color:#EC1D25;
	font-weight:bold;
}
/*	Jumper (vor/zurueck)	*/
div.content_gallery_pager a.pager_jump {
	color:#EC1D25;
}

/* --------------------------------- Formulardefinitionen --------------------------------- */

/*  Autor: Felix Wahner   */
 			
	hr {
		height: 5px;
		color: #fff;
		border: none;
		margin-left: 15px;
		border-bottom: 1px solid #585F6A;
		background: #fff;
		}
	.contentform-2col {
		/*border-top: 10px solid #fff;*/
		border-top: 10px solid #e6e7e9;
		} 
	.contentform fieldset,
	.contentform-2col fieldset {
		padding: 10px 0 20px 20px;
		}  		
	fieldset.left {
		width: 300px;
		padding: 0;
		float: left;
		margin: 0 0 10px 20px;
		border: none;
		display: inline;
		}  		
	fieldset.right {
		width: 300px;
		padding: 0;
		float: right;
		margin: 0 10px 10px 20px;
		border: none;
		display: inline;
		}  		
	.contentform hr,
	.contentform-2col hr {
		height: 20px;
		color: #fff;
		border: none;
		background: #fff;
		margin: 0;
		}
	.whiteform hr {
		height: 20px;
		color: #fff;
		border-bottom: 1px solid #585F6A;
		background: #fff;
		margin-left: 15px;
		}			
	/* labels, normale gre */	
	.contentform label {
		display: block;
		width: 135px;
		margin-right: 5px;
		float: left;
		font-size: 12px;
		line-height: 20px;
		cursor: pointer;
		}	
	
	/* labels, 2spaltig */	
	.contentform-2col label {
		display: block;
		width: 100px;
		margin-right: 5px;
		float: left;
		font-size: 12px;
		line-height: 20px;
		cursor: pointer;
		}
	/* platzhalter für zweizeilige formulardaten */
	 .spacelabel {
		display: block;
		width: 100px;
		margin-right: 5px;
		float: left;
		font-size: 12px;
		line-height: 20px;
		}
		/* = hack in ie6.css */

	.contentform .smt label,
	.contentform-2col .smt label {
		display: block;
		width: auto;
		float: none;
		font-size: 12px;
		line-height: 20px;
		}
	.required {
		font-weight: bold;
		}	
	/* icons fr tooltips */			
	.contentform label img,
	.contentform label legend,
	.contentform-2col label img,
	.contentform-2col label legend {
		position: relative;
		top: 2px;
		left: 4px;
		}	
	#def_content .contentform h4 {
		margin: 10px 0 15px 0;	
		
		}
	#def_content .contentform-2col h4 {
		margin: 10px 0 15px 20px;	
		}	
	#def_content .contentform-2col h5,
	.checks h5 {
		font-size: 11px;	
		margin: 0 0 10px 0;	
		}		
	/* checkboxen */
	.checks label {
		font-size: 11px;
		}
	.checks label {
		font-size: 11px;
		width: 300px;
		}		
	.contentform input.chk,
	.contentform-2col input.chk {
		position: relative;
		top: 2px;
		left: 0;
		}
	/* textfelder, normale groesse */		
	.contentform input.txinpt {
		display: block;
		width: 216px;
		float: left;
		}
	/* textfelder, 2spaltig */
	.contentform-2col input.txinpt {
		display: block;
		width: 180px;
		float: left;
		}	
	/* selectfelder, normale groesse */		
	.contentform select.txinpt {
		display: block;
		width: 220px;
		float: left;
		}
	/* selectfelder, 2spaltig */		
	.contentform-2col select.txinpt {
		display: block;
		width: 184px;
		float: left;
		}		
	.contentform textarea.txinpt {
		display: block;
		width: 220px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		}

	/* textarea, 2spaltig */	
	.contentform-2col textarea.txinpt {
		display: block;
		width: 184px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		}			
	/* datumsfelder */	
	input.calendar {
		width: 85px;
		float: left;
		}	
	/* labels nebeneinander, formularfelder nebeneinander */	
	.twocol {
		width: 150px;
		margin-right: 5px;  
		}
	/* z.B plz, ort	 */
	input.plz {
		width: 40px;
		float: left;
		margin-right: 5px;
		}
	input.place {
		width: 130px;
		float: left;
		margin-right: 5px;
		}
	.contentform input.place {
		width: 167px;
		}			
	.threecol {
		width: 103px !important;
		margin-right: 5px !important;  
		}
					
	.contentform div.clearfix,
	.contentform-2col div.clearfix {
		margin-bottom: 8px;
		}	
	.smt div.clearfix {
		margin-top: 10px;
		margin-bottom: 0;
		}	
	.smt .btn {
		margin-right: 10px !important;
		}
		
	.save_input {
		width:160px;
	}	
		
	/* hiliting der formularfelder */	
	.contentform input:focus,
	.contentform textarea:focus,
	.contentform select:focus,
	.contentform-2col input:focus,
	.contentform-2col textarea:focus,
	.contentform-2col select:focus {
		background: #f3ffd9 !important;
		border-color: #e5ffae !important;
		}
	
	/* = hack in ie6.css */	
		
		
	/* upload statusanzeige unter dem file upload feld */	
	.contentform .multiupload ul {
		margin: 10px 20px 10px 130px;
		}
	.contentform .multiupload ul li {
		padding: 4px;
		display: block;
		border: 1px dotted #fff;
		}		
	.contentform .multiupload img {
		margin-right: 10px;
		position: relative;
		top: 1px;
		}	

	/* Tabelle fr Zusammenfassung der Formulareintragungen */
	table.resulttable {
		width: 100%;
		margin: 0 0 10px 0;
		padding-top: 20px;
		border-top: 10px solid #fff;
		}
	.resulttable caption {
		margin: 10px;
		font-size: 14px;
		line-height: 18px;
		font-weight:bold;
		color:#585f6a;
		}	
	.resulttable thead th {
		padding: 0 0 10px 20px;
		font-size: 14px;
		line-height: 18px;
		font-weight:bold;
		color:#585f6a;
		border-bottom: 1px solid #585e6a;
		}
		/* = hack in ie6.css */

		/* = hack in ie7.css */
		
			
	.resulttable tbody {
		margin-top: 10px;
		}		
	.resulttable tbody td, .resulttable tbody th {
		background: #fff;
		border-bottom: 5px solid #e6e7e9;
		border-top: 5px solid #e6e7e9;
		padding: 2px 4px 3px 20px;
		}
	.resulttable tbody tr.first td, .resulttable tbody tr.first th {
		border-top: 20px solid #e6e7e9;
		}
	/*#announce_analysis {
		border: 2px solid #ed1c22;
		}*/
	
	
	.error * {
		color: #ed1c22;
		}
	.error input,
	.error select,
	.error textarea {
		border: 2px solid #ed1c22;
		}	

		
	/* fehlermeldungen */
	.errormessage {
		border-top: 2px solid #ed1c22;
		border-bottom: 2px solid #ed1c22;
		color: #ed1c22;
		background: #ede0e0;
		margin: 20px 0 0 0;
		padding: 10px 10px 10px 10px;
		}
	.success {
		border-top: 2px solid #51773e;
		border-bottom: 2px solid #51773e;
		color: #51773e;
		background: #b9e99c;
		margin: 20px 0 20px 0;
		padding: 10px 10px 10px 10px;
		}	
	.whiteform .errormessage {
		border: 2px solid #ed1c22;
		margin: 20px 15px 0 15px;
		}	
	.errormessage p {
		margin-bottom: 10px;
		}
	.errormessage ul {
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0 10px 10px;
		}
	.errormessage ul li {
		padding-bottom: 5px;
		}
	.errormessage strong {
		font-weight: bold;
		}	
#registerform h4 {
	margin: 20px 0 20px 0 !important;
	background: #fff !important;
	padding: 4px 0 4px 20px !important;
	} 		
/* tooltip formatierungen in formularen (fragezeichen icon) */			
.tips {
	cursor: help;
	}
.tool-tip {
	color: #fff;
	width: 240px;
	z-index: 13000;
	opacity: .8;
	}
	.tool-tip * {
		text-align: left !important;
		}

	.tool-title {
		font-weight: bold;
		border-left: 2px solid #b3b3b3 !important;
		border-right: 2px solid #b3b3b3 !important;
		border-top: 2px solid #b3b3b3 !important;
		font-size: 11px;
		margin: 0;
		color: #ec1d25;
		padding: 8px 8px 4px;
		background: #fff;
		}
	 
	.tool-text {
		font-size: 11px;
		color: #585f6a;
		line-height: 14px;
		padding: 7px 8px 8px;
		border-left: 2px solid #b3b3b3 !important;
		border-right: 2px solid #b3b3b3 !important;
		border-bottom: 2px solid #b3b3b3 !important;
		background: #e6e7e9;
		}

	
/* designer step 1 - 2 spaltige formulare */

	h2 span {
		font-size: 14px;
		font-size: 14px;
		font-weight:bold;
		color:#585f6a;	
		text-transform: none;	
		}




/* register start - zweispalten konstrukt */
.two-columns {
	margin-top: 10px;
	}
.two-columns img {
	margin: 0 0 10px 20px;
	clear: both;
	}
.two-columns div {
	float: left;
	width: 185px;
	margin: 10px 0 0 20px;
	display: inline; /* ie doubles margin bugfix */
	}
	* html .two-columns div	{
		width: 170px;
		}
.two-columns p {
	margin-bottom: 10px;
	}
.two-columns button {
	vertical-align:middle;
	margin-left:30px;
	}
.two-columns .clearer_reg_buttons {
	margin-top: -10px;
	width:370px;
	
	}
.two-columns .reg_buttons{
	width:170px;
	padding-left:8px;
	margin-right:7px;
	margin-bottom:15px;

	
	}
		
/*
	iF: Designinitiative Niedersachsen
	Styles fuer listenartige Templates
	Autor: Niels Heidenreich (nh@ngin.de) fuer w3design.de
	Start; 2008-04-01
	Stand: 2008-04-03
*/

/*	-----------------------------------------------------------	*/

/*	Wrapper fuer alle Listen	*/
ul.content_list {
	background-color:#FFFFFF;
	padding:0 0 15px 0;
	width:435px;
}

/*	Ein Listenelement mit Trennlinie unten	*/
ul.content_list li {
	border-bottom:1px solid #585F6A;
	font-size:11px;
	line-height:16px;
	margin:0 0 0 15px;
	padding:15px 15px 15px 0;
}
ul.content_list li.clearfix {
	display:block;
	
}
/*	Das letzte Listenelement hat unten keine Trennlinie,
	wenn weiterer Content folgt (zumindest meistens...)	*/
ul.content_list li.last {
	border-bottom:none;
}

/*	Klassen fuer Liste mit Bild
	img: Symbolbild/Icon links (Achtung: feste Breite: 60px!),
	div: Text dazu rechts (Achtung: feste Breite!)	*/
/*	li immer mit Klasse clearfix benutzen, um float:left zu loeschen	*/
ul.content_list img {
	float:left;
	margin-right:15px;
	width:60px;
}
ul.content_list div {
	float:left;
	min-height:60px;
	width:325px;
}

/*	Text-Styles in einer Liste	*/
ul.content_list h5 {
	font-size:11px;
	line-height:16px;
}

ul.content_list a.title {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

/*	--------------------------------------------------	*/

/*	Download-Link in einer Liste	*/
ul.content_list a.download {
	background:url(../images/arrow_download_link.gif) 0 4px no-repeat;
	color:#EC1D25;
	padding-left:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	
}
ul.content_list a.download:hover {
	text-decoration:underline;
}

/*	--------------------------------------------------	*/

/*	Pager (Seiten-Blaetterer vor/zurueck)	*/
div.content_list_pager {
	background:#fff;
	padding:15px;
	width:405px;
}
/*	Zahl der gefundenen Eintraege	*/
div.content_list_pager span.pager_pagecount {
	margin-right:30px;
}
/*	Links auf Einzel-Ergebnisseiten	*/
div.content_list_pager a {
	margin:0 3px;
}
div.content_list_pager .isactive{
	color:#EC1D25;
	font-weight:bold;
}
/*	Jumper (vor/zurueck)	*/
div.content_list_pager a.pager_jump {
	color:#EC1D25;
}

/*	--------------------------------------------------	*/

/*	Alphabetischer Index (fuer Glossar)	*/
div.alphabetical_index {
	background:#e6e7e9;
	border-bottom:1px solid #585F6A;
	border-top:1px solid #585F6A;
	font-weight:bold;
	padding:3px 15px;
	width:405px;
}
div.alphabetical_index a {
	margin-right:3px;
}
div.alphabetical_index a.selected {
	color:#EC1D25;
}

/*	--------------------------------------------------	*/

/*	Glossar (Definitionsliste)	*/
dl.glossary {
	background-color:#FFFFFF;
	border-top:1px solid #585F6A;
	padding:15px;
	width:405px;
}
/*	Begriff	*/
dl.glossary dt {
	font-weight:bold;
	margin-bottom:5px;
}
/*	Definition	*/
dl.glossary dd {
	line-height:16px;
	margin-bottom:20px;
}

/*	--------------------------------------------------	*/

/*	Durchgezogene Trennlinie	*/
div.content_divider {
	margin-top:15px;
	/*padding-top:15px;*/
	border-top:1px solid #585F6A;
	width:435px;
	
	
}

/*	--------------------------------------------------	*/

/*	Listen-Sektionstrenner	*/
div.list_section {
	background:#e6e7e9;
	border-bottom:1px solid #585F6A;
	border-top:1px solid #585F6A;
	font-weight:bold;
	padding:2px 15px;
	text-transform:uppercase;
	width:405px;
	
}
/*	Listen-Sektionstrenner ohne Inhalt 	*/
div.list_section_plain {
	background:#e6e7e9;
	border-bottom:1px solid #585F6A;
	border-top:1px solid #585F6A;
	font-weight:bold;
	padding:2px 15px;
	text-transform:uppercase;
	width:405px;
	height:12px;
}
/*	Darin: Bereiche, die nicht automatisch auf Grossschreibung umgestellt werden sollen!	*/
div.list_section span {
	text-transform:none;
}

/*	--------------------------------------------------	*/

/*	Volltext-Suchergebnisse	*/
ul.search_results_full_text_list {
	background-color:#FFFFFF;
	list-style-image:url(../images/results_list_bullet.gif);
	padding:15px;
	width:405px;
}
ul.search_results_full_text_list li {
	padding-bottom:5px;
	margin-left:15px;
}

/*	--------------------------------------------------	*/

/*	Glossar (Definitionsliste)	*/
dl.media_icons {
	background-color:#FFFFFF;
	padding:15px;
	width:405px;
}
/*	Begriff	*/
dl.media_icons dt {
	float:left;
	width:20px;
}
/*	Definition	*/
dl.media_icons dd {
	float:left;
	padding-top:2px;
	padding-right:15px;
}

/*	--------------------------------------------------	*/

/*	Auflistung der Medien, die zu einem Suchergebnis verfuegbar sind, als Icons	*/
ul.media_availability {
	background-color:#FFFFFF;
	padding-top:10px;
}
ul.media_availability li {
	float:left;
	border:0;
	height:15px;
	margin:0 10px 0 0;
	overflow:hidden;
	padding:0;
	text-indent:15px;
	width:15px;
}
ul.media_availability li.gallery {
	background:url(../images/icon_gallery.gif) 0 0 no-repeat;
}
ul.media_availability li.video {
	background:url(../images/icon_video.gif) 0 0 no-repeat;
}
ul.media_availability li.vcard {
	background:url(../images/icon_vcard.gif) 0 0 no-repeat;
}
ul.media_availability li.ebook {
	background:url(../images/icon_ebook.gif) 0 0 no-repeat;
}

/*	--------------------------------------------------	*/

/*	Neue Suchanfrage	*/
a.new_search {
	background:url(../images/button_link_text.gif) top right no-repeat;
	font-weight:bold;
	padding-right:15px;
}

/*	--------------------------------------------------	*/

/*	Link-Kategorien	*/
ul.links_categories_list {
	background-color:#FFFFFF;
	float:left;
	list-style-image:url(../images/results_list_bullet.gif);
	padding:0 15px 15px 15px;
	width:170px;
}
ul.links_categories_list li {
	padding-bottom:5px;
	margin-left:15px;
}
ul.links_categories_list a {
	font-weight:bold;
	text-decoration:underline;
}
ul.links_categories_list a:hover {
	text-decoration:none;
}

/*	--------------------------------------------------	*/

/*	Mehr-Link in einer Liste	*/
ul.content_list a.more {
	background:url(../images/arrow_more_link.gif) 0 1px no-repeat;
	color:#EC1D25;
	padding-left:10px;
	text-transform:uppercase;
}
ul.content_list a.more:hover {
	text-decoration:underline;
}

/*	--------------------------------------------------	*/

/*	Formular in einer Liste	*/
.list_form {
	background:#E6E7E9;
	margin-top:15px;
	padding-top:15px;
	padding-left:15px;
}
/*	Eine horizontale Gruppe Formularelemente	*/
.list_form fieldset {
	padding-bottom:15px;
}
/*	Label und darunter ein Formularelement, halbe Spaltenbreite	*/
.list_form div {
	float:left;
	width:210px;
}
/*	Standard-Label	*/
.list_form label {
	display:block;
	font-weight:bold;
	padding-bottom:5px;
}
/*	Text-Eingabefeld	*/
.list_form input {
	width:190px;
}
/*	Drop-down	*/
.list_form select {
	width:195px;
}
/*	Gruppe zum Eingeben eines Datums, viertel Spaltenbreite	*/
.list_form div.date_selector {
	width:100px;
}
/*	Text-Eingabefeld zum Eingeben eines Datums	*/
.list_form div.date_selector input {
	margin-right:5px;
	width:62px;
}
/*	Kalender-Tool-Button
	Basis-Definition siehe button.calendar !	*/
.list_form div.date_selector button {
	margin:0;
}
/*	Gruppe mit Submit-Button, nur sinnvoll zusammen mit 2x div.date_selector !	*/
.list_form div.submitter {
	margin-left:10px;
}
/*	Das Label zum Submit-Button ist unsichtbar	*/
.list_form div.submitter label {
	color:#E6E7E9;
}
/*	Button, so lang wie halbe Spalte	*/
.list_form input.fullsizebutton {
	width:195px;
}

/*	--------------------------------------------------	*/

/*	Formular in einer Liste, ohne feste Struktur, linear (umfliessend)	*/
.list_form_free {
	background:#E6E7E9;
	margin-top:15px;
	padding:15px;
}
.list_form_free label {
	font-weight:bold;
}
.list_form_free input,
.list_form_free select {
	margin-left:15px;
}
/*	Formular mit weissem Hintergrund, in offenen Bereichen (z.B. Listen-Sortierung)	*/
form.white_background {
	background:#ffffff;
}


/*  -----------------------------------------------------   */

/* Webboard Editor Styles */
/* Autor: Felix Wahner */

.editor {
	background: #8acc66;
	color: white;
	font-weight: bold;
	margin: 10px 15px 0 15px;
	padding: 5px;
}
#leftcolumn .editor,
#rightcolumn .editor {
	margin: 10px 0 0 0;
}
.editor span {
	font-weight: normal;
}
.min195 {
	height: 195px;
	overflow: hidden;
}

/*  -----------------------------------------------------   */

/* Galerie und Layer zu Darstellung von Medien */
/* Autor: Felix Wahner */


#galleryholder {
	width: 390px; 
	overflow: hidden; 
	height: 62px; 
	float: left;
	}
#gallery a#previous {
	float: left; 
	margin-right: 20px;
	}
.longinput {
	width: 255px;
	}	
#gallery a#next {
 	float: left;
 	}
 .change_premium {
	padding: 15px 0 0 15px;
	border-top: 10px solid #fff;
 	}	
 #imageholder {
	border-left: 2px solid #b3b3b3 !important;
	border-right: 2px solid #b3b3b3 !important;
	border-top: 2px solid #b3b3b3 !important;
	border-bottom: 2px solid #b3b3b3 !important;
	display: none; 
	opacity: 0; 
	position: absolute; 
	top: 400px; 
	left: 50% !important; 
	margin-left: -240px; 
	margin-top: -194px; 
	background:url(../images/bg_gallery_popup.gif) right repeat-y;
 	}
 	* html #imageholder {
 		width: 475px;
 		height: 300px;
 		}	
 #imagecontainer {
	float: left;
 	}
 #image_desc_container {
 	float: left; 
	/*height: 384px;*/ 
	text-align: left; 
	margin 0 !important;
	}	
 #inner_layer {
 	float: left;
 	/*height: 180px; */
 	width: 175px;
	padding-top:7px;
	text-align:right;
	
 	}
#imagetitle {
	margin-top: 7px;
	border-top: 1px solid #b3b3b3;
	padding: 15px 15px 0 15px;
	text-align:left;
	}	
	
div#image_description,
p#image_description {
	text-align:left;
	line-height:14px;
	width:145px;
	padding:7px 15px 15px 15px;
	
}
.gallery_skip {
	background-color:#e5e6e8;;
	width:145px;
	height:15px;
	right:0;
	bottom:0;
	position:absolute;
	margin: 15px 0 0 0 ;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	padding:15px 15px 15px 15px;
	border-top: 1px solid #b3b3b3;
}
a.gallery_next {
	float: left;
	display: block;
	width: 13px;
	height: 13px;
	background:url(../images/button_link_back.gif) no-repeat left center;

}
a.gallery_prev {
	float: right;
	display: block;
	width: 13px;
	height: 13px;
	background:url(../images/arrow_more_link.gif) no-repeat right center;
	
}
a.close_link {
	font-weight:bold;
	/*text-decoration:underline;*/
	background:url(../images/close.gif) no-repeat right center;
	padding-right:15px;
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
	font-size:11px;
	text-align:right;
	
}
#gallery_mid a {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	}
#next, #previous, #gallery_outer {
	float: left;
	}	
#gallery_mid {
	position: relative; 
	width: 370px;
	height: 62px;
	overflow: hidden;
	}	
#gallery_inner {
	position: absolute;
	width: 5418px;
	}	
#gallery_outer {
	width: 380px;
	}		
		
#imageform {
	position: absolute;
 	width: 175px;
 	bottom: 10px;
 	}
 	* html #imageform {
 		margin-left: -175px;
 		}
 	*+html #imageform {
 		margin-left: -175px;
 		} 		
 #imageform input,
 #imageform textarea {
 	width: 150px;
 	margin: 0 5px 5px 0;
 	}	
 #imageform input.smt {
 	width: auto;
 	}
	

/*  -----------------------------------------------------   */

/* Ausschreibungsdetails */
/* Autor: Felix Wahner */
h5.contenthead {
	margin: 20px 10px 0 15px;
	}
dl.demands {
	margin: 10px 15px 0 15px;
	width: 400px;
	line-height: 15px;	
	} 
dl.demands dt, dl.demands dd {
	width: 200px;
	float: left;
	display: inline;
	margin-bottom: 5px;
	margin-top: 5px;
	} 
dl.demands .clearer {	
	border-bottom: 1px dotted #bbb;
	}
dl.demands dt {
	clear: left;
	} 	
dl.demands dd {
	font-weight: bold;
	} 	
dl.demands dd ul {
	margin-left: 0px;
	list-style-type: disc;
	} 		
dl.demands dd ul  li {
	margin-bottom: 5px;
	list-style:none;
	} 			
	
							 		