/* Colors:
Abividerci-theme:
Hintergrund:	E0D090	(Sand)
Kasten:		CFAF45	(Dunkler Sand)
Rahmen:		736126	(Braun)

Kommie-theme:
Hintergrund:	000000 (Schwarz)
Kasten:		606060 (Grau)
Rahmen:		DD2222 (Weinrot?)

*/



/* Standards */
body {
	background-color: #000000;
	margin: 0px;
	padding:0px;
	min-width:750px;
	min-height:700px;
	color:#D0D0D0;
}
form {
	margin: 1px;
} 
.straight {
	display: inline;
}
img {
	border: 0px;
}
input, textarea {
	margin:0px;
	background-color: #606060;
	border:1px solid #DD2222;
	padding:1px;
	color:#D0D0D0;
}

a {
	color:#D0D0D0;
}
a:visited {
	color:#A0A0A0;
}
ol {
	list-style-position:inside
}
ul {
	list-style-position:inside
}
/* Wrapper */

img#lenin {
	position:relative;
	top:0px; 
	left:0px;
	margin:4px 2px 2px 0px;
	width:185;
	height:370px;
	float:left;
	border:0px;
}
div.header {
	border:0px solid #DD2222;
	text-align:center;
}

div#portal {
	position:absolute;
	text-size:small;
	top:0px;
	right:0px;
	padding:2px;
	color:grey;
	font-family:sans;
}
div#portal a {
	color:grey;
}
div#portal a:visited {
	color:grey;
}


/* ALT-Navi */
div.navi {
	width:200px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	padding:0px;
	margin-right:2px;
}
div.navibar {
	top:0px;
	position:relative;
	width:200px;
	height:400px;
	background-image: url("/template/navi.png");
	background-repeat: no-repeat;
}
div.navibar img {
	border: 0px;
}
div.naviitem {
	position:absolute;
}
div.othernavi {
	width:200px;
	position:relative;
	top:0px;
	left:0px;
	padding:1px;
	background-color: #000000;
}


/* NEU Navi*/
#navibox {
	width:100%;
	position:relative;
}

#navibody {
	font-size:16px; 
	font-family:sans-serif;
	padding:0;
}
#navibody ul {
	margin:0px 0px 0px 0px;
/* 	padding:7px 3px 3px 3px; */
	padding:7px 0px 3px 0px;
	border-bottom: 1px solid #DD2222;
	float:left;
	clear:left;
	position:relative;
	width:100%;
}
#navibody > ul {
/*	background-color:windowframe; */
	background-color:#dcdad5;
}
#navibody ul + ul {
	background-color:#404040;
}
#navibody ul li {
	list-style:none;
	margin:0;
	display:inline;
}
#navibody ul li:hover {
}
#navibody ul li a {
	padding:3px 0.5em;
	margin-left: 3px;
	border:1px solid #DD2222;
	border-bottom:none;
	text-decoration:none;
	background:#606060;
	color:#D0D0D0;
	-moz-border-radius:7px 7px 0 0;
}
#navibody ul li a:visited {
	color:#D0D0D0;
}
#navibody ul li.active > a {
	border-bottom:1px solid black;
	background-color:black
}
#navibody ul li.active.parent > a{
	border-bottom:1px solid #404040;
	background-color:#404040;
}
#navibody ul li a:hover {
	text-decoration:underline
}

/* SIDEBAR */
#mainsidebar {
	float:right;
	clear:right;
	margin:4px 2px;
	padding:0px;
	position:relative;
	right:0px;
	width:222px;
}

.sidebar .full {
	background-color:#606060;
	border:2px solid #DD2222;
	-moz-border-radius:7px 7px 7px 7px;
	padding:2px;
	margin:0px 0px 2px 0px;
	vertical-align:middle;
	width:214px;
}

.sidebar .head {
	background-color:#606060;
	border:2px solid #DD2222;
	border-width:2px 2px 0px 2px;
	-moz-border-radius:7px 7px 0px 0px;
	padding:2px;
	margin:2px 0 0 0;
	width:214px;
	vertical-align:middle;
}

.sidebar .body {
	position:absolute;  
	background-color:#606060;
	border:2px solid #DD2222;
	border-width:0px 2px 2px 2px; 
	-moz-border-radius:0px 0px 7px 7px;
	padding:2px; 
	margin:0 0 0 0;
	width:214px;
	visibility:hidden;
	z-index:10;
}
.sidebar .box:hover .body {
	visibility:visible;
}

