@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;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #a8a8a8;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	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;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 10px auto;
}

#tophead
{
    font-size: 0.72em;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
}

#topnavigation
{
    float: right;
    width: 500px;
    height: 40px;
    padding: 0;
    margin: 0;
}

#topnavigation a
{
    float: right;
    padding: 10px 0 0 20px;
    text-decoration: none;
    color: #2c2c2c;
}

#topnavigation a:hover
{
    text-decoration: underline;
}

/* Search */

#search
{
    float: left;
    width: 160px;
    height: 24px;
    margin-top: 6px;
}

.searchbox
{
	float: left;
	border: 1px solid #2c2c2c;
	font-size: 11px;
	color: #000;
    width: 110px;
    height: 13px;
    padding: 2px;
    margin: 0;
    background-color: #fff;
}

.searchbutton
{
	float: left;
	margin: 0px 0 0 0;
}


#head
{
	width: 100%;
	height: 135px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
	overflow: hidden;
	background-color: #fffde9;
	background-image: url(images/bg-head.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
}

#head-en
{
	width: 100%;
	height: 135px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
	overflow: hidden;
	background-color: #fffde9;
	background-image: url(images/bg-head-en.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
}

#logo
{
    display: block;
    width: 298px;
    height: 64px;
    margin-top: 35px;
}

#logo img
{
    border: 0;
}

#navigation
{
    font-size: 0.8em;
    background-color: #fff799;
    width: 100%;
    height: 28px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}


/* Mainarea */

#mainarea
{
	width: 940px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 0.72em;
	line-height: 1.6em;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 23px;
	overflow: hidden;
}

#mainarea h2
{
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

.area
{
	float: left;
	height: auto;
	overflow: hidden;
}

#dnn_StartPane
{
    float: right;
    width: 318px;
    height: auto;
    padding: 20px 20px 0 20px;
}

#dnn_ContentPane, #dnn_OutputPane
{
    padding: 0px;
}

#padding-content
{
    padding: 20px;
}

/* Fussbereich */

#copyright
{
    width: 100%;
    height: 30px;
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 0.7em;
    color: #2c2c2c;
    background-color: #fff799;
    background-image: url(images/bg-bottom.gif);
	background-repeat: repeat-y;
}

#copyright a
{
	text-decoration: none;
	color: #2c2c2c;
}

#copyright a:hover
{
	text-decoration: underline;
}


/* Container */

.container
{
	height: auto;
	margin-bottom: 10px;
	padding: 0;
}