/* Haupt-CSS-Datei - die wichtigsten Formatierungen */

* {
	margin: 0;
	padding: 0;
}


/* Elemente */

body {
	background-image: url(http://scifi-trek.de/images/design/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	color: #CCC;
	text-shadow: 0 0 0 #003;
	font-size: 100.01%;
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
}
img {
	border: 0;
}

a {
	color: #69c;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
		color: #9cf;
	}

hr {
	width: 100%;
	color: #69C;
	background-color: #69C;
	height: 3px;
	border: 0;
}

address {
	padding-left: 3em;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 3em;
}

	address:before {
		content: "Verfasst von: ";
	}

pre {
	margin-left: 3em;
	margin-right: 2em;
	padding: .5em;
	background-color: #036;
	border: 1px solid #69C;
	font-size: .8em;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

ol {
	list-style: inside decimal;
	padding-left: 1em;
}

em {
	font-style: italic;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bolder;
}

table {
	text-align: center;
	background-color: #003;
	/*border: 1px solid #69C;*/
	border: 0;
	font-size: .8em;
	border-collapse: collapse;
	empty-cells: show;
}

th {
	padding: .3em;
	border: 0;
	border-bottom: 1px solid #69C;
}

td {
	padding: .3em;
	border: 0;
	border-bottom: 1px solid #69C;
}

caption {
	font-size: 1em;
	font-weight: bold;
	caption-side: top;
	padding: 1em 0;
}

h1 {
	font-variant: small-caps;
	font-size: 1.8em;
	padding-top: .2em;
	padding-bottom: .2em;
	color: #69c;
	line-height: 1.1em;
}

h2 {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: .4em;
	color: #69c;
}

h3 {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .3em;
	color: #6699cc;
}

code {
	font-size:.9em;
	font-family: monospace;
}

form {
	padding: 1em;
	background-color: #036;
	border: 1px solid #69C;
}

fieldset {
	border: 1px solid #003;
	padding:.7em;
	margin-bottom:1em;
}

	.blind {
		border: none;
		padding: 0;
		margin: 0;
		color: #6699CC;
	}
	#login {
		background-color: none;
	}
	fieldset.blind legend {
		display: none;
	}
	fieldset.blind input {
		margin-top: .5em;
	}
legend {
	border: 1px solid #003;
	color: #69C;
	padding: .2em;
	font-size: 1.2em;
	font-weight: bold;
}

input {
	background-color: #003;
	border: 1px solid #69C;
	color: #69C;
	max-width: 280px;
}

input.input_text {
	width:100%;
	font-size:.8em;
	padding:.1em;
}

input.input_checkbox {
	margin-right: .5em;
}

select {
	background-color: #003;
	border: 1px solid #69C;
	color: #69C;
	font-size:.8em;
}

button {
	padding: 0 .5em;
	background-color: #69C;
	border: 2px outset #69C;
	color:#003;
}

	button:active {
		border: 2px inset #6699CC;
	}

textarea {
	clear: both;
	background-color: #003;
	border: 1px solid #69C;
	color: #69C;
	width: 100%;
	
	font-family: inherit;
	
	padding:.1em;
}

td form {
  	margin:0;
  	padding:0;
  	border:0;
}

td form fieldset {
 	margin:0;
 	border:0;
}

li p {
	display:inline;
}

li ul {
	font-size: .95em;
	margin-left: 2em;
}


/* #-Selektoren */

#root { 
	min-width: 500px;
	max-width: 900px;
	width: 90%;
	margin: 0 auto 2em;
	padding: 0;
	border: 1px solid #036;
	background-color: #003;
	font-size: 1em;
	text-align: left;
}

#ticker {
	white-space: nowrap;
	background-color: #036;
	text-align: center;
}

#head {
	background-image: url(http://scifi-trek.de/images/design/purplesecret/top.jpg);
	background-repeat: no-repeat;
	height: 170px;
	text-align: right;
	font-size: 8px;
}

