/*******************************************************************************
********************************************************************************
	Project		: ichwerdegruender.de				
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

div, p, a, span, li { 
	background-repeat: no-repeat;
}

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

a:hover { 
	color:#707070;
	text-decoration: underline;
}
a:focus { 
	outline-style:none;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}

select,
input, 
textarea {
	font-size:1em;
}


/* Links- bzw. Rechtsausrichtung für Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hide { 
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

.warning {
	color:#e1002a;
}

/* Allgemeines */

h1 {
	border-bottom:1px solid #F00;
	color:#F00;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
	font-size:1.4em;
	font-weight:normal;
}

h2 {
	color:#F00;
	font-size:1.1em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}

h1, 
h2, 
h3, 
div#cnt p, 
div#cnt ul {
	margin-bottom:1em;
}


#cnt div.separate {
	clear:both;
	margin:1em 0;
	border-top:1px solid #000;
	height:1px;
}
#cnt div.sprt-red {
	border-top-color:#F00;
}
#cnt div.sprt-grey {
	border-top-color:#C0C0C0;
}


.txt-algn-left {
	text-align:left;
}
.txt-algn-rght {
	text-align:right;
}
.txt-algn-cntr {
	text-align:center;
}

div#cnt ul.list {
	margin-left:15px;
}
div#cnt ul.list li {
	list-style-type:disc;
}


/*	Page Structure ************************************************************/
body { 
	background-color:#FFF;
	color: #000;
	font-family:verdana, helvetica, arial, "times new roman", sans-serif;
	font-size: 100.01%;
	text-align:center;
}

#wbst { 
	width:765px;
	margin:0 auto;
	font-size:.75em;
	line-height:1.6;
	text-align:left;
}

#hdr { 
	position:relative;
	float:left;
	width:100%;
	height:338px;
	background-image:url(/files/bg_hdr.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#fcnt {
	position:relative;
	float:left;
	width:100%;
	background-image:url(/files/bg_wbst.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
}
#fcnt #cnt {
	padding-bottom:22px;
	background-image:url(/files/bg_cnt2.jpg);
	background-position:0px 100%;
	background-repeat:no-repeat;
}

div#cnt-lft {
	float:left;
	width:488px;
}
div#cnt-lft div#cnt-lft2 {
	padding:20px 20px 20px 40px;
}
div#cnt-rght {
	float:right;
	width:277px;
}
div#cnt-rght div#cnt-rght2 {
	padding:20px 25px 20px 0px;
}
body#col-1 div#cnt-lft {
	width:100%;
}
body#col-1 div#cnt-rght {
	display:none;
}

#ftr .ftr-lft, 
#ftr .ftr-rght {
	float:left;
}

div.initiatoren {
	width:379px;
	height:150px;
	background-image:url(/files/initiatoren_bg.gif);
}
div.initiatoren p {
	padding:0 8px 0 12px;
}
div.initiatoren p a {
	display:block;
	line-height:150px;
}
div.initiatoren p a img {
	margin:0 2px;
	border:1px solid #000;
	vertical-align:middle;
}
* html div.initiatoren p a {
	line-height:1;
	padding-top:46px;
}

/*	Header ********************************************************************/
p#logo {
	position:absolute;
	left:20px;
	top:20px;
}
p#logo a {
	display:block;
	width:380px;
	height:80px;
	text-indent:-1000em;
}
p#bewerben {
	position:absolute;
	left:460px;
	top:20px;
}
p#bewerben a {
	display:block;
	width:295px;
	height:150px;
	text-indent:-1000em;
}


/*	Lists *********************************************************************/
ul.navi { 
	margin: 0;
	line-height:1em;
}
ul.navi li { 
	list-style:none;
}

/*	Main Navi ----------------------------------------------------------------*/
#fnavi-main {
	margin:135px 0 0 26px;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
}
#navi-main {
}

#navi-main ul {

}
#navi-main ul li {
	display:block;
	margin-bottom:8px;
}
#navi-main ul li a, 
#navi-main ul li span {
	display:block;
	padding-left:14px;
	background-image:url(/files/bg_navi_m.gif);
	background-position:0px -100px;
	background-repeat:no-repeat;
	color:#000;
	font-size:1.4em;
	line-height:1;
}
#navi-main ul li a:hover, 
#navi-main ul li span {
	background-position:0px 2px;
	color:#F00;
	text-decoration:none;
}



/*	Links *********************************************************************/


