/* Generelle Eigenschaften */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

body {
	padding: 5px 12px 12px 12px;
}

img, table {
	border: 0;
}

.hidden {
	display: none;
}

.linksHead {
	margin-left: 105px;
	list-style-type: none;
	margin-top: 3px;
}

.linkBmbf {
	display: block;
	width: 183px;
	height: 86px;
	text-indent: -1000em;
	margin-bottom: 3px;
}

.linkDlr {
	display: block;
	width: 183px;
	height: 86px;
	text-indent: -1000em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	margin-bottom: 18px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	margin-bottom: 12px;
}

h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #0088cc;
	margin-bottom: 12px;
}

h4 {
	font-weight: bold;
}

p {
	margin-bottom: 12px;
	line-height: 18px;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	color: #0088cc;
	text-decoration: underline;
}

.bgColorMain {
	background-color: #0088cc !important;
}

.necessary {
	color: #990000;
}
.necessary_bg {
	background-color: #FFF0F0 !important;
}

/* Layout */

#page {
	width: 990px;
	margin: auto auto;
}

#head {
	margin-top: 10px;
	background-image: url(../images/headImg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 181px;
}

#mainNavigation  {
	list-style-type: none;
}

#mainNavigation li {
	margin-top: 144px;
	float: left;
	width: 105px;
	background-color: #444;
	border-right: 1px solid #fff;
	text-align: right;
}

#mainNavigation a {
	display: block;
	padding: 20px 10px 4px 0;
	color: #fff;
	text-decoration: none;
}

#mainNavigation a:hover {
	background-color: #777;
	color: #fff;
}

#headTitle {
	float: right;
	width: 326px;
	height: 181px;
	background-color: #0088cc;
	background-image: url(../images/headImg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	margin: 10px 0 30px 0;
	clear: left;
	float: left;
	width: 660px;
}

#sidebar {
	margin: 10px 0 30px 0;
	float: right;
	width: 329px;
	border-left: 1px solid #e0e0e0;
	padding-bottom: 30px;
}

#sidebar ul {
	margin: 0 0 10px 20px;
	list-style-image: url(../images/iconList.gif);
}

#sidebar li {
	margin: 5px 0 5px 0;
}

#foot {
	clear: both;
	border-top: 1px solid #e0e0e0;
	padding: 10px;
	display: block;
	width: 970px;
	margin-bottom: 20px;
}

#content {
	padding: 10px 10px 0 0;
	margin: 0 0 30px 10px;
}

#content ul {
	line-height: 18px;
	list-style-image: url(../images/iconList.gif);
	margin:0pt 0pt 20px 25px;
}


/* Startseite */

#welcome {
	padding: 10px 0 20px 10px;
	margin-right: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.project  {
	list-style-type: none;
}

.project li {
	float: left;
	width: 310px;
	margin: 10px;
}

.project a {
	float: right;
	width: 290px;
	padding: 20px 10px 50px 10px;

	background-color: #f5f5f5;
	text-decoration: none;
}

.project .boxHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0088cc;
	margin-bottom: 18px;
	display: block;
}

.project .boxContent {
	margin-bottom: 12px;
	line-height: 18px;
	color: #000;
}

.project a:hover {
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Projektbox */

.projects {
	padding: 10px 10px 0 0;
	margin: 0 0 20px 10px;
}

.projects ul {
	list-style-type: none;
	margin-left: 0 !important;
	list-style-image: none !important;
}

.projects li {
	background-color: #f5f5f5;
	margin: 0;
	margin-bottom: 1px;
}

.projects a {
	display: block;
	padding: 6px 5px 6px 27px;
	background-image: url(../images/icons/icon_project.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.projects a:hover {
	background-color: #eee;
}

/* Usercenterbox */

#userCenterBox {
	padding: 10px 10px 0 0;
	margin: 0 0 20px 10px;
}

#userCenterBox ul {
	list-style-type: none;
	margin-left: 0;
	list-style-image: none !important;
}

#userCenterBox li {
	background-color: #f5f5f5;
	margin: 0;
	margin-bottom: 1px;
}

#userCenterBox a {
	display: block;
	padding: 6px 5px 6px 27px;
	background-image: url(../images/icons/icon_project.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}

#userCenterBox a:hover {
	background-color: #eee;
}


/* Newsbox */

#newsSidebar {
	padding: 10px 10px 0 0;
	margin: 0 0 20px 10px;
}


/* Loginbox */

#login {
	background-color: #F5F5F5;
	margin: 0 10px 30px 10px;
	padding: 10px;
	display: block;
}

