/* CSS Document */
html {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
	margin: 0;
	padding: 0;
  font-size: 12px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	background-color:#ccc;
}
p, h1, h2, h3 {
	margin: 0px;
	padding: 5px 0px;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
}
acronym {
	cursor:help;
	font-size:12px;
}
hr {
	height:1px;
	border:none;
	border-bottom: 1px solid #333;
}

/* Main-DIVs */
#navcontainer, #maincontainer, #footercontainer {
	clear:both;
	padding:0;
  margin: 0 auto;
	text-align: left;
	width: 760px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#navcontainer {
	height: 30px;
	padding-left: 22px;
	padding-top: 50px;
	border-bottom: 1px solid #666;
	background-image:url(images/christian-frosch.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/* IE 5/6 Boxmodel-Hack */
* html #navcontainer, * html #footercontainer {
	width: 762px;
	w\idth: 760px;
}
#maincontainer {
  width: 742px;
	padding: 10px 10px 10px 30px;
	border-top: 2px solid #aaa;
	min-height: 380px;
	background-color:#fff;
}
/* IE 5/6 Boxmodel-Hack */
* html #maincontainer {
	width: 742px;
	w\idth: 742px;
}
#footercontainer {
	border-top: 1px solid #666;
	padding-right: 22px;
	padding-top: 10px;
	text-align:right;
	height: 30px;
}

/* END Main-DIVs */

#home img {
	padding-right: 20px;
	padding-top: 10px;
}
#llcontainer {
	width:742px;
}
table#ll { width:100%; }
#llbild {
	float:left;
	width: 250px;
	margin: -157px 0 0 0;
}
/* IE 5/6 Boxmodel-Hack */
* html #llbild {
	margin: -172px 0 0 0;
	m\argin: -157px 0 0 0;
}
#lltxt {
	width: 742px;
	float: right;
	padding-right: 5px;
}
#hptxt {
	width: 735px;
	float: left;
	padding:0;
	margin:0;
}
table {
	padding: 0;
	margin: 0;
	/*background-color:#ddd;*/
}
#asbild {
	float:left;
	width: 250px;
	margin: -235px 0 0 0;
}
.ansicht {
	background:url(images/kamera.gif) no-repeat left center;
	padding:5px 0 5px 35px;
	text-decoration:none;
	color:#999;
}

#txtbild {
	float:left;
	width: 250px;
	margin: -149px 0 0 0;
}
#ascontent {
	width: 742px;
	float: right;
}
#asdcontent {
	padding: 20px 0 0 0;
	width: 727px;
}
#asdcat {
	float: right;
	width: 170px;
}
#asdpic {
	float:left;
	padding: 10px 0 0 0;
	width: 540px;
	text-align: center;
	height: 400px;
	min-height: 400px;
}
#asdtext {
	float: right;
	margin: -145px 0 0 0;
	width: 170px;
}
#asdnav {
	clear:both;
	padding-top: 10px;
	width: 540px;
	text-align: center;
	height: 30px;
}
#asdnav img {
	vertical-align:middle;
}
#asdnav a:link, #asdnav a:visited {
	text-decoration:none;
	color:#999;
}
#workcontent {
	padding: 20px 0 0 0;
	width: 733px;
}

#workcat {
	float: right;
	width: 150px;
}
#workpic {
	float:left;
	padding: 10px 0 0 0;
	width: 560px;
	text-align: center;
	height: 400px;
	min-height: 400px;
}
#worktext {
	float: right;
	margin: -145px 0 0 0;
	width: 150px;
}
#worknav {
	clear:both;
	padding-top: 10px;
	width: 560px;
	text-align: center;
	height: 30px;
}
#worknav img {
	vertical-align:middle;
}
#worknav a:link, #worknav a:visited {
	text-decoration:none;
	color:#999;
}
#kontaktcontainer {
	width: 735px;
	height: 330px;
}
#adresse {
  width:250px;
}
#formular {
	width: 371px;
	float: right;
}
#submenus ul {
	margin: 0; padding: 5px 0;
	list-style-type: none;
}
#submenus ul li {
	line-height: 18px;
}
#submenus ul li a:hover {
	background-color: #CCCCCC;
	color: #fff;
}
.antifloat {
	height: 1px;
	clear: both;
	visibility: hidden;
}
.dottedlink {
	border-bottom: 1px dotted #999;
	text-decoration:none;
	color:#999;
}
* html .dottedlink {
	border-bottom: 1px solid #999;
}
form {
	margin:0;
	padding:0;
}
textarea, input, .quote, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666; 
	margin: 0;
	padding: 1px;
}
.shortfield, .halffield, .mediumfield, .longfield, .extralongfield, select, .datefield {
	border: 1px solid #666;
}
.shortfield {
	width: 50px;
}
.datefield {
	width: 70px;
}
.halffield {
	width: 118px;
}
.mediumfield {
	width: 186px;
}
.longfield {
	width: 244px;
}
.extralongfield {
	width: 370px;
}
