/* Start of CMSMS style sheet 'Elektrotechnik Raßbach' */
* { 
	margin: 0px; 
	padding: 0px;
}

html, body {
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	margin: auto;
	width: 800px;
}

h1 {
	background: url(images/elektrotechnik-rassbach-logo.jpg) no-repeat;
	height: 86px;
	margin-left: -10px;
	overflow: hidden;
	position: relative;
	width: 311px;
}

h1 a {
	display: block;
	height: 86px;
	text-indent: -999em;
	width: 311px;
}

h2 {
	color: #3f5299;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 18px;
}

a {
	color: #3f5299;
	text-decoration: none;
}

a:hover {
	color: #e31e2d;
}

a.currentpage {
	color: #e31e2d;
	text-decoration: none;
}

p {
	text-align: justify;
	margin-bottom: 18px;
}

ul {
	list-style-type: square;
}

ul,
ol {
	margin: 0 0 18px 50px;
}

#main-navigation ul,
#functional-navigation ul {
	list-style-type: none;
	margin: 0;
}

#header {
	height: 126px;
	margin-top: 40px;
}

#functional-navigation {
	float: right;
	font-size: 11px;
	margin-top: -76px;
	width: 272px;
}

#main-navigation {
	margin-bottom: 46px;
}

#main-navigation ul {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	height: 24px;
}

#main-navigation ul li {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-right: 50px;
	width: auto;
}

#content {
	float: left;
	margin-bottom: 27px;
	width: 477px;
}

* html #content {
	margin-bottom: -18px;
}


*:first-child+html #content {
	margin-bottom: -18px;
}

#image {
	float: right;
	height: 272px;
	margin-bottom: 50px;
	margin-top: 4px;
	overflow: hidden;
	width: 272px;
}

* html #image {
	margin-bottom: 5px;
}

*:first-child+html #image {
	margin-bottom: 5px;
}

#footer {
	clear: both;
	margin: 0 0 25px 0;
}

#footer p {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-size: 11px;
	line-height: 24px;
}

#iconified {
	border: 0;
	margin-left: -5px;
}
/* End of 'Elektrotechnik Raßbach' */

