/*Standard Elements*/

* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	color:#000;
	font: .8em/1.5em Arial,Helvetica,sans-serif;
	margin-bottom: 1px;
	height: 100%!important;
}

body {
	padding:1em;
	min-height:101%;
}

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

a:hover, a:focus {
	text-decoration:underline;
}

h1, h2, h3 {
	margin-top:1em;
	line-height:150%;
}

h1 {
	color:#000;				
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:.5em;
}

h2 {
	color:#000;
	font-size:1.5em;
	margin-top:1.5em;
	margin-bottom:.5em;
	font-weight:normal;
}

h3 {
	color:#2E6B2E;
	font-size:1.25em;
	margin-top:1.75em;
	margin-bottom:.5em;
}

h3 a {
	color:#8B0003 !important;
}

hr {
	border:none;
	height:1px;
	color:#ccc;
	margin:1em;
}

hr + h2 {
	margin-top:0;
}

p {
	margin-top:0.25em;
	margin-bottom:1em;
}

ul {
	margin-left:1.75em;
	margin-bottom:1em;
	list-style-type:square;
}

p + ul {
	margin-top:-.5em;
}

/*Forms*/

sup.required {
	color:red;
	margin-left:1ex;
	font-size:85%;
}

textarea {
	width:97%;
	height:20em;
}

fieldset {
	padding:0.5em 1em;
	margin-bottom:1em;
}

legend {
	font-weight:bold;
}

#frmLogin label,#frmAngeboteEinholen label,#frmFragenUndAntworten label {
	display:block;
	width:10em;
	float:left;
	font-weight:bold;
}

label.standard {
	width:auto;
	display:inline;
	font-weight:normal;
}

.error {
	font-weight:bold;
}

.required {
	color:red;
	margin-left:1ex;
	margin-right:1ex;
}

.rows {
	padding:0.5em;
	padding-left:50px;
	margin-bottom:1em;
}

.rows h3 {
	margin:0;
}

.rows p {
	margin-bottom:0;
}

/*TinyMCE*/

.mceLayout {
	width:100% !important;
}

#txt_ifr {
	width:100% !important;	
	height:30em !important;
}

/*Divs*/

#content {
	width:72em;
	margin:auto;
}

#header {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
	padding:2px 0 0;
	text-align:center;
}

#header p {
	font-size:1.25em;
}

#header h1 {
	height:49px;
	width:400px;
	margin:auto;
	background:url(../images/logo-beraterverzeichnis.jpg) no-repeat;
	text-indent:-999em;
}

#header a {
	width:100%;
	height:74px;
	display:block;
}

#navigation {
	width:10em;
	float:left;
	margin-top:0;
}

#navigation h3 {
	font-size:1em;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	font-weight:bold;
	color:#000;
}

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation li {
	margin-top:1em;
}

#navigation li a {

}

#googleAds {
	width:160px;
	float:right;
	background-color:#fff;
	margin-left:1em;
	margin-top:1.5em;
}

.ad {
	border:1px solid #2E6B2E;
	padding-left:1em;
	padding-top:1em;
	margin-top:1em;
}

#page {
	margin-left:12em;
}

#search input {
	font-size:.9em;
	vertical-align:middle;
}

#search input.searchfield {
	width:14ex;
	border:2px solid #ccc;
	vertical-align:middle;
	padding:2px;
}

#search input.searchbutton {
	border:0;
	color:#fff;
	font-weight:700;
	background:gray;
	padding:6px;
}

#crumbs {
	clear:right;
	background-color:#eeeeee;
	color:#6B502E;
	margin:0 auto;
	padding:2px 1em 4px;
}


#experts,#offers, #answers {
	margin:2em auto;
	width:600px;
	cursor:pointer;
}

.intro {
	text-align:left !important;
}

#experts *,#offers *,#answers *
{
	margin:0;
}

#experts p,#offers p,#answers p {
	text-align:right;
}

#experts a,#offers a,#answers a {
	padding-left:25px;
	background:url(../images/check-beraterverzeichnis.jpg) no-repeat left;
}

#experts h2,#offers h2,#answers h2 {
	text-indent:-999em;
	border:1px solid #eeeeee;
	height:74px;
}

#experts h2 {
	background:url(../images/experten-beraterverzeichnis.jpg) no-repeat;
}

#offers h2 {
	background:url(../images/angebote-beraterverzeichnis.jpg) no-repeat;
}

#answers h2 {
	background:url(../images/fragen-und-antworten.gif) no-repeat;
}

#details h2 {
	margin-bottom:.5em;
	font-size:1.25em;
}

#details h3 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	margin-top:2em;
	color:#000;
}

#details fieldset {
	width:27em;
	/*height:17em;*/
}

#details .aktionen {
	border:1px solid #ccc;
	width:18.25em;
	height:6em;
	margin-right:.5em;
	margin-bottom:.5em;
	float:left;
	padding:.5em;
}

#foot {
	clear:both;
	border-top:1px solid #ccc;
	margin-top:2em;
	padding:2px 0 0;
	text-align:center;
}

#foot_print {
	display:none;
}

.fehler {
	border:1px dotted red !important;
	width:40em;
}

.erfolg {
	border:1px dotted green !important;
	width:40em;
	padding:0.25em;
	color:green;
}

.best {
	border:1px dotted #2E6B2E !important;
	width:40em;
}