/* Forms */

form.lined span.headline {
	font-weight:bold;
	margin-top:1em;
	font-size:large;
	display:block;
	float:left;
}
form.lined span.headline a {
	font-size:small;
	font-weight:normal;
}

form.lined br {
	clear:left;
}

form.lined label {
	font-family:sans-serif;
	display:block;
	width:95px;
	text-align:right;
	float:left;
	padding-right:5px;
}
form.lined label.wide {
	width:150px;
}
form.lined input {
	display:block;
	width:600px;
	float:left;
}
form.lined input.small {
	width:auto;
}
form.lined select {
	display:block;
	width:600px;
	float:left;
}
form.lined input.labellos {
	margin-left:100px;
}

form.lined textarea {
	display:block;
	float:left;
	width:600px;
	height:5em;
}
form.lined p.note {
	margin-left:100px;
	width:600px;
	text-align:justify;
	font-size:small;
}
form.lined.post textarea {
	height:200px;
}
	

/* USER */
#user {
	text-align:center; 
} 
#user input.field {
	width:100%;
	margin:0px;
	border:0px;
	background-color: #000000;
	padding:2px;
}

#userlisthead {
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
}
#userlisthead.none {
	border-width:2px;
}
#userlistbody {
}

#userlistbody ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#countdownbox {
}
#countdownhead {
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
}
#countdownbody {
	text-align:right;
}
#countdownbody .event {
	margin-right:1em;
}
#countdownbody .date {
	margin:2px;
}
/* 
#countdownbody dl {
}

#countdownbody dl dt{
	list-style:none;
	margin:0;
	width:85px;
	display:block;
	float:left;
	clear:right;
}
#countdownbody dl dd{
	margin:0;
	display:block;
	float:right;
	width:120;
} */
	
#countdownbody div.units{
	margin-top:.5em;
	text-align:center;
	display:block;
	clear:both;
	font-style:italic;
}
#countdownbody div.units span{
	text-decoration:underline;
	cursor:pointer;
}


#contentsidebar {
	position:relative;
	left:20px;
	float:right;
	clear:right;
	margin:4px 2px;
	padding:0px;
	width:222px;
}

#pager {
	text-align:center;
}
#pager span.links {
	font-size:small;
}

#overviewhead  {
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
}

#overviewbody {
	font-size:small;
	padding:2px;
}
#overviewbody span.commnum {
	font-size:x-small;
	font-family:sans-serif;
}
#overviewbody div.new {
	margin-top:2px;
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
}

div.footnotes {
	border-top:1px solid gray;
	color:gray;
	text-align:center;
	bottom:0px;
	float:left;
	width:100%;
}
div.footnotes a {
	color:gray;
}
div.footnotes a:visited {
	color:gray;
}

/* Forum */
div.forumpost {
	padding:2px;
	margin-bottom:30px;
	text-align:center;
}

div.forumpost div.headline {
	text-align:center;
	text-decoration: underline;
}

div.forumpost div.headline span.poster {
	font-size:large;
	font-family:sans-serif;
}
div.forumpost div.headline span.date {
	font-family:monospace;
}
div.forumpost div.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
	background-color:#606060;
	border-top:2px solid #DD2222;
}
div.forumpost div.content {
	text-align:left;
	text-indent:1em;
	margin-bottom:1ex;
}

div.forumpost div.comments .hidden_coms {
	font-family:sans-serif;
	border-top:2px solid #DD2222;
	background-color:#606060;
	padding:1px;
/* 	width:750px; */
}
div.forumpost div.comments div.comment {
/* 	width:750px; */
}
div.forumpost div.comments div.comment div.commtitle {
	text-align:left;
	font-weight:bold;
	margin-bottom:.5ex;
	background-image:url(/template/comm_title_background.png);
	background-repeat:repeat-y;
	padding-top:1px;
	padding-left:1px;
}
div.forumpost div.comments div.comment div.content {
	font-size:small;
	text-indent:0em;
	margin-bottom:0ex;
}
div.forumpost div.comments div.comment div.unterschrift {
	text-align:right;
}
div.forumpost div.comments div.comment div.unterschrift span.poster {
/*	text-decoration:underline; */
	font-weight:bold; 
}
div.forumpost div.comments div.comment div.unterschrift span.date {
	font-family:monospace;
	font-size:small;
}
div.forumpost hr.commtrenner {
	width:100%;
	text-align:left;
/*	background-color:#DD2222; */
	border-top:1px solid #DD2222;
}

