/*************************** Allgemeine Einstellungen **************************/
/*
Farben
dunkeltürkis: #0b522e;
türkis: #007d72;
helltürkis: #ebf5f4;
*/

html, body {
	text-align:center;
	height: 100%;
}

body {
	background-color: #007d72;
}

h1 {
	font-size:1.2em;
	text-transform:uppercase;
	color:#007d72;
}

h2{
	font-size:0.9em;
	color:#007d72;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#007d72;
	font-weight:bold;
}

a:hover                         {
	text-decoration:underline;
}

/*************************** LAYOUT ***************************/

#outer {
	width:1015px;
	text-align:left;
	/* center|left style */
	margin-left:auto;
	margin-right:auto;
}

/*************************** TOP **************************/
#top {
	/*width: 972px;*/
	height: 220px;
	background-color:#ebf5f4;
	border-bottom: 5px solid #007d72;
}

#top img{
	margin-top:32px;
}

/*************************** MIDDLE **************************/
#middle {
	width: 100%;
	height: 158px;
	background-image: url(../media/back_middle.jpg);
}

#logo {
	float:right;
	margin:18px 50px 0 0;
	border:solid 0px white;
	width: 256px;
	height:110px;
}

#logo img{
border:0px;
}

#nav {
	width:100%;
	height: 35px;
	padding-top: 2px;
	
}

/*************************** BOTTOM **************************/
#bottom {
	/*width: 972px;*/
	min-height:365px;
	height:auto !important;
	background-color: #ebf5f4;
}

#viewport {
	width: 430px;
	float:left;
}

#viewport img{
	padding-left:25px;
}

#center {
	width: 250px;
	padding: 20px 0 0 0;
	float:left;
}

#title {
	border:solid 0px blue;
	font-size:.9em;
}

#subnav {
	padding: 30px 5px 0 0;
	border:solid 0px red;
}

#content {
	width:310px;
	padding: 20px 5px 0 5px;
	float:left;	
}

#footer {
	width:980px;
	font-size:0.8em;
	color: #ebf5f4;
	padding: 10px 0 10px 25px;
}

#footer a {
	text-decoration:none;
	padding-left:1em;
	color: #9d1927;
	font-weight:normal;
}

#footer a:hover {
	background-color:white;
	text-decoration:underline;
	border:0;
}


/*************************** FREE CLASSES ***************/

.nodisplay, .invisible {
	display:none;
}

.fixfloat {
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	width:1px;
}


/*************************** MAINNAVIGATION ***************************/

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
	display: block;
	text-decoration: none;
	padding:0px 0 0px 20px;
	color: #0b522e;
	float: left;
}

#nav a:hover, #nav a:active {
	color:white;
}

#nav a.active:link, #nav a.active:visited {
	color:white;
}

/*************************** SUBNAVIGATION ****************************/

#subnav ul {
	margin:0 0 0 0;
	border:solid 0px blue;
}

#subnav  ul li {
	list-style-type:none;
	padding:5px 0 5px 0;
}

#subnav  ul li a {
	font-size:12px;
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(../media/i_link.gif) no-repeat 0em;
}



/*************************** CONTENT ELEMENTS *********************************/

#bottom p, #bottom li, #bottom label{
   font-size:0.8em;
   line-height: 1.4em;
}

p{
padding: 0 0 10px 0;
}

#content li {
	padding-left:5px;
	margin-left: 15px;
}

/***************************** Anmeldeformular **************************************/
#headcolumn{
	padding: 20px 0 0 25px;
	color: #007d72;
}

#leftcolumn {
	width: 430px;
	padding: 0 50px 0 0;
	float:left;
	color: #007d72;
}

#rightcolumn {
	width: 500px;
	float:left;
	color: #007d72;
}

.tx-thmailformplus-pi1 li{
padding-left:5px;
margin-left:15px;
}

.tx-thmailformplus-pi1 .error{
padding-bottom:10px;
}

form {
color: #0b522e;
}

legend{
display:none;
}

fieldset{
padding: 0 0 0 10px;
margin-left: 15px;
border: 1px solid #ebf5f4;
}

#rightcolumn fieldset{
padding:0;
margin: 0;
}

#rightcolumn label {
	display: block;
	float: left;
	padding: 3px 0 4px;
	width: 180px;
}

.textfield {
	width: 300px;
}

.button{
background-color: #007d72;
color: #ffffff;
padding:3px;
border:none;

}

.buttons{
float:left;
padding:1px;
margin: 0 10px 10px 0;
border: 1px solid #007d72;
}

/***************************** Galerie **************************************/

.tx-gooffotoboek-pi1{
padding-left:25px;
}

.tx-gooffotoboek-pi1 h1{
padding:25px 0 10px 0;
}

.tx-gooffotoboek-pi1 img{
border:0px;
}

.tx-gooffotoboek-pi1 .single{
float:left;
}

.tx-gooffotoboek-pi1 .thumbnails{
float:left;
width:350px;
padding-left:20px;
}

/***************************** Bildstrecke **************************************/

.tx-wtcontentchange-pi1 img{
border:0px;
}

#wt_contentchange_link{
text-align:center;
}





