/*
  style.css für bvHardert.de
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/background.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #457600;
}

#calender {
	background: #FFFFFF url(images/bgcalender.jpg);
	/*font: bold large Arial, Helvetica, sans-serif;
  color: #000000;                                   
  font-size: 1.2em;*/
}


/* Überschrift */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #457600;
}

.noneBorderImg {
	border: 0;
}

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

/* Seiten-Content */
.mainTop {
	padding: 2em 2em 1em 3em;
	margin-left: 70px;
}

.mainTop h1 {
	margin-bottom: .5em;
	font-size: 1.6em;
}

.mainSplitt {
	padding: 2em 2em 1em 3em;
  border-top: 1px solid #C9DEAB;
}
.main {
	padding: 4em 2em 1em 3em;
}

.main h1 {
	margin-bottom: .5em;
	font-size: 1.6em;
}

/* Erster Div im Body */
#bodyPage {
	width: 740px;
	margin: 0 auto;
	background: url(images/backgroundTop.jpg) no-repeat;
}

/* Header */
#header {
	height: 90px;
	padding: 30px 50px 0 0;
	color: #E5F5D0;
}

#header * {
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */
#content {
	background: url(images/backgroundMiddel.jpg) repeat-y;
}

#root {
	float: right;
	width: 460px;
	padding-right: 20px;
	background: url(images/backgroundRight.jpg) no-repeat;
}

/* Menu */
#menu {
	height: 35px;
}

#menu ul {
	float: right;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #E5F5D0;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Submenu */
#subMenu {
	float: left;
	width: 180px;
	padding: 180px 40px 0 40px;
	background: url(images/backgroundLeft.jpg) no-repeat;
}

#subMenu h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#subMenu ul {
	padding-left: 20px;
	list-style: circle;
}

/* Footer */
#footer {
	background: url(images/backgroundFoot.jpg) no-repeat;
	font-size: 0.9em;
	text-align: center;
	padding: 1em 0;
	color: #FFFFFF;
}

#footer * {
	color: #FFFFFF;
}


/* Bilderdarstellung */
#pic {
	position: relative;
}

#pic a .large {
	position: absolute;
	border: 0;
	display: block;
	height: 0px;
	width: 0px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	border: 0;
	display: block;
	text-decoration: none;
}

#pic a.p1:hover {
	text-decoration: none;
	border: 0;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	top: -100px;
	left: 150px;
  height: 360px;
	width: 541px; 
}

