@import url(highslide.css);
@import url(sitemap.css);
@import url("modules.css");

.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;
}

/* Global */
body
{
	margin: 0px;
	padding: 0 0 15px 0;
	background-color: #7fa8ce;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

html
{
    margin: 0;
    padding: 0;
}

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 #bdbcbb; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

/* Site */


#site
{
	width: 930px;
	height: auto;
	border: 1px solid #7fa8ce;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	font-size: 0.75em;
	margin: 10px auto 10px auto;
}

#head
{
	width: 930px;
	height: 118px;
	padding: 0px;
	text-align: left;
	color: white;
	background-color: #fff;
}

#head img
{
    border: 0;
}

#head a
{
    text-decoration: none;
    color: #00519e;
}

#globalnav
{
	width: 250px;
	height: 35px;
	padding: 0px;
	text-align: left;
	margin: 5px 0 5px 0;
}

#sitesearch
{
    float: left;
    width: 300px;
    height: 20px;
    padding: 16px 0 0 0;
    color: #00519e;
}

.searchbox
{
	float: left;
	border: 1px solid #00519e;
	font-size: 11px;
	color: #000;
    width: 135px;
    height: 13px;
    padding: 2px;
    margin: 3px 0 0 0;
    background-color: #fff;
}

.searchbutton
{
	float: left;
	margin: 3px 0 0 0;
}

#breadcrumb
{
    text-align: left;
    font-size: 0.9em;
    width: 930px;
    height: 33px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0;
	background-image: url(images/bg-breadcrumb.gif);
	background-repeat: no-repeat;
    color: #424242;
}

#breadcrumb a
{
    color: #424242;
    text-decoration: none;
}

#static-buttons
{
    float: right;
    width: 300px;
    height: 33px;
    padding: 0 0 0 0;
}

#static-buttons a
{
    display: block;
    float: right;
    width: auto;
    height: 24px;
    padding: 9px 10px 0 10px;
    background-image: url(images/bg-button-static.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}


/* Mainarea */

#mainarea
{
	width: 930px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 0.98em;
	color: #000;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
}

#centerarea
{
	float: left;
	width: 680px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

#centerarea h2
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #00519e;
}


#rightarea
{
	float: left;
	width: 230px;
	height: auto;
	overflow: hidden;
	padding: 0 0 0 0;
}

#rightarea h2
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #00519e;
}

/* Fussbereich */


#bottom
{
	color: #fff;
	clear: both;
	width: 920px;
	text-align: left;
	height: 24px;
	padding: 10px 0 0 10px;
	font-size: 11px;
	background-image: url(images/bg-bar-blue.gif);
    background-repeat: no-repeat;
}

#bottom a
{
	text-decoration: none;
	color: #fff;
}

#bottom2
{
	display: none; /* Später löschen */
	color: #000;
	clear: both;
	width: 926px;
	text-align: left;
	height: 20px;
	padding: 10px 4px 0 0;
}

#bottom2 a
{
	display: block;
	float: right;
}


/* Container */

.container
{
	height: auto;
	margin-bottom: 10px;
}

.container a
{
	text-decoration: none;
	font-weight: bold;
	color: #6685cd;
}

.container a:hover
{
	color: #00519e;
}

#rightarea .container
{
	width: 208px;
	padding: 10px;
	border: 1px solid #cdcdcd;
	background-color: #e6e6e6;
}

#rightarea .diskussion
{
	width: 208px;
	padding: 50px 10px 10px 10px;
	color: #3e7ebb;
	font-weight: bold;
	background-color: #f6d10f;
	background-image: url(images/bg-diskussion.jpg);
    background-repeat: no-repeat;
}

.diskussion a
{
	text-decoration: none;
	font-weight: bold;
	color: #6685cd;
}

.diskussion a:hover
{
	color: #00519e;
}