@charset "UTF-8";
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #663;
}

a:hover {
	color: #993;
}

.fontsize {
	/*text-decoration: none;*/
}

body {
	background: #0D0D0D;/* url(/bilder/css/nacht/bg.png) repeat-y center top;*/
	color: #55554A;
	font-family: verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 10px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul ul {
	font-size: 1em;
	padding-bottom: 1em;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 4px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(/bilder/css/nacht/li.png);
	margin-left: 18px;
}

dt {
	margin-top: 1em;
	font-style: italic;
	margin-left: 18px;
}

dd {
	margin-left: 26px;
}

.invitation {
	border: 3px solid red;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}

code {
	background: url(/bilder/css/nacht/bgcode.png);
	border: 1px solid #060606;
	color: #666;
	display: block;
	font: normal 0.9em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(/bilder/css/nacht/quote.png) no-repeat;
	color: #664;
	display: block;
	font: normal 0.9em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #663;
	padding-top: 6px;
}

.lastchange {
	font-size: 0.9em;
	font-style: italic;
}

.outside {
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
	width : 95%;
	min-width: 750px;
}

/* structure */
.container {
	/*margin: 0 auto;*/
	min-width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	/*width: 220px;*/
}
.title h1 {
	color: #993;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.manimenu {
	height: 100px;
	float: right;
}
.manimenu a {
	color: #665;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}

.manimenu a:hover {
	background: #000;
	color: #993;
	padding: 56px 18px 10px;
}

/* navsub*/
.navsub {
	/*border: 1px solid red;*/
	background: url(/bilder/css/nacht/holder_middle_middle.png) repeat;
	height: 40px;
}

.navsub a {
	color: #665;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 7px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
}

.navsub a:hover {
	background: #000;
	color: #993;
	padding: 5px 10px 5px 10px;
}

/* holders */
.holder {
	background: url(/bilder/css/nacht/bgholder.png) repeat-y;
	/*padding: 0 32px;*/
}

.holder_left {
	background: url(/bilder/css/nacht/holder_middle_left.png) repeat-y;
	padding: 0 0 0 23px;
	/*border: 1px solid green;*/
}
.holder_middle {
	background: url(/bilder/css/nacht/holder_middle_middle.png) repeat;
	/*border: 1px solid yellow;*/

}
.holder_right {
	background: url(/bilder/css/nacht/holder_middle_right.png) repeat-y;
	background-position: right;
	padding: 0 23px 0 0;
	/*border: 1px solid blue;*/
}

.holder_top {
	clear: both;
	background: url(/bilder/css/nacht/holder_top_middle.png);
	height: 40px;
}

.holder_top_left {
	float: left;
	background: url(/bilder/css/nacht/holder_top_left.png) no-repeat;
	width: 23px;
	height: 40px;
}

.holder_top_right {
	float: right;
	background: url(/bilder/css/nacht/holder_top_right.png) no-repeat;
	width: 23px;
	height: 40px;
}

.holder_smaller_top {
	clear: both;
	background: url(/bilder/css/nacht/holder_top_middle.png);
	height: 15px;
}

.holder_smaller_top_left {
	float: left;
	background: url(/bilder/css/nacht/holder_top_left.png) no-repeat;
	width: 23px;
	height: 15px;
}

.holder_smaller_top_right {
	float: right;
	background: url(/bilder/css/nacht/holder_top_right.png) no-repeat;
	width: 23px;
	height: 15px;
}

.holder_bottom {
	clear: both;
	background: url(/bilder/css/nacht/holder_bottom_middle.png);
	height: 40px;
}

.holder_bottom_left {
	float: left;
	background: url(/bilder/css/nacht/holder_bottom_left.png) no-repeat;
	width: 23px;
	height: 40px;
}

.holder_bottom_right {
	float: right;
	background: url(/bilder/css/nacht/holder_bottom_right.png) no-repeat;
	width: 23px;
	height: 40px;
}

.holder_smaller_bottom {
	clear: both;
	background: url(/bilder/css/nacht/holder_bottom_middle.png);
	height: 15px;
	background-position: bottom;
}

.holder_smaller_bottom_left {
	float: left;
	background: url(/bilder/css/nacht/holder_bottom_left.png) no-repeat;
	width: 23px;
	height: 15px;
	background-position: bottom;
}

.holder_smaller_bottom_right {
	float: right;
	background: url(/bilder/css/nacht/holder_bottom_right.png) no-repeat;
	width: 23px;
	height: 15px;
	background-position: bottom;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	padding: 6px 25px 0;
}

.footer {
	clear: both;
	background: url(/bilder/css/nacht/holder.png) no-repeat;
	height: 40px;
}
/* floats */
.left {
	float: left;
	/*border: 1px solid red;*/
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

.form_left {
	float: left;
	text-align: right;
	width: 20%;
	margin-right: 2%;
}

.form_right, button, .recaptcha_response_field, .recaptcha_only_if_incorrect_sol, .recaptcha_only_if_image, .recaptcha_only_if_audio, #recaptcha_image {
	margin-left : 22%;
}

fieldset {
	font-size: 1.2em;
	border : 0;/*px dashed #a2b5cd;*/
	color: #55554A;
}

input, textarea {
	background: #ddd;
}


input:focus, textarea:focus {
	color: #000;
	background: #fff;
	outline: 1px solid red;
}

button:focus {
	color: #000;
	background: #fff;
	outline: 1px solid red;
}

label, select, input[type=checkbox], input[type=radio], 
input[type=button], input[type=submit] {
 cursor: pointer;
}

.recaptcha_only_if_incorrect_sol, .hinweiss {
	color:red
}

/* BUTTONS */

button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color: #0D0D0D;
    border:1px solid #666;
    border-top:1px solid #665;
    border-left:1px solid #665;

    font-family:"Lucida Sans Unicode",sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#55554A;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img, button a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

abbr{
	cursor: help;
}


/**
 * TSStatus: Teamspeak 3 viewer for php5
 * @author Sebastien Gerard <sebeuu@gmail.com>
 * @see http://tsstatus.sebastien.me/
 * 
 **/

.tsstatus{
	width: 300px;
	overflow: hidden;
	position: relative;
}
.tsstatus, .tsstatus *{
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatuserror{
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tsstatus .tsstatusNickname, .tsstatus .tsstatusPassword{
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tsstatus .tsstatusServerName{
	
}
.tsstatus input{
	width: 135px;
	height: 18px;
}
.tsstatus .tsstatusItem{
	margin-left: 18px;
	clear: both;
}
.tsstatus .tsstatusLabel{
	float: left;
}
.tsstatus .tsstatusFlags{
	position: absolute;
	right: 0;
	clear: right;
}
.tsstatus a{
	text-decoration: none;
	color: #333;
}
.tsstatus a:hover{
	text-decoration: none;
	color: #F0F;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}

