/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */

/* background color for the content part of the pages */
Body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
	background-image: url(bg_body.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	font-family: Verdana, Sans-Serif;
	background-color: #a0a08c;
	text-align: center;/*IE: zentrieren #body-div*/
}

.ContentPane 
{
    background-color: white;
    clear:both;
}

.LeftPane {
    background-color: white;
    text-align:left;
}

.RightPane {
    background-color: white;
    text-align:left;
}

.TopPane 
{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

.BottomPane
{
	clear:both;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}

/* text style used for most text rendered by modules */
.Normal, .Normal ul, .Normal li, .Normal p, .Normal span, .Normal label, .Normal textarea
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}

.NormalRed, .NormalRed p, .NormalRed span, .NormalRed label
{
	font-weight: bold;
	line-height: 12pt;
	font-size: 9pt;
	color: royalblue;
	font-style: normal;
	font-family: verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}

.NormalTextBox, .NormalTextBox p, .NormalTextBox span, .NormalTextBox label, .NormalTextBox table, .NormalTextBox textarea, .dnn_ctr600_XModEdit_text_ctrl_text_ctrl_HtmlBox
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: verdana, Sans-Serif;
	text-align: left;
	background-color: whitesmoke;
}

.NormalSmall
{
	font-weight: normal;
	line-height: 10pt;
	font-size: 8pt;
	color: #505050;
	font-style: normal;
	font-family: verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 2px;
}

.Head
{
	font-weight: bold;
	font-size: 9pt;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left:5px;
	color: gray;
}

div.AnnouncementItemBody
{
	width: 90%;
	border-top: solid 1px silver;
}

.AnnouncementItemBody .subhead
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: steelblue;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.AnnouncementItemBody,.AnnouncementItemBody p
{
	font-size: 8pt;
}

.AnnouncementItemImageLink img
{
	float: none;
	text-align:center;
}

.announcementitemreadmore
{
	text-align: right;
	margin-right:20px;
}
/* layout */


#bodyarea
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	margin-top: 8px;
	font-family: Verdana, Serif;
	font-size: 9pt;
	border: solid 0px red;
}

#headlinearea 
{
	position: relative;
}

#headlinearea .mainmenu
{
	left: 40px;
	position: absolute;
	top: 96px;
	margin: 0px;
	padding: 0px;
}

#headlinearea .menu
{
	display: inline;
	font-size: 8pt;
	left: 564px;
	color: white;
	font-family: Verdana, Sans-Serif;
	list-style-type: none;
	position: absolute;
	top: 45px;
	margin: 0px;
	padding: 0px;
}

#headlinearea .menu li
{
	display: inline;
}

#headlinearea .menu a
{
	font-weight: normal;
	font-size: 7pt;
	color: white;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

#headlinearea .menu a:hover
{
	text-decoration: underline;
}

#headlinearea .logo
{
	background-image: url(logo.jpg);
	background-repeat:no-repeat;
	top: 0px;
	left: 555px;
	width: 120px;
	height: 49px;
	position: absolute;
}

.mainmenuarea
{
	border-right: solid 1px silver;
	padding: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 241px;
}

#headlinearea
{
	border: medium none;
	padding: 0px;
	font-weight: normal;
	background-image: url(bg_header.jpg);
	width: 766px;
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana, Sans-Serif;
	height: 123px;
	position: relative;
}

#mainright
{
	text-align: left;
	width: 200px;
	margin-left: 485px;
	padding-top: 5px;
	/*float: right;*/
	/*background-color: Aqua;*/
}

#mainfill
{
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-left:10px;
	width: 475px;
	float: left;
	/*background-color:Fuchsia;*/
}

#mainarea
{
	padding: 0px;
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	margin-left: 39px;
	margin-right: 37px;
	color: gray;
	font-family: Verdana, Sans-Serif;
	background-color: white;
	text-align: left;
}

#mainarea hr
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	color: red;
	visibility: hidden;
}

#mainfill img,#mainright img
{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	padding:1px;
}

#mainfill a
{
	color: steelblue;
}

#mainfill a:hover;
{
	color: steelblue;
}

#mainfill p
{
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
}

#footerarea
{
	clear: both;
	border: medium none;
	font-weight: normal;
	font-size: 8pt;
	background-image: url(bg_footer.jpg);
	width: 766px;
	color: gray;
	background-repeat: no-repeat;
	font-family: Verdana, Sans-Serif;
	height: 43px;
	margin: 0px;
	position: relative;
}

#footerarea .copyright
{
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.breadcrumb
{
	font-weight: normal;
	line-height: 10pt;
	font-size: 7pt;
	color: gray;
	font-style: normal;
	font-family: verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 6px;
}

h1
{
	font-weight: bold;
	font-size: 13pt;
	padding-top: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 0px;
	color: gray;
}

h1 strong
{
	color: steelblue;
}

h2
{
	color: gray;
	font-family: Verdana, Sans-Serif;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
}

h2 strong
{
	color: steelblue;
}

h3
{
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	color: steelblue;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 8px;
	margin: 0px;
}

.leftcolumn
{
	float:left;
	width: 50%;
	/*background-color: Yellow;*/
}

.rightcolumn
{
	float:right;
	width: 49%;
	/*background-color: silver;*/
	padding-left: 1%;
}

img
{
	border: none;
}

ul.links
{
	list-style-type: none;
}

ul.links li
{
	padding: 0 0 0 0;
}

ul.links a
{
	list-style-image: url(icon_pointer.gif);
	color: steelblue;
	text-decoration: none;
}

ul.links a:hover
{
	text-decoration: underline;
}

a.linkpdf
{
	background-image: url(pdf_icon.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	color: red;
	text-decoration: none;
	padding-left: 20px;
	line-height: 25px;
}

a.linkpdf:hover
{
	text-decoration: underline;
}