/* Design by STUDIO7DESIGNS.com
Company:	Nautica X - Opensourcetemplates.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:1.25em 0;
}

.banner {
  float:left;
}

li, dd, blockquote {
	margin-left: 2.5em;
}

fieldset {
	padding:0.75em;
}

div#portalimg { width:600px; height:445px; margin:0px auto; padding-top:50px;}

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg-right.gif) repeat-y right;
}
div#inner-wrapper {
	background: #F7F4ED url(../images/header-back.png) repeat-x;
}
div#content-wrapper {
	width: 62em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 210px;
	height: 225px;
	text-align: center;
}
div#logo img {
	margin-top: 85px;
}
div#sidebar {
	background: url(../images/body-bkg.gif) repeat-y top left; 
	float: left;
	width: 210px;
	/* height: 80em;  */
	/* display: inline; */
}

div#content {
	float: right;
	width: 45.5em;
	margin-right: 1.75em;
	display: inline;
}
div#content-inner {
	clear:both;
	margin-top: 20px;
	padding: 1px 0;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
}
div#content-inner h2 img {
	float:right;
	border: 1px solid #fff;
}
div.content-left {
	padding: 4px;
	width: 194px;
	background-color: #FFFFFF;
	color: #464031;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-right-2 {
  padding: 4px;
  width: 194px;
  background-color: #FFFFFF;
  color: #464031;
  float: left;
  display: inline;
}
div.content-right-2 img {
  border: 1px solid #fff;
}
div.topbild {
  padding-top:10px;
  width: 194px;
  margin:0px auto;
  text-align: center;
}
div.content-left p {
	background-color: #9E3C3C;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.2em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right-2 p {
  background-color: #9E3C3C;
  margin: 4px 0 0 0 !important;
  color: #fff;
  text-align: center;
  font-family: "Times New Roman", serif;
  padding: 2px;
  font-size: 1.2em;
  border: 1px solid #fff;
}
div.content-right-2 p span {
  font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 42em;
	display: inline;
}
div.content-left-2 {
  float: left;
  margin-right: 20px;
  width: 42em;
  display: inline;
}
div.content-full {
	clear: both;
	padding-top: 15px;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: 80%;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	color: #464031;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}
div#designselection {
	float:right;
	height: 40px;
}

/* @end */
/* @group Txtsize */
ul#txtsize {
	float:left;
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 100%;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}
ul#txtsize li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#txtsize li a:link, ul#txtsize li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#txtsize li a:active {
	color: #3f3e3a;
}

/* @group Nav */
ul#nav {
	float:left;
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 100%;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:active {
	color: #3f3e3a;
}

ul.side-nav {
	margin: 2px 0.95em 2px 0.95em;
	border-top: 1px solid #e9e7e7;
	font-size: 70%;
	color: #978f7c;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 2px 0 2px 1.4em;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #cac6ba;
}
ul.side-nav li a:active, #active {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #dc3409;
}
ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: 70%;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 10px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #433b38;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}

/* @end */

/* @group Headings */
h1 { 
    font-size: 150%;
}
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 160%;
	color: #464031;
}
h3.dateline {
	font-size: 80%;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 0.95em;
	margin-right: 10px;
	font-weight: lighter;
	margin-bottom: 5px;
	font-family: "Times New Roman", serif;
	color: #a1a09b;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: 75%;
	color: #5e5e5d;
	line-height: 170%;
}
div#content-inner p {
	margin: 2px 0 0 0;
}
div.information {
  background-color: #f3f2ea;
  border:1px solid #cdc3ab;
  padding: 1em;
}
p.intro:first-letter , .headline_2{
	font-size: 140%;
	letter-spacing: -1px;
}
p.copyright {
	font-size: 0.65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
p.aktuell {
  border: 1px solid #004080;
  padding: 0 5px 0 10px;
  color:#004080;
}
p#small {
	margin:0;
	padding:0;
	font-size:75%;
}
span.provisionsfrei {
    font-size:1.2em;
    color:#FFCF3F;
}
/* @end */

/* @group Lists */

/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #797069;
	text-transform: uppercase;
}
.form-required {
	color:#CC0000;
}
#loginform {
    width: 28em;
}
form input#name, form input#pass {
    width: 15em;
    float: right;
}
form#sform input.txt{
    margin-right: 4px;
    margin-top: 4px;
    float: right;
}
form#sform table{
    border: 1px solid blue;
}
form#sform td {
    width: 33%;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
#gutachten a:link, #gutachten a:visited {
	color: #fff;
}
#gutachten a:hover {
	color: #706153;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* pic obj */
#morepics{
  text-align:center;
  margin: 0px auto;
  background-color: #EBE9E0;
}
.picobj{
  width:384px;
  background-color: #F7F5F2;
  text-align:center;
  margin: 0px auto;
}

/* tables */
table {width:99%; border:1px solid #ccc;}
td, th {border:1px solid #ccc; margin:0; padding:0;}
th {background-color:#eee; text-align:center; margin:0; padding:0;} 

/* ff */
.eck{}

.eck_sp1 {
		font-weight: normal;
        height:1em;
		width: 30%;
		background-color: #EBE9E0;
}

.eck_sp2 {
		font-size: 10pt;
		font-weight: normal;
		width: 70%;
		background-color: #F7F5F2;
}

.txt_sp1 {
        margin:0;
        padding:0;
}



.txt_sp2 {
        margin:0;
        padding:0;
}


.txt_z1
{
        font-weight: normal;
        background-color: #D0D6DF;
}



.txt_z2
{
        font-weight: normal;
        background-color: #D7DCE3;
}

div.login {
  text-align:center;
  background-color:#fff;
}

#shoutbox{
  float:right;
  margin: 0 20px 0 0;
  width: 120px;
  height: 240px;
  overflow: hidden;
}
#inner p {color:#006;}
