/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
* {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	border: 1px solid black;
	margin-bottom: 1px;
}
h1 {
	color: #009534;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none;
	color: #009534;
}

a {
	color: black;
}
hr {
	height: 1px;
	border: 1px solid black;
}
html, body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
strong a {
	font-weight: bold;	
}
#my-body {
	background: white;
	font-family: Arial, sans-serif;
	position: relative;
	background: url(../img/container2bg.jpg) 0px 0px repeat-y;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#wrap {
	width: 870px;
	min-height: 100%;
}

#header {
	width: 100%;
	height: 130px;
	background: white;
	text-align: right;
}

#logo {
	padding: 20px 15px 5px;
}
#logo_slogan {
    float: left;
	height: 30px;
	line-height: 30px;
	color: #009534;
	font-weight: normal;
	padding: 70px 0 0 30px;
	font-size: 22px;

}

#hr1 {
	width: 300px;
	height: 1px;
}

#container1 {
	width: 100%;
	height: 220px;
	border-top: 4px solid #dddddd;
}

#mainNav {
	width: 240px;
	height: 100%;
	background: url(../img/navmainbg.jpg) top left repeat-x;
	float: left;
	overflow: hidden;
}

#topNav {
	width: 630px;
	height: 35px;
	margin-left: 240px;
	background: transparent url(../img/topnavbg.jpg) top left repeat-x;
	position: absolute;
}

#container1 > #topNav {
	background-image: url(../img/topnavbg.png);
}

#pictCont {
	width: 630px;
	height: 216px;
	margin-top: -220px;
	margin-left: 240px;
	background-repeat: no-repeat;
	border-bottom: 4px solid #dddddd;
}

#container1 > #pictCont {
	margin-top: 0;
}	

#stempel {
	background: url(../img/stempel.png) top left no-repeat;
	width: 106px;
	height: 105px;
	position: absolute;
	top: 280px;
	left: 740px;
}

#container2 {
	width: 100%;
}

#subNav {
	width: 240px;
	background: #dddddd url(../img/shadow_subnav.jpg) top left repeat-x;
	float: left;
	padding: 48px 0 140px 0;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/

#mainNav li {
	display: none;
}

#mainNav li.level0 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #333;
}

#mainNav li.level0 a {
	display: block;
	height: 14px;
	color: #333;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}

#mainNav li.level0 ul {
	display: none;
}

#mainNav li.current {
	background: transparent url(../img/navmainli_current.png) no-repeat 12px 12px;
}

/* hack for IE 6 */
#mainNav ul > li.level0 a {
	padding: 11px 10px 11px 30px;
}

#mainNav li.level0 a:hover {
	color: #333;
}


#topNav ul {
	padding: 0;
	margin: 0;
	float: right;
}

#topNav li {
	list-style-type: none;
	display: block;
	float: left;
	height: 17px;
}

/* hack for IE 6 */
#topNav > li {
	height: 35px;
}

#topNav li a {
	display: block;
	float: left;
	padding: 10px 15px 9px 15px;
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#subNav li.level0, #subNav li.level0 a {
	display: none;
}

#subNav li.current, #subNav li.level1 a, #subnav li.level2 a, #subNav li.level3 a {
	display: block;
}

#subNav ul.navigation {
	margin-bottom: 48px;
}

#subNav li, #subNav li a {
	padding: 0;
	margin: 0;
	display: block;
}

#subNav li.level2 {
	margin-left: 30px;
}

#subNav li.level3 {
	margin-left: 0px;
}

#subNav li a {
	text-decoration: none;
	display: block;
	padding: 6px 0 6px 22px;
	color: #333;
	font: 13px Arial, Helvetica, sans-serif;
	background: url(../img/subnavlilevel2.jpg) 3px 1px no-repeat;
}

#subNav li.level1 > a {
	font-weight: bold;
	padding-left: 30px;
	background: url(../img/subnavli.jpg) 10px 6px no-repeat;
}

#subNav li.level1 a:hover, #subNav li.current.level1 a {
	background-image: url(../img/subnavlihover.jpg);
}

#subNav li.level2 a, #subNav li.current li.level2 a {
	padding: 0px 0 6px 20px;
	margin-left: -5px;
	background: url(../img/subnavlilevel2.jpg) 3px 1px no-repeat;
}

#subNav li.current li.level3 a {
	margin-left: 10px;
	padding: 0px 0 6px 20px;
}

#subNav li.level2 a:hover, #subNav li.current li.level2 a:hover {
	color: #009534;
	background: url(../img/subnavlilevel2.jpg) 3px 1px no-repeat;
}

#subNav li.current > a {
	font-weight: bold;
}



/*******************************************************************************/


/************************************ Content **********************************/
#content {
	float: left;
	width: 600px;
	min-height: 200px;
	background: white url(../img/shadow_content.jpg) top left repeat-x;
	line-height: 18px;
	padding: 15px 10px 30px 20px;
}

#content .breadcrumb, #content .breadcrumb a {
	font-size: 11px;
	margin-bottom: 20px;
}

#content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #009534;
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #009534;
	font-size: 14px;
	font-weight: bold;
}

#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #009534;
	font-size: 13px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	font-weight: bold;
	margin: 7px 0 4px 0;
	padding: 0;
}

#content * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#content p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#content .module_admin {
	clear: none;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
}
#content a:hover {
	color: #009534;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}


#content table {
	border-collapse: collapse;
	border: 1px solid #009534;
}
#content table td,
#content table th {
	padding: 2px;
}

#content .document-entry {
	height: 22px;
}

/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0 0 20px 0;
	margin: 0;
	background: #ddd;
}
.portlet h1 {
	border: none;
	color: black;
	padding: 10px 10px 3px 30px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 1px 10px 3px 30px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
.clear {
	display: block;
	float: none;
	clear: both;
}
#portlet_rro_weather {
	margin-bottom: 10px;
	background: white;
}
#portlet_rro_weather h3 {
	font-size: 11px;
	text-align: center;
}
#portlet_rro_weather .rro_weather_entry {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	text-align: center;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	background: #aaa877 url(../img/footer.jpg) top left no-repeat;
	text-align: center;
	color: gray;
	height: 15px;
	margin-bottom: 5px;
	border-top: 2px solid #fff;
}
#info a {
	text-decoration: none;
	color: gray;
}
input[type=submit] {
	padding: 2px 10px;
}
table#erlebnisse {
	border: none;
}
table#erlebnisse td a {
	font-weight: bold;
	text-decoration: none;
}
/*******************************************************************************/

