/**
 * zammer-lochputz.at.main.css
 * 2010 by Dominik Huettner
 **/
body,
html {
	background-color: #000518;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000518;
	margin: 0;
	padding: 0;
}

/**
 * main and general things
 **/
div#main {
	margin: 0 auto;
	width: 921px;
}

a img {
	border: none;
}

div#top,
div#header,
div#headerItems,
div#languages,
div#phone,
div#mobMail,
div#body,
div#edgeTop,
div#menuMain,
div#content,
div#contentMain,
div#contentInner,
div#edgeBottom {
	float: left;
}

div#top:after,
div#header:after,
div#headerItems:after,
div#languages:after,
div#phone:after,
div#mobMail:after,
div#body:after,
div#edgeTop:after,
div#menuMain:after,
div#content:after,
div#contentMain:after,
div#contentInner:after,
div#edgeBottom:after {
	clear: both;
	content: "";
	height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/**
 * top
 **/
div#top {
	height: 185px;
	width: 100%;
}

/**
 * header
 **/
div#header {
	background-image: url(../images/background/zammer-lochputz.at-header.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

/**
 * items below header image
 **/
div#headerItems {
	height: 35px;
	width: 100%;
}


div#headerItems a{
	color: #FFF;
	text-decoration: none;
}

div#headerItems a:hover{

color: #cccccc;
	
}


/**
 * languages
 **/
div#languages {
	padding: 10px 0 0 19px;
}

div#languages img {
	display: block;
	float: left;
	margin-right: 1px;
}

/**
 * contact info
 **/
div#phone,
div#mobMail {
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
}

div#phone {
	margin-left: 135px;
}

div#mobMail {
	margin-left: 8px;
}

/**
 * body
 **/
div#body {
	width: 100%;
}

/**
 * edges
 **/
div#edgeTop,
div#edgeBottom {
	width: 100%;
}

div#edgeTop {
	background-image: url(../images/background/edgeTop.png);
	background-repeat: no-repeat;
	height: 12px;
}

div#edgeBottom {
	background-image: url(../images/background/edgeBottom.png);
	background-repeat: no-repeat;
	height: 20px;	
}

/**
 * menu at the side
 **/
div#menuMain {
	margin-right: 20px;
	width: 165px;
		
}

div#menuMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menuMain ul a {
	color: #FFF;
	text-decoration: none;
}

div#menuMain ul a:hover {
	color: #FFF596;
}

div#menuMain ul li {
	background-image: url(../images/background/menuListSplit.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 10px 0 15px 0;
}

div#menuMain ul li ul {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	
}

div#menuMain ul li ul li {
	background-image: none;
	margin: 0;
	padding: 1px 0 0 0;
}

div#menuMain ul li.first {
	padding-top: 4px;
	
}

div#menuMain ul li.last {
	background-image: none;
}

/**
 * content
 **/
div#content {
	background-image: url(../images/background/menuContent.png);
	background-repeat: repeat-y;
	width: 100%;
	font-size: 13px;
}

div#contentMain {
	height: 100%;
	width: 700px;
}

div#contentInner {
	padding: 5px 8px 0px 35px;	
}

div#contentInner h1 {
	font-size: 18px;
	margin: 5px 0 4px 0;
	color: #001232;
}

div#contentInner h2 {
	font-size: 15px;
	margin: 5px 0 4px 0;
	color: #001232;
}

div#contentInner p {
	font-size: 1"px;
	margin: 5px 0 4px 0;
	color: #000000;
}




div#contentInner a:link, a:visited {
	color: #001632;
	text-decoration: underline;
}

div#contentInner a:hover {
	color: #1d7a9e;
	text-decoration: underline;
}


div#contentInner img{
background: url(../images/background/schatten.png) no-repeat right bottom;
padding: 0px 4px 4px 4px;
border: #eee 0px solid;
border-right:none;
border-bottom:none;
}



/**
 * special: Sagenbuch bestellen
 **/
img#SagenbuchBestellen {
	margin: 11px 0 0 27px;
}

/**
 * latest news in menu
 **/
div#latestNews {
	color: #FFF596;
}

/**
 * rgaccordion CSS
 **/
div#accordionFrame {
	margin: 10px 0;
}

h1.accordionToggle {
	background: #123321;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	margin-bottom: 2px;
	padding: 2px 0 2px 25px;
}

h1.act {
	color: #BBB !important
}

div.accordionContent {
	padding: 2px;
}
