/* Brillenkabinett Brintrup, Solingen; Gestaltung Inhalt */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
#wrapper {
width:100%;
background-color:#f2f7e9;
overflow:hidden;
}

#content {
width:79%;
   float:left;
	   
border-top:1px solid #fff;
			padding-bottom: 5px;
background-color:#fff;          
			   }
#content-left {
          float: left; 			
            width: 24%;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

            }
#content-main {
margin-left:25%;
padding:1.5em;

border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#right {width:20%;
float:right;
background-color:transparent;

text-align:right;
padding:20px 0 10px 0;
}
.floatedDiv		{ 
width:200px;
height:auto;
}
#footer {
	
	background-color:#008080;
	padding:5px 20px;
	color:#fff;
	font-size:0.8em;
	text-align:center;
	clear:both;
}
#footer p {
line-height:150%;
}
#footer a, #foozer a:link, footer a:visited, #footer a:active {
background-color:transparent;
color:#fff; }
#content-main h1, #content-main h2, content-main h3, .ueberschrift  {font-size: 1.1em; font-weight:normal; color:#006666; border-bottom:1px solid #339966;   margin-top:25px; margin-bottom:10px; margin-right:30px;padding-bottom:2px; }
#content-main h2, content-main h3, .ueberschrift {
	font-size: 1em;
	margin-left:40px;
}
#content-main p {
font-size: 0.9em; 
padding: 0 0 0 40px; 
line-height: 1.3em;
margin-bottom:8px;
}

#content-main  p.foto {
overflow:hidden;
font-size: 0.9em; 
padding: 0.5em 0 0 0; 
line-height: 1.3em;
margin-bottom:8px;
}
#content-main p.foto img {
   padding : 0 1em 1em 0;
   float : left;
}
#content-main ul.point {
list-style-type:square;
margin:10px 40px 10px 80px;
font-size:0.9em;}
#content-main ul.none {
list-style-type:none;
margin:10px 40px 10px 80px;
font-size:0.9em;}
#content-main ul li {
line-height:140%;}

/* links */

a			{color: #008080; text-decoration: none;}
a:link		{color: #008080; text-decoration: underline;}
a:visited	{color: #444444; text-decoration: none;}
a:hover 	{color: #009966;}
a:active	{color: #ff4500; text-decoration: none;}

/* forms styling */
form {
border: 0px solid #008080;
background-color:#fff;
	margin:0px 30px 25px 45px;
	padding:20px 0 5px 0;
	color:#333366;
}

label {
	font: normal 0.9em arial, geneva, verdana, Helvetica, sans-serif;
	color:#009966;
}
legend {
	font: 1em arial, geneva, verdana, Helvetica, sans-serif;
	color:#009966;
}
input, textarea {
	background-color:#f5f5f5;
	color: #333663;
	border: 1px inset #6699ff;
	font-size:16px;
}
input{
	width:320px;
}
textarea{
	height:108px;
	width:330px;
}
input.text {
color:#333366;
	background-color:#f5f5f5;
	border:1px inset #6699ff;
	width:240px;
	padding: 2px 4px;	
}

form p {
	/* clear:left; */
	margin:0;
	padding: 0;
	padding-top:0.2em;
}

fieldset {
	border: 1px inset #d3d3d3;
	padding:15px 10px 10px 10px;
	margin: 0 10px 15px 0;
}

legend {
	font: 1em Arial, Geneva, verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#009966;
	padding:3px;
}
#kopie {
width:1em;
margin-right:1em;
text-align:left;
}
.submitbutton { font-size:0.9em; font-weight:bold; border: solid 1px #fff; padding: 6px 8px; background-color: #fff; color: #008080;}
.radiobutton, .checkbox {
width:1em;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
clearRight {
	clear:right;
}