/*Specific Settings*/

.mainPicture {
	text-align:center;
	float:right;
	margin-left:1em;
	margin-bottom:.5em;
}

.picture {
	text-align:center;
	clear:both;
	float:left;
	margin-right:1em;
	margin-bottom:.5em;
	margin-top:1em;
}

.mainPicture img, .mainPicture #map, .picture img  {
	border:1px solid #ddd;
	padding:10px;
}

.mainPicture .legend, .picture .legend {
	font-size:smaller;
}

.picturelist .picture {
	clear:none;
}

#linklist {
	list-style-type:none;
	margin:0;
	padding:0;
	height:7.5em;
}

#linklist li {
	float:left;
	margin-right:.5em;
	margin-bottom:.5em;
}

#linklist a {
	display:block;
	width:13.5em;
	padding:0.25em;
	text-align:center;
	border:1px solid #ccc;
	color:#2E6B2E;
}

#linklist li.selection a {
	background-color:#2E6B2E;
	color:#fff;
}

.berater {
	width:13.5em;
	background-color:#eee;
	height:30em;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	overflow:hidden;
}

.berater h4 {
	font-size:1em;
	text-align:center;
	padding:0.25em;
	margin:0;
	color:#fff;
}

.berater p {
	text-align:center;
	padding:0.25em;
}

.berater ul {
	margin-left:1.75em;
	padding-left:0;
	padding:0.25em;
}

.berater p + ul {
	margin-top:-1em;
}

.leftCorner {
	background:url(../images/left-corner.jpg) no-repeat top left #2E6B2E;
	height:25px;
}

.berater .profilLink {
	background:url(../images/zum-profil.jpg) no-repeat center;
	display:block;
	margin:0;
	padding:0;
	height:25px;
	text-indent:-999em;
}

#beraterProfil {
	width:16em;
	background-color:#eee;
	float:left;
	margin-top:.5em;
	margin-right:1em;
	margin-bottom:1em;
	overflow:hidden;
	text-align:center;
}

#beraterProfil h2 {
	margin-top:0;
	color:#fff;
	font-size:1.25em;
}

#beraterProfil h2,#beraterProfil p {
	padding:0 1em;
}

.linie {
	background:url(../images/linie.jpg) repeat-x;
	margin:1em;
}

.links {
	float:left;
	margin-bottom:0;
	margin-right:1em;
	margin-top:.5em;
}

#downloads img {
	border:none;
	vertical-align:middle;
	margin-right:1em;
}

.example {
	margin-top:-.5em;
	font-size:smaller;
	margin-left:13em;
}

#profilNavi ul {
	margin:0;
	padding:0;
	list-style-type:none !important;
}

#profilNavi li {
	float:right;
	margin-right:0.5em;
}

#frmProfil label,#frmProfil .pseudolabel {
	font-weight:bold;
	display:block;
	width:8em;
	float:left;
}

/*Demos: Gallery*/

#myGallery {
	float:right;
	margin-left:1em !important;
	margin-top:.5em !important;
}

#myGallery h2 {
	color:#fff;
	font-size:1em;
}

/*Fragen und Antworten*/

.fragebox {
	border:1px solid #000;
	padding:0;
	margin-bottom:1em;
	width:45em;
}

.frage {
	background-color:#efefef;
	padding:0.5em;
	color:#2E6B2E;
	font-weight:bold;
}

.frage p {
	margin:0;
	padding:0;
}

.antwort {
	padding:0.5em;
}

.sponsor {
	padding:0.5em;
	background-color:#FFE0AF;
	text-align:center;
	border-top:1px solid #000;
}

.sponsor p {
	margin:0;
}

/* Brainstorming */

#brainstorm {
	border:1px solid #ddd;
	background-color:#efefef;
	width:44em;
	height:5em;
	padding:.25em;
}

#brainstorm p {
	padding:0;
	margin:0;
}

#brainstorm div {
	float:left;
}

#fragestellung {
	width:28.5em;
	padding-right:1em;
	border-right:1px solid #ddd;
}

#einsatz {
	width:5em;
	padding:0 1em;
	border-right:1px solid #ddd;
	text-align:center;
}

#laufzeit {
	width:5em;
	padding:0 1em;
	text-align:center;
}

#brainstorm textarea {
	height:3.25em;
	width:25em;
}

#brainstorm span {
	font-size:1.5em;
	display:block;
	margin-top:.75em;
}

.antworten {
	border:1px solid #ddd;
	background-color:#efefef;
	width:43em;
	padding:.25em 1em;
	margin-bottom:1em;
}

.antworten p {
	margin:0;
}

.antworten span {
	display:block;
	width:4em;
	font-weight:bold;
	float:right;
	border-left:1px solid #ddd;
	padding-right:1em;
	padding-top:.5em;
	text-align:center;
}

.antworten span span {
	font-size:2em;
	display:inline;
	width:auto;
	float:none;
	border:none;
	padding:0;
}

#frmBrainstorming label {
	display:block;
	float:left;
	width:6em;
}

#frmBrainstorming p {
	margin-bottom:1em;
}

/* Admin */

.help {
 	margin-top:-.5em;
	margin-bottom:1.5em;
 }

 /* Partner */

#partner {
	border:1px solid #000;
	padding:.5em;
	width:45em;
}

#partner p {
	text-align:center;
	margin:0;
}
