@charset "utf-8";
/*@font-face {
	font-family: 'renfrewregular';
	src: url('../fonts/renfrewn-webfont.eot');
	src: url('../fonts/renfrewn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/renfrewn-webfont.woff') format('woff'), url('../fonts/renfrewn-webfont.ttf') format('truetype'), url('../fonts/renfrewn-webfont.svg#renfrewregular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
select{
	width:350px;
}

.container {
	width: 1024px;
	background: #FFF;
	margin: 0 auto;
	/*box-shadow:3px 3px 3px #808080;*/
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.header {
	height:80px;
}
.navContainer {
	height:25px;
	background-color:#000;
}
ul.nav{
	list-style:none;
	padding-left:75px;
	
}
ul.nav li.trenner{
	float:left;
	padding:0 20px 0 0;
	color:#8c8c8c;
}
ul.nav li {
	float:left;
	padding:0 20px 0 0;
	color:#FFF;
}
ul.nav li a:link, ul.nav li a:visited{
	color:#8c8c8c;
	text-decoration:none;
}
ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus{
	color:#FFF;
	text-decoration:none;
}
.content {
	padding: 75px 75px 20px 75px;
	min-height:500px;
	font-size:0.8em;
}
.columLeft{
	float:left;
	width:180px;
}
.columRight{
	float:left;
	width:674px;
	padding-left:20px;
}
.contentInput {
	padding: 20px;
	min-height:500px;
	font-size:0.8em;
}
.columRightInput{
	float:right;
	width:400px;
}
.columLeftInput{
	float:left;
	width:570px;
}
.rezRow{
	width:874px;
	margin-bottom:4px;
	/*display:inline-block;
	clear:both;*/
}
.rezLeft{
	float:left;	
	width:420px;
	color:#999;
}
.rezRight{
	float:right;
	width:420px;
	margin-bottom:3px;
}
.rezRight P, .rezLeft P{
	margin-bottom:0;
	padding:0;
}
.verzRow{
	width:874px;
	display: inline-block;
	margin-bottom:4px;
}
.verzJahr{
	float:left;
	width:100px;
}
.verzPub{
	float:left;
	width:774px;
}
.verzPub P{
	margin-bottom:2px;
}
.listeRow{
	width:700px;
	display: inline-block;
	margin-bottom:4px;
}
.listeJahr{
	float:left;
	width:100px;
}
.listePub{
	float:left;
	width:600px;
}
.listePub P{
	margin-bottom:2px;
}
/* ~~ Fußzeile ~~ */
.footer {
	height:20px;
	background: #808080;
	margin-bottom:20px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:2px;
	font-size:0.8em;
}
.marginTop116{
	margin-top:116px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.formRow {
	width:570px;

}
.formRight {
	float:right;
	width:130px;
	padding-top:10px;
}
.formLeft {
	float:left;
	width:420px;
	padding:10px;
}
.formRowDelete {
	background-color:#F60;
	width:570px;
}
#typ, #sprache, #auflage, #jahr, #abfolge, #link1, #linktext1,#link2, #linktext2, #link3, #linktext3, #pdf, #pdftext{
	width:400px;
}
#textarea{
	margin-left:-10px;
}
#infoContainer{
	position:absolute;
	top:50px;
	right:75px;
	width:500px;
}
#controlContainer{
	float:left;
	width:160px;
}
#controlForward{
	float:right;
	width:30px;
	text-align:right;
}
#controlBack{
	float:left;
	width:30px;
}
.seite{
	float:left;
	widows:80px;
	padding:0 10px 0 10px;
	text-align:center;
}
.datenAnz{
	float:right;
	width:220px;
}
.filterContainer{
	margin-top:15px;
	margin-bottom:15px;
	height:40px;
	padding:5px;
	color:#FFF;
	background: #808080;
}
.filterContainer select{
	width:150px;
}
.filterMenuBox{
	float:left;
	width:150px;
}
#boxJahr, #selectJahr{
	 width:60px;
}
#boxTyp, #selectTyp{
	 width:130px;
}
#boxSprache, #selectSprache{
	 width:130px;
}
#boxAuflage, #selectAuflage{
	 width:130px;
}
