@import url("modules.css");

/* Global */

.ControlPanel
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFF6FF;
	border: #4A7BB5 1px solid;
	font-size: 8pt;
	color: #000;
	background-image: url(images/bg_controlpanel.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

html
{
	min-height: 100%;
	height: auto;
}


body
{
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #fff;
	background-image: url(images/bg-grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	behavior: url(/js/csshover.htc);
}

a:focus
{
	outline: none;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr
{
    border: none 0; 
    border-top: 1px solid #000; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


/* Content Area */

#site
{
    width: 940px;
    margin: 20px auto 0 auto;
    background-color: transparent;
    padding-top: 10px;
    text-align: left;
}

#tophead
{
    font-size: 1em;
    width: 940px;
    height: 130px;
    padding: 30px 0 0 0;
    text-align: left;
    background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: top 0;
}

html>body #tophead
{
   background-image: url(images/bg-top.png);
}

#tophead-left
{
    float: left;
    width: 328px;
    height: 100px;
    padding-left: 30px;
}

#tophead-right
{
    float: left;
    width: 582px;
    height: 100px;
    text-align: left;
    overflow: hidden;
}


/* Head */


#head
{
	clear: both;
	width: 900px;
	height: 39px;
	font-size: 26px;
	padding: 5px 0 0 40px;
	margin: 0;
	color: #fff;
	overflow: hidden;
	background-color: #9dcd17;
	background-image: url(images/bg-head.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #a8dc18;
}

#navigation
{
    font-size: 0.8em;
    background-color: #fff799;
    width: 100%;
    height: 28px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}

/* Search */

#search
{
    width: 260px;
    height: 32px;
    padding-top: 0px;
}

.searchbox
{
	float: left;
	border: 1px solid #c0c0c0;
	font-size: 14px;
	font-variant: small-caps;
	color: #707070;
    width: 160px;
    height: 23px;
    padding: 7px 2px 0 6px;
    margin: 0 0 0 0;
    background-color: #c0c0c0;
}

.searchbutton
{
	float: left;
	margin: 0;
	padding: 0;
}

.searchbox input
{
    padding: 0;
    margin: 0;
}


/* Mainarea */

#mainarea
{
	width: 940px;
	height: auto;
	text-align: left;
	margin: 0 auto 0 auto;
	font-size: 0.72em;
	line-height: 1.7em;
	color: #555;
	overflow: hidden;
	background-color: #fff;
}

.contentpane
{
    float: left;
    width: 580px;
    padding: 30px 20px 20px 40px;
    margin-right: 20px;
    overflow: hidden;
}

.contentpane h2, .newspane h2, .calpane h2, a.contentpane h2, a.newspane h2, a.calpane h2
{
	font-size: 20px;
	text-decoration: none;
	color: #606060;
	margin: 0;
	padding: 5px 0 2px 0;
	font-weight: normal;
}

.rightpane
{
    float: left;
    width: 240px;
    padding: 30px 40px 20px 0;
    overflow: hidden;
}

.rightpane h2
{
	font-family: "Century Gothic","Gill Sans","Trebuchet MS",Arial,sans-serif;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #7ba308;
}


/* Startpage */

#intro
{
    width: 940px;
    height: 290px;
}

.intropane
{
    float: right;
    width: 880px;
    height: 270px;
    padding: 0 20px 0 20px;
    margin: 25px 0 0 0;
}

.newspane
{
    float: left;
    width: 280px;
    margin: 0 0 0 0;
    padding: 20px 39px 20px 40px;
    overflow: hidden;
    border-right: 1px solid #e8e8e8;
}

.calpane
{
    float: left;
    width: 220px;
    margin-right: 0;
    padding: 20px 40px 20px 40px;
    overflow: hidden;
}

/* Fussbereich */

#bottom
{
    width: 100%;
    height: 50px;
    background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

html>body #bottom
{
   background-image: url(images/bg-bottom.png);
}

#copyright
{
    width: 940px;
    height: 30px;
    padding: 18px 0 0 0;
    margin: 0 auto 0 auto;
    font-size: 0.7em;
    color: #fff;
}

#copyright a
{
	text-decoration: none;
	color: #fff;
}

#copyright a:hover
{
	text-decoration: underline;
}


/* Container */

.contentpane .container
{
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	width: 560px;
}

.rightpane .container
{
    background-color: #e8e8e8;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 200px;
}
