/******allgemeines*******/

fieldset{width:500px;}

body{
	font-family:Courier New, Courier, Helvetica, Arial;
	font-size:12px;
}
h1{
font-size:20px;
margin:0;
}

.headline{
margin:0 0 15px 0;
}

.delete{
float:right;
}

.entry{
	float:left;
}
small{
font-size:11px;
}


.nodec a{
	text-decoration:none;
}

.listentry{
background-color:#fcfcfc;
}

.listentry1{
background-color:#eee;
}

.listentry, .listentry1{
padding:3px 2px 2px 2px;
width: 700px;
clear:both;
height:20px;
}
p{
	margin:0;
}

a{
	color:#999;
}

a:hover {color:#000}

#centering{
	text-align:center;
	margin:auto;
	margin-top:250px;
}

#logo{
	margin:0;
}

#adress{
	position:fixed;
	bottom:10px;
	right:10px;
}

.upload{
	display:none;
	margin:10px 0 10px 0 ;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:704px;
	padding:10px 0 10px 0;
}

#content{
	float:left;
}

#nav{
	float:left;
	font-size:15px;
	margin:0 0 0 20px;
}
