html {
	padding:0;
	margin:0;
	height: 100%;
	}
	
body {
	padding:0;margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#555;
}
ul, li {
	margin:0;
	padding: 0;
	}
	
a {
	color: #555;
	outline:none;
	text-decoration: none;
	}
	
h1{
	font-size:180%;
	font-weight:normal;
	}
	
h2{
	font-size:160%;
	font-weight:normal;
	}	
	
h3{
	font-size:140%;
	font-weight:normal;
	}	
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		
.clear{
	clear:both;
	}	
img{
	border:none;
	}
	


#topbar {
	background: #f0f0f0;
	border-bottom:1px solid #eaeaea;
	width: 100%;
	}

#access {
	margin:0 auto;
	width: 950px;
	padding: 12px 0 12px 0;
	}

#menu {
	height:20px;
	padding:0;
	margin:0;
	}
	
#menu a {
	text-decoration: none;
	color:#2667aa;
	font-size: 1em;
	font-weight:bold;
	}
	
#menu li {
	display: inline;
	margin-right:10px;
	}	
	
#wrapper {
	margin:0 auto;
	width:950px;
	}

#container {
	width: 928px;
	background: #eee;
	padding:0 10px 20px 10px;
	min-height: 400px;
	border:1px solid #ddd;
	}




/* Character Count styles */	

form{width:560px;}
label{
	display:block;
	font-size:14px;margin-bottom: 10px;
	}
textarea{
	width:550px;
	height:100px;
	border:2px solid #ccc;
	padding:3px;
	color:#009ee0;
	font:20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
form div{position:relative;margin:1em 0;}
form .counter{
	position:absolute;
	right:0;
	top:0;
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	
	}
form .warning{color:#600;}	
form .exceeded{color:#e00;}	

/*Checklist*/
		fieldset {
			border: 0;
		}

		.checklist {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		.checklist li {
			float: left;
			margin-right: 10px;
			background: url(i/checkboxbg.gif) no-repeat 0 0;
			width: 105px;
			height: 150px;
			position: relative;
			font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
		}
		
		.checklist li.selected {
			background-position: -105px 0;
		}
		
		.checklist li.selected .checkbox-select {
			display: none;
		}
		
		.checkbox-select {
			display: block;
			float: left;
			position: absolute;
			top: 118px;
			left: 10px;
			width: 85px;
			height: 23px;
			background: url(i/select.gif) no-repeat 0 0;
			text-indent: -9999px;
		}
		
		.checklist li input {
			display: none;	
		}
		
		a.checkbox-deselect {
			display: none;
			color: white;
			font-weight: bold;
			text-decoration: none;
			position: absolute;
			top: 120px;
			right: 10px;
		}
		
		.checklist li.selected a.checkbox-deselect {
			display: block;
		}
		
		.checklist li p {
			text-align: center;
			padding: 8px;
		}
		
		.sendit {
			display: block;
			float: left;
			top: 118px;
			left: 10px;
			width: 115px;
			height: 34px;
			border: 0;
			cursor: pointer;
			background: url(i/sendit.gif) no-repeat 0 0;
			text-indent: -9999px;
			margin: 20px 0;
		}
		.sendit:hover {
			
			background: url(i/sendit.gif) no-repeat 0 bottom;

		}

/*ALERT*/

#alert
{
	overflow: hidden;
	top:0;
 	left: 0;
	height: 40px;
	width: 100%;	
	z-index: 999;
	text-align: center;
	position: absolute;
	background-color: #2667aa;
	color: #fff;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}
/*TABS*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}





/*TELEFONBUCH*/

#liste ul{padding: 1px 0;height: 32px;}
#liste ul li {}
.liste {margin-bottom: 5px;}
.zeile {background-color: #fefefe;}
.liste-label {font-size: 140%; display: block; width: 150px; float: left;height: 32px;}
.liste-label-first {font-size: 140%; display: block; width: 180px; float: left;height: 32px;}
.liste-label-first-dokumente {font-size: 140%; display: block; width: 400px; padding-left: 40px;float: left;height: 32px;}
.liste-item {display: block; width: 150px; float: left;line-height:32px;height: 32px;background-color: #eee;}
.liste-item-mehr{display: block; width: 50px; float: left;line-height:32px;height: 32px;background-color: #eee;}
.liste-item-email {display: block; width: 300px; float: left;line-height:32px;height: 32px;background-color: #eee;font-size: 0.8em;}
.liste-item-dateien {display: block; width: 150px; float: left;line-height:32px;height: 32px;}
.liste-item-download, .liste-item-delete  {display: block; width: 40px; float: left;line-height:32px;}
.liste-item-first {clear:both;display: block; width: 140px; float: left;line-height: 32px;padding-left: 40px; background: url(i/avatar.png) no-repeat left top;background-color: #eee;}
.liste-item-first-dokumente {display: block; width: 400px; float: left;line-height: 32px;padding-left: 40px; background: url(i/docs.gif) no-repeat left top;}
.liste  {width:100%;height: 2em; background: #eee;height:32px;}
.liste-dokumente  {width:100%;height: 2em; background: #eee;height:32px;}
.items {background: #f5f5f5;border: 1px solid #ddd;border-top:1px solid #fff;height: 35px;background-color: #eee;}
.edit {list-style-type:none; line-height:32px;height: 32px;background-color: #eee; float: left;padding-right:10px;}

/*FILETYPES*/
a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(Images/PDFIcon.gif) center left no-repeat;
}
/*LOGIN-FORM*/
#login {width: 320px;height: 250px;background-color: #f5f5f5;border: 1px solid #ddd;border-top: 1px solid #fff;padding: 30px 50px;}
#username, #password {border: 1px solid #eee;width: 320px; height: 35px; background: #fff url(i/star_off.png) no-repeat 2px 10px;}
#username:hover, #password:hover, #username:active, #password:active {border: 1px solid #ddd;width: 320px; height: 35px; background: #fff url(i/star.png) no-repeat 2px 10px;}
#username input, #password input {border:none;padding: 2px 5px;font-size: 2em; background: transparent; margin-left: 20px;width: 280px;color: #555;}
#login2 {width: 320px;height: 300px;background: #f4f4f4;border: 1px solid #ddd;border-top: 1px solid #fff;padding: 0 50px;margin-top: 40px;float: left;}

iframe{
 width:100%;
 height:100%;
 min-height:800px;
 }
 .info {
	background: transparent url(i/info.png) no-repeat left center;
	padding-left: 18px;
	
	
	}

#uploadbox {
	background: #f5f5f5 url(i/upload.png) no-repeat 450px 50px; 
	padding: 0 30px;
	border: 1px solid #ddd;
	border-top: 1px solid #fff;
	width: 500px;height:260px;
	}
	
.bemerkung {
	width: 800px;
	float:left;
	margin-left: 40px;
	font-size: 1.1em;
	padding: 10px 0;
	color:#2667aa;
	}
* html #ie6 {
  visibility:hidden;
}
.delete {float:right; padding:3px 5px;background-color: #fff;}
#beschreibung {width:750px;height:350px;}
.back {margin-top: 20px;}
.back  a {color:white;font-weight: bold; padding: 6px 10px; background-color: #3fa2c6;}
.back a:hover {background-color: #46616b;}
.hot {background: transparent url(i/aninew.gif) no-repeat center 10px;padding-bottom: 50px;}
.trap{background: transparent url(i/bomb.gif) no-repeat center 10px;padding-bottom: 50px;}
