body { 
	background:url("background.png") #E3E3E3 repeat-y; 
	color: #444;
}

#margins{
	width:85%;
	min-width:700px; 
	max-width:1000px; 
	margin-left:60px; 
	margin-right:auto; 
}

#page { }

#header{ 
	margin-left:-55px; 
	margin-top:1px; 
	background:url("logo_nav.png") top left no-repeat; 
	padding-left:55px; 
	height:40px;
	overflow:hidden;
}

#toplinks { 
	float:right;
	margin:5px;
	font-size:90%;
	text-align:right;
}

a#imprint { 
	background: url("nav_imprint.png") left center no-repeat;
	padding-left:18px;
	height: 18px; 
}

#nav { 
	border-left: 1px silver ridge; 
	border-top: 1px silver ridge; 
	border-right: 1px silver ridge;
	overflow: hidden;
	background: #666 url("nav_background.png") repeat-x center right;
}

#main { 
	border-left:1px silver ridge; 
	border-right:1px silver ridge; 
	border-bottom: 1px silver ridge;
	padding:5px;
	overflow:hidden;
}

#sidebar {
	float:right;
	width:150px;
	margin: 2px 2px 2px 10px;
	padding: 5px;
}
#loginform > h5 {
	font-size:95%;
	cursor:pointer;
}
#loginform > h5.ui-state-active {
	cursor:default;
	font-weight:bold;
}

#maincontent {
	width:75%;
	min-width:600px; 
	max-width:900px;
	float:left;
}


#footer { 
	background: url("logo_bottomline.png") 5px center no-repeat;
	min-height: 11px;
	padding: 10px 5px 2px 45px;
	text-align: right;
	clear:both;
}

h1,h2,h3,h4,h5,h6 {
	color:#222;
}

h1 {
	font-size:250%;	
	font-family: "Courier New", Courier;
	padding-top: 6px;
}

img#mainlogo { float:right; margin:5px 5px 5px 10px; }
 

/* Navigation */

#nav > ul {
	display:inline;
	float: left; /* LTR */
	margin: 0; /* LTR */
	padding: 0;
	border-left: 1px #aaa solid;
	border-right: 1px #fff solid;
}

#nav > ul > li {
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
	display: inline;
	float: left; /* LTR */
	font-size: 100%;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav > ul > li > a {
	background: transparent;
	color: #000;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
	text-decoration: none;
	width: auto;
}

#nav > ul > li > a:focus, 
#nav > ul > li > a:hover, 
#nav > ul > li > a:active { 
	background: white url("nav_hover.png") repeat-x center right; 
	color: #333;
	text-decoration: none;
}



#nav > ul > li.active {
	background: #272727 url("nav_active.png") repeat-x center right;
	border-left: 1px #444 solid;
	border-right: 1px #888 solid;
}
#nav > ul > li.last {}



#nav > ul > li.active > a { 
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

/* Tabellenformatierung */

table { 
	border-top: 2px solid #888; 
	border-bottom: 2px solid #888; 
}

thead th { 
	color: #000; 
	border-bottom: 2px #800 solid; 
}

tbody th { 
	background: #ddd;
	color: #222; 
}

tbody th[scope="row"] { 
	background: #eee; 
}

tbody th { 
	border-bottom: 1px solid #fff; 
	text-align: left;
}

tbody td { 
	border-bottom: 1px solid #eee; 
}

tbody > tr:hover > th[scope="row"] { 
	background: #dde; 
}

tbody > tr:hover > td { 
	background: #eef; 
}

/* Links */

a { 
	color: #44a; 
	background:transparent; 
	text-decoration:none; 
}

a:visited  { 
	color: #448; 
}

a:focus, a:hover, a:active { 
	color:#11d; 
	text-decoration:underline; 
}

h1 > a, h1 > a:visited, h1 > a:focus, h1 > a:hover, h1 > a:active { 
	text-decoration:none; 
	color:navy; 
}

/* PGP-Key */

textarea.pgpkey {
	border: 2px ridge black;
	margin: 15px;
	font-size:6pt;
	background:#444;
	color:#eee;
	width:auto;
	padding:2px;
}
textarea.pgpkey:hover,textarea.pgpkey:focus,textarea.pgpkey:active {
	border: 2px ridge black;
	color:#fff;
}

/* Links */

div.link {
  padding:3px;
  vertical-align:middle;
  line-height:31px;
}
div.link > * {
  vertical-align:middle;
  line-height:31px;
}
div.link img {
  margin-right:10px;
}

/* Formulare */

form > div {
	margin-top:0.5em;
}

label {
	display:block;
}

input, textarea {
	border: 1px solid #889;
	width:600px;
	background-color: #f8f8f8;
	padding: 0.3em 5px 0.3em 22px;
}

