@charset "utf-8";
/* CSS Document */
body {
	background-image:url(background.png);
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1c1c1c;
}

img {border: 0; }

a {
  color:#000000; 
  text-decoration:none; 
  }
  
a:hover {
  color:#000000; 
  text-decoration:underline; 
  }

#site {
	width:892px;
	background-color:#fff;
	margin:0 auto;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:left;
}

label.label {
	 font-weight:bold;
	 display:inline-block;
}

div.error, div.notice, div.success {padding:8px;margin-bottom:10px;border:2px solid #ddd;}
div.error input.submit, div.notice input.submit, div.success input.submit {height:20px;padding: 0 3px 2px 3px;margin: 0 0 0 5px;}
div.error>span, div.notice>span, div.success>span {font-weight:bold;font-size:12px;text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);}
div.error a, div.notice a, div.success a {font-weight:bold;}
div.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
div.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
div.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
div.error a {color:#8a1f11;}
div.notice a {color:#514721;}
div.success a {color:#264409;}


#siteFooter {
	background-image:url(siteFooter.gif);
	background-repeat:no-repeat;
	width:892px;
	height:11px;
	margin:0 auto;
	padding-bottom:10px;
}

#footer {
 background-image:url(footer.png); 
 background-repeat:no-repeat;
 height:73px; 
 color:#ffffff; 
 font-size:10px; 
}

#footer a {color:#ffffff; font-size:10px; }

#menue {
	width:227px;
	float:left;
	margin-left:10px;
}

#headMenue {
	background-image:url(headMenueBg.png);
	background-repeat:repeat-x;
	height:47px;
	margin-bottom:10px;
}

#headMenue ul {
	padding:0;
	margin:0;
	list-style:none;
	margin-left:20px;
}

#headMenue li {
	float:left;
}

.headMenueTrenner {
	margin:0 15px 0 15px;
}

.startleftBox {
	width:255px;
	border-right:1px solid #ccc;
	padding-right:25px;
	float:left;
}

.startRightBox {
	width:255px;
	padding-left:25px;
	float:left;
}

#menue a {
  text-decoration:none;
  color:#666666;  
}

#menue a:hover {
  color:#333333; 
}

.menueHeadBg {
	background-image:url(menue_head.png);
	width:227px;
	height:49px;
}

.menueHeadText {
	padding:14px 0 0 17px;
	color:#fff;
}

.menueContent {
	background-image:url(menue_bg.png);
	padding-left:20px;
}

.menueContent ul {
	list-style:none;
	padding:0;
	margin:0px;
}

#content {
	width:630px;
	float:left;
	margin-left:5px;
}

#content a {color:#2888FF; }

.contentText {
	background-image:url(content_bg.png);
  padding:20px; 
  margin-top:-3px; 
	text-align:justify;
}

input.button, a.button {
	background-image:url(buttonbg.jpg);	
	background-repeat:repeat-x;
	border:1px solid #bbb;
	font-size:11px;
	height:22px;
	font-weight:bold;
	cursor:pointer;
}

#content a.button {
	color:#000;
	font:normal normal 700 11px/normal Arial;
	padding:0 5px;
	height:20px;
	line-height:20px;
	display:inline-block;
	margin-bottom:3px;
	text-decoration:none;
}
#content a.button:focus {
	border:1px solid #000;
	padding:1px 4px 0 6px;
}

table.table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
	table.table thead th {
		text-align:left;
		font-size:12px;
		font-weight:bold;
		padding:7px 4px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
	}
	table.table td {
		font-size:11px;
		padding:3px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
	}
		table.table tr.c1 {
			background-color:#f6f6f6;
		}

h3 {
  margin-top:0px;
  margin-bottom:10px;  
  font-size:14px; 
  color:#4167a5; 
} 

h1 {
  margin-top:0px;
  margin-bottom:10px;  
  font-size:14px; 
  color:#4167a5; 
} 

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*
 * TablePager
 */
div.tablepager-links {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#f5f5f5;
	padding:4px;
	font-size:11px;
}
/*
 * Uploadify
 */
#fileQueue {
	border:1px solid #ddd;
	margin:5px 0;
	padding:0 5px 5px;
	display:none;
}
#fileQueue .uploadifyQueueItem {
	font: 10px Verdana, Geneva, sans-serif;
	border: 1px solid #E5E5E5;
	margin-top: 5px;
	padding: 5px 0 0;
	width: 285px;
	display:inline-block;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
#fileQueue .uploadifyQueueItem .cancel {
	float: right;
	margin:0 5px;
	padding-left:4px;
	border-left:1px solid #E5E5E5;
}
#fileQueue .uploadifyQueueItem .fileName {
	margin-left:5px;
}
#fileQueue .uploadifyQueueItem .loading {
	float:right;
	margin-top:2px;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#fileQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#fileQueue .uploadifyQueueItem .cancel {
	float: right;
}