#kurznews {
	background-image: url(http://scifi-trek.de/images/design/halbtransparent.png);
	float: right;
	width: 250px;
	height: 120px;
	overflow: auto;
	margin: 5px 0px 5px 5px;
	padding: 2px;
	border: 1px solid #036;
	text-align: left;
	font-size: 10px;
}


#mainmenu {
	color: #69c;
	text-align: center;
	font-size: 16px;
}

	#mainmenu ul {
		list-style-type: none;
		display: inline;
	}
	
	#mainmenu li {
		display: inline;
	}
	
/*
	#mainmenu li:before { content: "| "; }
	
	#mainmenu li:first-child:before { content: ""; }
*/
#menu {
	float: left;
	width: 150px;
	border-bottom: 1px solid #036;
	border-right: 1px solid #036;
	background-image: url(http://scifi-trek.de/images/design/purplesecret/side_down.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#menu2 {
	background-image: url(http://scifi-trek.de/images/design/purplesecret/side_up.jpg);
	background-repeat: no-repeat;
	width: 150px;
}

#menu3 {
	padding: .4em;
	font-size: .9em;
}

	#menu3 img {
		margin-top: 5px;
	}
	
	#menu3 ul {
		list-style-type: none;
	}
	
	#menu3 .halbtransparent a:hover {
		text-decoration: underline;
	}

#content {
	padding: .5em .5em .5em 11em;
	line-height: 1.4em;
}

	#content ul {
		list-style: inside square;
		padding-left: 1em;
	}
	
	#content img, object {
		max-width:100%;
	}


#copyright {
	clear: both;
	font-size: .7em;
	text-align: center;
	background-color: #036;
}

	#copyright ul {
		list-style-type: none;
		display: inline;
	}
	
	#copyright li {
		display: inline;
	}
	
	#copyright li:before { content: "| "; }
	
	#copyright li:first-child:before { content: ""; }
	
	#copyright a {
		color: #CCC;
	}

	#copyright a:hover {
		color: #6699cc;
		text-decoration: none;
	}

	#copyright a:active {
		color: #000000;
	}
	
	
#loginbox, #suchbox {
	font-size: .7em;
}

#tracker {
	font-size:.7em;
}





