/*********************************************************************************

	Project		:	von Harten
	Copyright	:	°° zweikreis.de :: mediendesign - www.zweikreis.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }


/* ### reset some basic style ################################################### */


ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
}

/* ### BODY ###################################################################### */
body {
	font-family:verdana, helvetica, sans-serif;
	font-size: x-small;
	margin:0;
	padding:0;
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clear {
	clear:both;
}

/*#### Links ################################################################ */

#inhalt a, 
#inhalt a:link {
	color:#DE880F;
	text-decoration:underline;
}

#inhalt a:hover {
	color:#EFB565;
	text-decoration:none;
}

/* ### Hauptstruktur ############################################################ */

#rahmen {  
}

#website {

}

#inhalt {
	font-size:1.2em;
	line-height:1.3em;
}

#left{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
}

#hausbild{
	display:block;
	float:left;
}

#footer{
	display:none;
}
	
#logo{
	display:block;
	float:left;
	width:312px;
	height:90px;
	margin:30px 0 0 10px;
}

#inhalt #nav{
	display:none;
}


/* Startmenue */

#inhalt #nav_start{
	display:block;
	float:left;
	width:450px;
	margin:50px 0 0 35px;
}

#inhalt #nav_start ul{
	display:block;
	float:left;
	border-left:1px solid #DE880F;
}

#inhalt #nav_start li{
	display:inline;
	float:left;
}

#inhalt #nav_start a,
#inhalt #nav_start a:link{
	display:block;
	float:left;
	padding:3px 15px;
	color:#3B2405;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #DE880F;
}

#inhalt #nav_start a:hover {
	color:#DE880F;
}


#adresse{
	display:block;
	float:right;
	width:280px;
	height:50px;
	text-align:right;
	margin:45px 10px 0 0 ;
	line-height:1.4em;
}

#content{
	display:block;
	float:left;
	width:100%;
	padding:50px 0 0 0;
}

/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
/* end hide */

/* ####### CONTENT  ############################################################# */

.halber_block_1{
	display:block;
	float:left;
	width:320px; 
	margin:0px 0 0 20px;
}

.halber_block_2{
	display:block;
	float:left;
	width:270px;
	margin-top:17px;
}

.halber_block_3{
	display:block;
	float:left;
	width:270px;
	margin-top:23px;
}

.image{
	display:block;
	float:left;
	width:180px;
	height:281px;
}

/* ------- */

p {
	margin:0px 20px 10px 0px;
}

h1 {
	font-size:1.3em;
	margin:0px 0px 14px 0px;
	color:#DE880F;
}

h1.welcome {
	font-size:1.8em;
	margin:280px 0px 20px 0px;
	color:#333333;
}

h2 {
	display:block;
	font-size:1.2em;
	margin-bottom:10px;
	color:#DE880F;
}

#content ul {
	display:block;
	margin-bottom:20px;
}

#content ul li{
	display:block;
	padding-bottom:5px;
	line-height:1.1em;
}

#content ul.person li{
	padding-bottom:7px;
	line-height:1.2em;
}

.google_link{
	font-size:0.9em;
}

.impressum{
	font-size:0.9em;
	line-height:1.2em;	
}