#login .textfieldLogin {
	width: 282px;
	border: 1px solid #808080;
	background-color: #fff;
	padding: 4px 2px 4px 2px;
	margin-bottom: 5px;
}


/* Linksbox */

#links {
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
}

/* - News -------------------------------------------------------------------------- */
#news {
	padding: 10px 10px 0 0;
	margin: 0 0 30px 10px;
}

.newsMain {
	line-height: 18px;
}

.newsMain ul {
	margin-left: 20px;
}

#news .date {
	font-style: italic;
	color: #666;
	margin-bottom: 24px;
}

#news .newsFoot {
	margin: 24px 0 24px 0;
}
/* - News - end -------------------------------------------------------------------- */

/* - bb-panel ---------------------------------------------------------------------- */
.bbpanel_style {
	border: 1px solid #cfcfcf;
	background-color: #f5f5f5;
	margin-bottom: 8px;
	padding: 5px 0 3px 5px;
}

.bbpanel_style img {
	margin-right: 5px;
}

.bbpanel_style select {
	margin-bottom: 5px;
}

.bbpanel_style_ta {
	padding: 4px 2px 4px 2px;
	width: 632px;
	height: 100px;
	margin-bottom: 8px;
}
/* - bb-panel - end ---------------------------------------------------------------- */

/* - browser ----------------------------------------------------------------------- */

.navigation {
	margin: 8px 0 8px 0;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	line-height: 18px;
}

.browser a, .browser_l a {
	display: block;
	float: left;
	margin-left: 4px;
	text-align: center;
	height: 19px;
	text-decoration: none;
}

.browser a.inactive_page, .browser_l a.inactive_page {
	background: url(../images/icons/icon_browser_pagebg.gif);
	padding-top: 1px;
	background-repeat: no-repeat;
	width: 18px;
}

.browser {
	float: right;
}

.browser_l {
	float: left;
	margin-top: -2px;
}

.field_smalldropdown {
	width: 50px !important;
}

#browser img, #browser .browser_text {
	float:left;
}

#browser a {
	color: #000;
	text-decoration: none;
}

.current_page {
	display: block;
	float: left;
	margin-left: 4px;
	text-align: center;
	height: 19px;
	font-weight: bold;
}

.active_page {
	background: url(../images/icons/icon_browser_pagebg.gif);
	padding-top: 1px;
	background-repeat: no-repeat;
	width: 18px;
}

.browser_text {
	margin: 2px 10px 0 0;
	float: left;
}
/* - browser - end ----------------------------------------------------------------- */

#searchBox {

}

#searchBox input {
	width: 282px;
	border: 1px solid #999;
	background-color: #fff;
	padding: 4px 2px 4px 2px;
	margin-bottom: 5px;
}

/* - Tabellen der Uebersichtsseiten ------------------------------------------------ */
.content_list {
	background-color: #fff;
}

.content_list th {
	padding: 5px;
	background-color: #0088cc;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.content_list td {
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.content_list .list_light {
	background-color: #fff;
}

.content_list .list_dark {
	background-color: #f5f5f5;
}

.content_list .list_highlight {
	background-color: #FAD9D9;
}
/* - Tabellen der Uebersichtsseiten - end ------------------------------------------ */

/* - Formulare --------------------------------------------------------------------- */
label {
	width: 200px;
	display: block;
	float: left;
	padding: 4px 0 4px 0;
}

#main form {
	margin: 16px 10px 16px 0;
}

form ul {
	list-style-image: none !important;
	margin: 0 !important;
}

#main .formNoMargin {
	margin: 0;
}

#main form .searchBox {
	margin-bottom: 8px;
	text-align: right;
}

#main form ul li {
	list-style-type: none;
	background-color: #f7f7f7;
	padding: 5px 5px 5px 5px;
	margin: 2px 0 2px 0;
}

input[type=button], input[type=submit] {
	margin-top: 8px;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 2px 4px 2px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, input[type="text"]:active, input[type="password"]:active, textarea:active, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #ccc;
	background-color: #ffffcc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 2px 4px 2px;
}

option {
	padding-right: 10px;
	font-size: 11px;
}

select {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
}

.textfield_register, .textfield_usercenter {
	width: 410px;
}

.textarea_usercenter {
	width: 613px;
	height: 100px;
}

.textfield_box {
	width: 145px;
}
/* - Formulare - end --------------------------------------------------------------- */

.userProfil {
	list-style-image: none !important;
	list-style-type: none;
}

.userProfil li {
	background-color: #f5f5f5;
	margin-bottom: 1px;
	padding: 6px 5px 6px 5px;
}

.userProfil li strong {
	display: block;
	float: left;
	width: 120px;
}