/*******************************************************************************

	Project		:	


*******************************************************************************/




body, html, table, form, textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color:#00592F;
}
/* ### headlines ############################################################ */
h1 {
	background: inherit;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


h2 {
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

h3 {
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

h4 {
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}
h5 {
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h6 {
	background: inherit;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}
hr{
    color:#00592F;
}

#div_ueberschrift{
	width: 700px; 
	clear:both;
}

p	{margin-bottom: 10px;}


.column {
	float:left;
	padding:0pt 25px 0pt 0pt;
	width:29%;
}



#div_slideshow{
	padding:0px 0px 0px 0px;
	margin: 0px 25px 0px 0px;
	width: 605px;
	height: 294px;
	background: url(/files/605x294px_slideshow.jpg) no-repeat;/**/
	z-index:1;
	float:right;
}

.linkespalte{
	width:375px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}

.rechtespalte{
	width:200px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

#newscontainer{
	width:430px;
	float: left;
}
#rechtespaltestart{
	width:405px;
	float: right;
}
#div_kontaktbox{
	margin-top:0px;
	width: 190px;
	float:right;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

#div_bilderthick{
	margin-top:0px;
	background: #d7e49e;
	width: 220px;
	float:right;
	margin-right: 37px;
	margin-bottom: 10px;
}

#div_bilderthick img{
	border: 1px solid #736157;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#div_bilderthick a{
	
}
.section{
	width: 575px;
	float: left;
	line-height: 18px
}
#thumbs {
	width:65px;
	height:65px;
	float:left;
	padding:5px 5px 5px 0px;
	background: no-repeat;
}

#div_maincontent2 ul        {list-style: circle;line-height:20px;}
#div_maincontent2 ul li		{margin: 0px 10px 0px 10px;}
#div_maincontent2 ul li ul	{margin: 0 0 0 0; list-style: none;}
#div_maincontent2 ul li ol	{margin: 0 0 0 0;}

.clearfix {
	clear:both;
	display:block;
}
.highlight
{
  background-color: lightblue;
  text-decoration: underline;
}

.important
{
  font-weight: bold;
  font-size: 2.1em;
}
.whitetext{

color: #ffffff;}
table.mceEditor{

font-size:12px;}

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 375px;
	float: left;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 3px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 360px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #66524a;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 230px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #66524a;
	margin-bottom: 5px;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}

.formgen input.formsubmit:hover {
	border-bottom-color: #000000;
	background-color: #00592F;
}

/* Label */
.formgen label {
	width: 130px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #00592F;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	text-align: center;
	background-color: #66524a;
	border: 1px solid #FFCC33;
	float: right;
	color: #FFFFFF;
	margin-right: 15px;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 1px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
	/* Beispiel-CSS für magazin_Layout */
	.magazine-layout {
		
		
		
	}
	.magazine-container {
		width:200px;
		float: right;
		margin-right: 0px;
		margin-top: 0px;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	
.teaser,
.teaser_content{
  display:none;
  line-height: 21px;
}

/* aufklappmenü studien */
/*/////////////////////////////////////////////////////////////////////////////*/

.teaser_content2{
margin-top: 30px;
 
}
a.kritik {
font-size: 14px;
line-height: 30px;
display: block;
width: 180px;
}
a.kritik:hover {
	color:#00592F;
	background-image: url(/files/285x26px_aktiv.png);
}
a.kritik:focus,
a.kritik:active{
	color:#00592F;
	background-image: none;
}