/* Klassen */
.halbtransparent_grau {
	background-image: url(http://scifi-trek.de/images/design/halbtransparent_grau.png);
	border: 1px solid #036;
	padding: 0 .3em;
}
.halbtransparent {
	background-image: url(http://scifi-trek.de/images/design/halbtransparent.png);
	border: 1px solid #036;
	padding: 0 .3em;
}

	.halbtransparent form {
		background-color: transparent;
		border-style: none;
	}
	
	.halbtransparent form input {
		background-image: url(http://scifi-trek.de/images/design/halbtransparent.png);
		border: 1px solid #69C;
		color: #69C;
		max-width: 100px;
	}
	
	.halbtransparent a {
		text-decoration: none;
	}

	.halbtransparent a:hover {
		text-decoration: underline overline;
	}

.nav_tree {
	font-size: .7em;
	font-style: italic;
	padding:0;
	color: #999;
}

	.nav_tree a {
		color: #999;
	}
	
	.nav_tree a:hover {
		color: #69c;
		text-decoration: none;
	}
	
	.nav_tree a:active {
		color: #000;
	}

.userprofile {
	table-layout:auto;
	width:100%
}

	.userprofile td {
		text-align: left;
	}
	
	.userprofile th {
		vertical-align:top;
		text-align: left;
		width:30%;
	}
	
	.userprofile img {
		max-width:100%;
	}
	
	.userprofile caption {
		text-align: left;
		font-weight: bolder;
		font-variant: small-caps;
		font-size: 1.3em;
		color: #69c;
		margin-top:1em;
	}

.bewertung {
  	font-size: .9em;
}

	.bew_head {
		border-top: 3px solid #69C;
		border-bottom: 1px dashed #036;
		font-size: .8em;
	}

.clear {
	clear:both;
}

.clear_right {
	clear:right;
}

.bild-rechts {
	float: right;
	margin: .3em 1em;
}

.bild-links {
	float: left;
	margin: .3em 1em .3em 0;
}

.green {
	color:#090;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.underlined {
	text-decoration: underline;
}

.news_beitrag {
	border-top: 3px solid #69C;
  	padding:.3em;
	margin:0;
	font-size:.8em;
	clear:right;
	width:100%;
}

	.news_beitrag h2 {
		margin-top: .2em;
		padding-bottom:.2em;
		border-bottom: 1px dashed #036;
		width:100%;
	}

.news_text {
  
}

.news_info {
	border-right: 1px dashed #036;
	border-bottom: 1px dashed #036;
	padding:.3em;
	margin: 1em 0em;
	overflow:hidden;
	font-size:.8em;
}

	.news_info img {
		display:block;
		max-width:100%;
	}

.news_footer {
 	border-top: 1px dashed #036;
	border-left: 1px dashed #036;
	border-bottom: 1px dashed #036;
	padding:.3em;
	margin: 1em 0em;
	text-align:center;
	font-size:.8em;
}

.nebeneinander {
	list-style-type: none;
	display: inline;
}

	.nebeneinander li {
		display: inline;
	}
	
	.nebeneinander li:before { content: " | "; }
	
	.nebeneinander li:first-child:before { content: ""; }

.imgbox {
	border: 1px solid #69C;
	float: left;
	width: 150px;
	height: 200px;
	font-size:.7em;
	text-align: center;
	overflow: hidden;
	margin: .5em;
	padding:.3em;
}

	.imgbox img {
		max-width:100%;
	}

.galerie_show {
	text-align: center;
}

	.galerie_show img {
		max-width:100%;
	}

.display-none {
	display:none;
}

.jetztimtv {
	background-color:#D50000;
	padding: .5em;
	color: #000;
	font-size: .8em;
	margin-bottom: 1em;
	margin-top: .5em;
}

	.jetztimtv h2 {
		color: inherit;
		font-size: 1.5em;
		margin: 0;
	}
	
	.jetztimtv img {
		width:100%;
	}

.sendungen {
	font-size: .8em;
	padding-bottom: .5em;
}

	.sendungen img {
		width:100%;
	}
	
	.sendungen h2 {
		border-top: 2px solid #036;
		color: inherit;
		font-size: 1.5em;
		margin: 0;
	}

.strike {
	text-decoration: line-through ;
}

.small {
 	font-size: .8em;
}

/* Elementspezifische # */

div#content p {
	padding-bottom: .8em;
}


/* Elementspezifische Klassen */

div.zitat {
  	padding-left: 3em;
	padding-right: 2em;
	font-size: 10px;
	margin-bottom:2em;
}

	div.zitat blockquote {
		font-size: 12px;
		padding: .5em;
		background-color: #036;
		border: 1px solid #69C;
	}
	
	div.zitat blockquote p {
		display: inline;
	}

div.forum_threadvorschau {
	height: 25em;
	overflow: scroll;
	font-size: .8em;
	
}

div.forum_threadvorschau .threadvorschau_beitrag h3 {
	margin-top: 0;
	border-top: 3px solid #003;
	border-bottom: 1px dashed #003;
	color: inherit;
	font-variant: normal;
	font-weight: normal;
}

div.forum_threadvorschau .threadvorschau_beitrag h3:before {content: "Von: "; }

a.help {
 	cursor: default;
 	width: 10px;
 	height: 10px;
}

	a.help span {
		display:none;
	}
	
	a.help:hover span {
		display: block;
		position: absolute;
		z-index: 1;
		background-color: #036;
		border: 1px dotted #FF3;
		color: #FF3;
		font-size: .6em;
		padding: 0 .5em;
		max-width:60%;
		
		$text-align:left;
	}

div.badges {
  	text-align:center;
  	font-size: .8em;

}
	div.badges a {
		display:block;
	}

form.users_order {
 	font-size:.8em;
 	padding: 0;
}

	form.users_order fieldset {
	   margin:0;
	   border: 0;
	}
	
	form.users_order fieldset p {
	   display: inline;
	}
	
	form.users_order fieldset button {
	   padding: 0 .5em;
	   border: 0;
	   background-color:#036;
		color:#69C;
		cursor:pointer;
	}
	
	form.users_order fieldset button:hover {
		color:#9CF;
		text-decoration:underline;
	  }
  
table.users_order {
   font-size: .6em;
   margin-top: 1em;
   line-height: 1.2em;
}

	table.users_order caption {
	   font-size: 1.7em;
	   line-height: 1.2em;
	}

a.textbutton {
	cursor:pointer;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	width:22px;
	height:22px;
	background-image: url(http://scifi-trek.de/images/text/blanko.gif);
	background-repeat: no-repeat;
}

	a.textbutton:hover {
		background-image: url(http://scifi-trek.de/images/text/blanko_hover.gif);	
		background-repeat: no-repeat;
	}
	
		a.textbutton:hover img {
			position:relative;
			left:1px;
			top:1px;
		}

a.smilie {
	cursor:pointer;
}

	a.smilie:hover img {
		position:relative;
		left:1px;
		top:1px;
	}

input.button {
	padding: 0 .5em;
	background-color: #69C;
	border: 2px outset #69C;
	color:#003;
}

	input.button:active {
		border: 2px inset #69C;
	}
ul.sitemap {
	font-size: .9em;
    line-height: 1em;
}
.spoiler {
	margin: 1em 0;
}
.spoiler p {
	padding: .5em;
	background-color: #036;
    color: #036;
}
.spoiler p:hover {
	color: #9cf;
}

#loginbox_oben {
	background-image: url(http://scifi-trek.de/images/design/halbtransparent.png);
	float: right;
	width: 250px;
	height: 125px;
	overflow: auto;
	margin: 5px 0px 5px 5px;
	padding: 2px;
	border: 1px solid #036;
	text-align: left;
	font-size: 1.5em;
}

#loginbox_oben form {
	border: 0;
	background:none;
}

#loginbox_oben form fieldset {
	border: 0;
	padding: 0;
}

#loginbox_oben label {
	padding-left: 1em;
}

#loginbox_oben .logout {
	float: right;
	font-size: .7em;
}

