@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	
	margin-top:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*background-image:url(img/style/bg_lines.gif);
	background-repeat:repeat;*/
	background-image:url(img/style/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
}
img {
	border:none;
}
a {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#site {
	width:900px;
	margin:auto;
	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#header {
	
	height:100px;
	
	background-color:#FFFFFF;
	
	/*background-image:url(img/style/bg_header.png);
	background-repeat:no-repeat;*/
	
}
#header_title {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	color:#006699;
	
	vertical-align:middle;
	
	line-height:100px;
	
	padding-left:10px;
	padding-right:10px;
	
	text-align:right;
	padding-top:25px;
}
#header_title a {
	color:#006699 !IMPORTANT;
}
.red {
	color:#CC0000;
}

#menu {
	background-color:#006699;
	width:100%;
	border-top:1px solid #FFFFFF;
	/*background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;*/
}
#menu ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#006699;
}
#menu li {
	float:left;
	list-style-type:none;
	background-color:#006699;
}
#menu li a {
	padding:10px;
	color:#FFFFFF;
	/*background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;*/
	display:block;
}
#menu li a:hover {
	background-color:#aeada9;
}

#main {
	min-height:400px;
	
	/*background-image:url(img/style/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;*/
}
#content {
	padding:10px;
	margin-right:260px;
}

#content h1 {
	font-size:18px;
	padding-top:10px;
	margin-bottom:2px;
	color:#006699;
	border-bottom:1px solid #999999;
}

#content h2 {
	font-size:14px;
	padding-top:20px;
	margin-bottom:2px;
	color:#006699;
	border-bottom:1px solid #999999;
}


/*.table {
	border:1px solid #666666;
}*/
.table th {
	background-color:#CCCCCC;
	height:25px;
	color:#FFFFFF;
	background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;
	background-position:-8px;
	border-bottom:1px solid #666666;
}
.table td {
	padding:2px;
}
.table .row_a, .row_a {
	background-color:#FFFFFF;
}
.table .row_b, .row_b {
	background-color:#EEEEEE;
}
.table .right, .right {
	text-align:right;
}
.table input[type=text], .table select {
	width:99%;
}

.trHighlight tr:hover {
	background-color:#9ed29e;
	cursor:default;
}
.row_a .deactive {
	background-color:#d29e9e;
}

.login {

}
.login input, input {
	border:1px solid #999999;
	background-image:url(img/style/bg_input.png);
	background-repeat:repeat-x;
	background-color:#f0f0f0; /*DAD9C3*/
	
}
.login input[type=text], .login input[type=password]{
	width:160px;
}
.login input:focus, input:focus {
	/*background-color:#006699;*/
	border:1px solid #666666;
}
.login .leftbar {
	display:inline;
	padding:4px;
	margin: 10px 0;
	text-align:right;
}

.login .rightbar {
	display:block;
	padding:4px;
	margin: 5px 0;
}

.box_promotion {
	
	border:1px solid #999999;
	padding:5px;
	margin-top:10px;
	background-color:#ededed;
	
}

.box, .box_article {
	
	border:1px solid #999999;
	margin-bottom:10px;
}
.box_article .info {
	padding:2px;
	background-color:#d2d2d2;
	
}
.box_article .info .words, .box_article .info .creation {
	display:inline-block;
	width:120px;
}
.box_article .info .add {
	padding-left:5px;
}
.box_article .info .add, .box_article .info .read {
	display:inline-block;
	float:right;
	text-align:right;
}

.box_article .article {
	padding:2px;
}

.box_article .article .headline {
	font-weight:bold;
}
.box_article .article .content {
	font-size:12px;
}

#content .box h2 {
	background-color:#006699;
	color:#FFFFFF;
	background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;
	background-position:-8px;
	border-bottom:1px solid #666666;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
}
#content .box h2 a {
	color:#FFFFFF;
}
.error h2, .highlight h2 {
	background-color:#CC0000;
}

.required {
	font-weight:bold;
}

.box p {
	padding:2px;
}

.selected {
	font-weight:bold;
	color:#006699;
}

/* Detailansicht eines Artikels ~START~ */
.article {
	padding:5px;
}
.article h3 {
	font-size:16px;
}
.article h3 span {
	display:block;
	font-size:12px;
	color:#CC0000;
}
.article .teaser {
	font-weight:bold;
}

/* Detailansicht eines Artikels ~ENDE~ */

.attachment .pdf {
	list-style-image:url(img/icons/pdf_24.gif);
	
}

.preview img {
	border:1px solid #999999;
}

/*.background-color:#d2d2d2;*/


#rightbar .clear {
	clear:both;
}
#rightbar {
	width:260px;
	
	float:right;
	height:100%;
}
#rightbar .box {
	border-top:1px solid #FFFFFF;
	background-color:#EDEDED;
}
#rightbar .box h3 {
	font-size:14px;
	background-color:#666666;
	background-image:url(img/style/bg_rightbar_head_gradient.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	vertical-align:middle;
	line-height:25px;
}
#rightbar .box h3 a{
	color:#FFFFFF;
	text-decoration:none;
}
#rightbar p {
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#rightbar ul {
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:10px;
	padding-top:5px;
}
#rightbar li {
	list-style-type:square;
	/*padding:0px;
	margin:0px;*/
	color:#999999;
}

.box_roundcorners, .box_white_roundcorners {
	margin-top:10px;
	
}
.box_roundcorners .top {
	background-image:url(img/style/bg_box_border_top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.box_white_roundcorners .top {
	background-image:url(img/style/bg_box_white_border_top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.box_roundcorners .top h3, .box_white_roundcorners .top h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:5px;
}
.box_white_roundcorners .top h4 {
	font-size:9px;
	padding-left:25px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:5px;
	color:#cc0000;
}
.box_roundcorners .bottom {
	clear:both;
	background-image:url(img/style/bg_box_border_bottom.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
}
.box_white_roundcorners .bottom {
	clear:both;
	background-image:url(img/style/bg_box_white_border_bottom.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	
	height:61px;
	
	color:#FFFFFF;
	
	font-size:10px;
	background-color:#006699;
	vertical-align:middle;
}

#footer_content {
	
	height: 30px;
	margin: 0 auto;
	padding: 15px 0;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	position: relative;
}

#footer_content a {
	color:#FFFFFF;
}

#footer_right {
	float:right;
	text-align:right
}

#footer p {
	color:#aeada9;
}