input.noicon {
	padding: 0.3em 5px 0.3em 5px;
}

input.submit {
	width:auto;
	background: #f8fff8 url("form_submit.png") 2px center no-repeat; 
	border: 1px solid #8a8;
	margin-left:15px;
	cursor:pointer;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
	border: 1px solid #111;
}

input#Name {
	background: #f8f8f8 url("form_name.png") 2px center no-repeat; 
}
input#Email {
	background: #f8f8f8 url("form_email.png") 2px center no-repeat; 
}
input#Subject, input#pagetitle {
	background: #f8f8f8 url("form_subject.png") 2px center no-repeat; 
}
input#introtext {
	background: #f8f8f8 url("form_text.png") 2px center no-repeat; 
}
textarea#enquiry {
	background: #f8f8f8 url("form_text.png") 2px 0.3em no-repeat; 
}
input#captcha {
	background: #f8f8f8 url("form_captcha.png") 2px center no-repeat; 
}
div.errors > strong {
 color:red;
}

/* Loginformular */
input#username {
	background: #f8f8f8 url("form_loginuser.png") 2px center no-repeat; 
	font-size:80%;
	width:113px;
	margin:1px;
	height:12px;
	padding: 2px 5px 3px 22px;
}
input#password {
	background: #f8f8f8 url("form_loginpass.png") 2px center no-repeat; 
	font-size:80%;
	width:113px;
	margin:1px;
	height:12px;
	padding: 2px 5px 3px 22px;
}
input#txtwebemail {
	background: #f8f8f8 url("form_loginemail.png") 2px center no-repeat; 
	font-size:80%;
	width:113px;
	margin:1px;
	height:12px;
	padding: 2px 5px 3px 22px;
}
input#remindersubmit {
	background: #f8f8f8 url("form_remindersubmit.png") 2px center no-repeat; 
	font-size:70%;
	width:auto;
	margin:1px;
	cursor:pointer;
	height:20px;
	padding: 2px 5px 3px 22px;
}
input#loginsubmit {
	background: #f8f8f8 url("form_loginsubmit.png") 2px center no-repeat; 
	font-size:70%;
	width:113px;
	margin:1px;
	cursor:pointer;
	height:20px;
	padding: 2px 5px 3px 22px;
}
input#logoutsubmit {
	background: #f8f8f8 url("form_logout.png") 2px center no-repeat; 
	font-size:70%;
	width:auto;
	margin:1px;
	cursor:pointer;
	height:20px;
	padding: 2px 5px 3px 22px;
}

/* News */

#news {
	margin-left: 1px;
}

#news > li {
	list-style-type: none;
	margin: 0 0 1px 0;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #AAA;	
	padding: 2px;
	background: #EEE;
	overflow:hidden;
}

#news > li > h4 {
	overflow:hidden;
	padding: 1px 2px 1px 20px;	
	background: url("newspaper.png") 0px 1px no-repeat #CCD;
}

#news > li > h4.closed {
	background-image: url("newspaper_add.png");
}

#news > li > h4.collapsible {
	cursor: pointer;
}

#news > li > h4.collapsible:hover {
	background-color: #DDE;
}

#news > li > h4 .newstitle {	
  float:left;
}

#news > li > h4 .newsmetadata {
	float:right;
	font-size:75%;
}

#news > li > h4 .newssummary {
        clear:left;
        display:block;
	font-size:80%;
        margin-left:4px;
}

#news > li > .newscontent {
	padding-left:10px;
	position:relative;
}

#news > li > .newscomments {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:1px 2px 0px 20px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 75%;	
	background: url("comments.png") 1px center no-repeat #EEF;
}
#news > li.morenews {
	padding: 8px 2px 1px 22px;	
	background: url("newspaper_go.png") 2px center no-repeat #EEE;
	font-size: 80%;
}
#news > li.feedinfo {
	padding: 8px 2px 1px 22px;	
	background: url("feed_go.png") 2px center no-repeat #EEE;
	font-size: 80%;
}

#news .newscomment {
	padding: 3px 2px 1px 22px;	
	background: url("comment.png") 2px 2px no-repeat #E5E5E5;
	margin-left:10px;
}

#news .newscommentmetadata {
	border-top: 1px solid #CCC;
	font-style: italic;
	font-size:90%;
}

#news .newscommentform {
	padding: 3px 2px 1px 22px;	
	background: url("comments_add.png") 2px 2px no-repeat #EEE;
}

#news .newscommentform h3 {
	padding: 0px;	
	background: transparent;
	font: inherit;
}

#news #writenewcomment {
	display:none;
}

#news .newscommentdisabled {
	padding: 3px 2px 1px 22px;	
	background: url("comments_delete.png") 2px 2px no-repeat #E5E5E5;
}