#loginbox_oben p {
	margin-bottom: .5em;
}

form#account td, form#account table, form#kontakt table, form#kontakt td, form#kontakt th, form#personal td, form#personal table, form#personal th, form#freitext table, form#freitext td {
	border: 0px;
	text-align: left;
}

.label {
	width: 10em;
}

.input {
	width: 20em;
}

.sichtbar {
	padding-left: 1em;
}

.sichtbar input {
	margin-right: .5em;
}

.sichtbar label {
	margin-left: .5em;
}


div.domtab {
	float: left;
	width: 100%;
}

div.tab {
	border: 1px solid #69c;
	clear: left;
}

.domtab h2 {
	margin-top: .1em;
	display: none;
}

.domtab td, .domtab th, .domtab td, .domtab table {
	border: 0;
	background: #003;
}

.domtab form {
	background: #036;
	border: 0;
}

.domtab form legend, .domtab form fieldset {
	border: 0;
}

.domtab form table {
	width: 100%;
}

.domtab form td, .domtab form th, .domtab form td, .domtab form table {
	background: #036;
	text-align: left;
}

.domtab form .input_button {
	padding: .2em;
	font-size: .9em;
	margin-top: .8em
}

ul.domtabs {
	background: #003;
	border: 0;
}

ul.domtabs li a {
	margin: 0 .5em;
	display: block;
	padding: .2em;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #69c;
	background-color: #036;
}

ul.domtabs li.active a {
	background-color: #003;
}

ul.domtabs li {
	float: left;
	list-style-type:  none;
}

div.freitext {
	padding: .5em;
	font-size: .8em;
}

div.freitext h3 {
	font-size: 1.5em;
	margin-top: 0;
}

#loginbox_oben input {
	height: 14px;
	font-size: 10px;
}

#loginbox_oben p {
	margin: 0;
}

#loginbox_oben label {
	font-size: 0.9em;
}

