/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: modified by Heiko Kattenstroth (www.heiko-kattenstroth.de)
*/
@import url(style.css);
/***** Body and main container *****/
body {
	margin:0 auto;
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#f4f4f4 url(../img/bg.gif) top center repeat-y;
	color:#303030;
}

#wrap {
	background:#ffffff;
	color:#303030;
	margin:0 auto;
	width:720px;
	padding-left: 30px;
	padding-right: 30px;
}

.noborder {
	border: 0px;
	border-style:solid;
	border-color: #FFFFFF;
	height: 20px;
	color:#303030;
	background: #FFFFFF;
}

.menutext {
	padding-top: 15px;
	vertical-align: top;
}

.tisch {
	/*color: #BBBBBB;*/
	font-weight:bold;
	padding-top: 0px;
} 



#technik td {
	padding: 5px 20px 5px 25px;
	background-color: inherit;
}

#zubehoer  td {
	padding: 3px 0 3px 8px;
	background-color: inherit;
}

#kontakt  td {
	padding: 10px 10px 10px 0;
	background-color: inherit;
}

#leftside img {
	border: 0;
}

.grey { 
	background-color: #e5e5e5;
}

/***** Various tags *****/
a {
	text-decoration:none;
	font-weight:bold;
	color:#505050;
	background-color:inherit;
}

a:hover {
	text-decoration:underline;
	color:#808080;
	background-color:inherit;
}

a img {
	border:0;
}

/***** Header *****/
#header {
	margin: 0;
	padding:0;
	height:120px;
}

#frontphoto {
	padding: 50px 30px 35px 190px;
	margin:0;
	border:0;
}

/***** Left sidebar *****/
#leftside {
	font-size:0.9em;
	clear:left;
	float:left;
	width:165px;
	margin: 0;
	padding: 30px 0 0 0;
}
/*
#leftside h2,#leftside h3 {
	color:#505050;
	background-color:inherit;
	font-size:1.3em;
	margin:0 0 5px;
	padding:0;
}

#leftside div.announce {
	clear:left;
	margin:10px 0 15px;
	padding:7px 5px;
	width:126px;
	font-size:0.9em;
	background-color:#f4f4f4;
	color:#505050;
	border-left:4px solid #cccccc;
	line-height:1.5em;
}

#leftside div.announce p {
	margin:10px 0 0;
	padding:0;
}
*/
/** add: Menu with images **/

/***** Main menu *****/
ul.imgmenu {
	width:165px;
	margin:0 0 18px;
	padding:0;
	list-style:none;
}

ul.imgmenu li {
	width:165px;
	height:35px;
	padding:0;
	display:block;
}
ul.imgmenu li a {

	height:27px;
	color:#505050;
	font-weight:bold;
	padding-top: 10px;
	display: block;
}


ul.imgmenu li a:active {
	color: #b1b1b1;
}

ul.imgmenu li a:hover {
	color:#808080;
}

/***** Main content *****/
#content {
	margin:0 150px 5px 150px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding:0 10px;
	line-height:1.6em;
}

#contentwide {
	margin:35px 0 0 170px;
	border-left: 1px solid #f0f0f0;
	padding:0 0 0 20px;
	line-height:1.6em;
	}

#content h2,#contentwide h2 {
	font-size:1.4em;
	margin:0 0 10px;
	color: #989898;
}

#content h3,#contentwide h3 {
	font-size:1.4em;
	margin:0 0 8px;
}

#content img,#contentwide img {
	padding:0;
	margin: 0;
	display:inline;
	/*baccckground:#cccccc;
	colooor:#303030;
	borrrder:4px solid #f0f0f0;*/
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content li, #contentwide li {

	margin:0;
	padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
	margin:0 0 0 16px;
	padding:0;
}

#contentwide p span {
	padding-top: 0;
	margin-top: 0;
}
/**INFO**/
.info {
padding-top: 10px;
color:#808080;
}
/***** Footer *****/
#footer {
	clear:both;
	margin:20px auto 0 auto;
	padding:10px 0 20px;
	border-top:4px solid #f0f0f0;
	/*width:720px;*/
	text-align:center;
	color:#808080;
	background:#ffffff;
	font-size:0.9em;
	line-height: 1.6em;
}

#footer a {
	color:#808080;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/***** Various classes *****/
.left {
	margin:3px 10px 2px 0;
	float:left;
}

.right {
	margin:2px 0 2px 10px;
	float:right;
}

.textright {
	text-align:right;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.bold {
	font-weight:bold;
}

.hide {
	display:none;
}

/*NEU*/
.kontakt {
	margin-bottom: 5px;
}
label {
	font-weight: bold;
}

/*DEBUG*//*
#wrap {
	border:1px solid #000000;
}
#header {
	border:1px solid #FF0000;
}
#footer {
	border:1px solid #f0f0f0;
}
#leftside {
	border:1px solid #00FF00;
}
#content {
	border:1px solid #0000FF;
}
#contentwide {
	border:1px solid #000000;
}
ul.imgmenu {
	border:1px solid #000000;
}*/