div.forumpost div.comments div.commtrenner {
	border-top:1px solid #DD2222;
/*	background-color: #DD2222; */
	height:0px;
	width:100%;
	text-align:left;
	margin-bottom:2ex;
}

	
/* Gästebuch */
div.guestbookpost {
	padding:2px;
	margin-bottom:30px;
}

div.guestbookpost div.headline {
	text-align:left;
	text-decoration: underline;
	background-color:#606060;
}

div.guestbookpost div.headline span.poster {
	font-size:large;
	font-family:sans-serif;
}
div.guestbookpost div.headline span.date {
	font-family:monospace;
	font-size:small;
}
div.guestbookpost div.headline span.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
}
div.guestbookpost div.content {
	text-indent:1em;
	margin-bottom:1ex;
}

/* Polls */
div.poll {
	padding:2px;
	margin-bottom:30px;
}

div.poll div.headline {
	text-align:center;
	text-decoration: underline;
}

div.poll div.headline span.poster {
	font-size:large;
	font-family:sans-serif;
}
div.poll div.headline span.date {
	font-family:monospace;
}
div.poll div.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
	background-color:#606060;
	border-top:2px solid #DD2222;
}
div.poll div.content {
	text-indent:1em;
	margin-bottom:1ex;
}
div.poll div.options {
	margin-bottom:1em;
	margin-left:200px;
}
div.poll div.options div.option {
	margin:0px;
	padding:0px;
}
div.poll div.options div.option span.count {
	font-family:monospace;
	font-size:small;
}
div.poll div.options input.vote {
	margin-left:255px;
	width:80px;
}
div.poll div.options span.no_access{
	font-style:italic;
}
div.poll div.voters {
	font-size:small;
	font-family:sans-serif
}

/* Content */
div.maincontent {
	padding:20px;
}

/* Images */

div.imagetopic {
	padding:15px;
	width:240px;
	height:200px;
	float:left;
}

div.imagetopic div.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
	background-color:#606060;
	border-top:2px solid #DD2222;
}

div.imagetopic div.the_image {
	text-align:center
}

div.thumbnail {
	padding:15px;
	width:240px;
	height:200px;
	float:left;
}

div.thumbnail div.headline {
	text-align:center;
	text-decoration: underline;
}

div.thumbnail div.headline span.date {
	font-family:monospace;
}

div.thumbnail div.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
	background-color:#606060;
	border-top:2px solid #DD2222;
}

div.thumbnail div.the_image {
	text-align:center;
}

div.image {
	margin-left:184px;
}

div.image div.title {
	text-align:center;
	font-size:large;
	font-weight:bold;
	font-family:sans-serif;
	background-color:#606060;
	border-top:2px solid #DD2222;
}

div.image div.the_image {
	text-align:center;
}

div.image div.the_image img {
	margin:0px;
	padding:0px;
}

div.image div.scales {
	text-align:center;
}

div.image div.scales span.intro {
	font-weight:bold;
}

div.image div.facts {
	text-align:right;
	float:right;
	width:300px;
}
div.image div.persons {
	text-align:left;
	float:left;
	width:300px;
}
div.image div.persons span.header {
	font-weight:bold;
}

div.image div.persons ul {
}

div.image div.facts dt {
	font-weight:bold;
}

div.image div.facts dd {
	margin-bottom:.5em;
}

/* stats */
li.first {
	font-weight:bold;
	
}

/* Abiturientseite */
#abiturients a.thumbnail img{
	display:block;
	margin-bottom:6px;
}
#abiturients a.thumbnail {
	float:left;
	width:152px;
	height:210px; 
	margin:8px;
	padding:4px;
	background:black;
	border:4px outset gray;
	text-align:center;
	font-family:sans-serif;
	font-size:14px;
	color:white;
	white-space:nowrap;
/*	overflow:visible; */


	text-decoration:none;
}
#abiturients a.thumbnail:hover {
	border:4px outset red;
	font-style:italic;
}

#abiturient img.portrait {
	float:right;
	margin:4px;
	background:white;
	border:4px outset gray;
	padding:2px;
}

#abiturient dl {
	margin-left:180px;
}
#abiturient dt {
	font-style:italic;
}