/*	Content *******************************************************************/
div#cnt a, 
div#cnt p.link-intern a {
	padding-left:12px;
	background-image:url(/files/icon_link_intern.gif);
	background-position:0px 5px;
	background-repeat:no-repeat
}
div#cnt p.image a {
	padding-left:0;
	background:none;
}
div#cnt p.image span {
	display:block;
	font-size:.95em;
}



div#cnt-rght div.box {
	margin-bottom:20px;
	width:252px;
	background-color:#FFF;
	border-bottom:1px solid #898989;
}
div#cnt-rght div.box2 {
	background-image:url(/files/bg_box.gif);
	background-position:0px 0px;
}
div#cnt-rght div.box h3 {
	margin:0;
	padding:0 15px;
	color:#F00;
	font-size:1.4em;
	font-weight:normal;
	line-height:34px;
	font-family:helvetica, arial, verdana, "times new roman", sans-serif;
}
div#cnt-rght div.box div.box-cnt {
	padding:6px;
	border-left:1px solid #898989;
	border-right:1px solid #898989;
}

div#cnt-rght div.box-news div.box-cnt div.text {
	font-size:1.1em;
	font-weight:bold;
}
div#cnt-rght div.box-news div.box-cnt a.fnt-nrml {
	font-size:.95em;
	font-weight:normal;
}
div#cnt-rght div.box-news div.box-cnt div.with-brdr {
	border-top:2px solid #8D8D8D;
	padding-top:10px;
}



div.col-wrppr {
	clear:both;
	float:left;
	width:100%;
}
div.col-2-lft {
	float:left;
	width:145px;
}
div.col-2-rght {
	float:right;
	width:270px;
}




/*	Form */
div.ffrm {
	margin-top:2em;
}
div.ffrm fieldset fieldset {
	clear:none;
	margin:0;
	padding:0;
	border:0;
}
div.ffrm legend {
	padding-bottom:5px;
	color:#DF252B;
	font-weight:bold;
}
* html div.ffrm legend {
	margin-left:-6px;
}
div.ffrm fieldset fieldset legend {
	padding:10px 0 5px 0;
	color:#000;
	font-weight:normal;
}
#cnt div.ffrm p a:hover {
	color:#000;
	text-decoration:underline;
}
div.ffrm p input, 
div.ffrm p select, 
div.ffrm p textarea {
	padding:2px;
	border:2px solid #848484;
	border-right-color:#FAFAFA;
	border-bottom-color:#FAFAFA;
}
div.ffrm p.frd input, 
div.ffrm p.fchckbx input {
	width:auto;
	vertical-align:middle;
	padding:0;
	border:0;
}
div.ffrm p.fsbmt input, 
div.ffrm p input.fsbmt{
	width:auto;
	border-top-color:#FAFAFA;
	border-right-color:#848484;
	border-bottom-color:#848484;
	border-left-color:#FAFAFA;
}




div.ffrm-cntct fieldset {
	clear:both;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #DF252B;
}
div.ffrm-cntct fieldset fieldset legend {
	padding:0;
}
div.ffrm-cntct fieldset.ffrm-cntct-cntctdata fieldset, 
div.ffrm-cntct fieldset.ffrm-cntct-cntctdata p, 
div.ffrm-cntct fieldset.ffrm-cntct-just, 
div.ffrm-cntct fieldset.ffrm-cntct-intrst p, 
div.ffrm-cntct fieldset.ffrm-cntct-cptl p {
	float:left;
	width:140px;
}
div.ffrm-cntct fieldset.ffrm-cntct-just {
	width:280px;
}
div.ffrm-cntct p label {
	display:block;
	margin-bottom:2px;
}
div.ffrm-cntct p.frd label, 
div.ffrm-cntct p.fchckbx label {
	display:inline;
}
div.ffrm-cntct p.ftxt input {
	width:120px;
}
div.ffrm-cntct p.fsbmt {
	float:left;
	margin-right:50px;
}






table {
	margin-bottom:10px;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
table tr td {
	padding:5px;
	background-color:#CCC;
}
table tr td.clrd {
	background-color:#999;
}


table.ucheck {
	margin-bottom:1em;
}
form#ucheck table tr td {
	background:none;
	padding:0;
}
form#ucheck table tr td table tr td {
	padding:5px;
}
form#ucheck table table tr th, 
table.ucheck tr th {
	padding:5px;
	background-color:#DF252B;
	color:#FFF;
}
form#ucheck table table tr th.wertung {
	width:40px;
	text-align:center;
}
form#ucheck table table tr td.clrd {
	background-color:#F9ECC9;
	background-color:#FFF;
}

