<!-- /* css-file von Moskito
	copyright: Benjamin Unger, Moskito
	*/


* {	
	margin: 0;	
	padding: 0;
}

body {
	height: 100%;
	font-size: 10pt; /* Wuppi-Hack */
	background: #000000;
	color: #DEDEDE;
}

#wrapper {
	width: 790px;
	height: 100%;
	margin: auto;
}

#banner {
	background: url('images/header.gif') center no-repeat;
	width: 623px;
	height: 162px;
	margin-left: auto;
}

#logo_banner {
	height: 162px;
	width: 623px;
	float: left;
}

#breadcrumb {
	padding-left: 10px;
	padding-right: 10px;
	
	clear: both;
	
	color: #646464;
}

#breadcrumb a, a.unobtrusive {
	font-weight: normal;	
	color: #646464;
}

#breadcrumb a:visited, a.unobtrusive:visited {
	color: #646464;
}

#content_wrapper {
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 20px;
}

#sidebar_left {
	float: left;
	width: 155px;
	padding-bottom: 100px;
	padding-top: 4px;
	padding-bottom: 80px;
	padding-right: 10px;
	margin-right: 15px;
	background: url('images/bg_dotted_vert2.png') 145px repeat-y;
}

#sidebar_left_content {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;	
}

#content {
	/*width: 687px;*/
	margin-left: 180px;
	padding-bottom: 5px;
	padding-top: 4px;	
}


#footer{
	background: url('images/footer.jpg') center no-repeat;
	height: 143px;
}

#footer_content {
	padding-top: 38px;
	padding-right: 40px;
}
#footer, #footer a {
	color: #969696;
}

#footer a:hover {
	color: #DEDEDE;
}

.clear {
	clear: none;
}

div.sybo_message {
	border: 1px solid #DEDEDE;
	-moz-border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0.2em;
	display: block;
}


/**** FONT ****/
body, table, input, textarea, select {
	font-size: 8.5pt;
	font-family: 'Verdana', Arial, 'Helvetica', sans-serif;
	color: #DEDEDE;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 {	font-size: 1.7em;	line-height: 1.8em;	margin-top: .3em;
}	
h2 {	font-size: 1.3em;	line-height: 1.8em; margin-top: .3em;}
h3 {	font-size: 1.2em;	line-height: 1.8em;	}
h4 {	font-size: 1.1em;		line-height: 1.5em;	}
h5 {	font-size: 1em;	line-height: 1.5em;	}

p, div.text {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.unimp {
	color: #646464; 
}

b, strong {
	font-weight: bold;
}

blockquote {
	border: 0;
	background: transparent;
	padding: 0px 10px;
	font-style: italic;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: .8em;
	margin-top: .8em;
}

/* lists */
ul {
	display: inline-block;
}
ul li {
	margin-left: 10px;
}
ul.noicons {
	padding: 0px;
}
ul.noicons li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
ul li, ul.noicons ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 30px;	
}

.admincomment {		
	font-style: italic;	padding-left: 1em;	
}

/* anchors */
a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
a:visited {	color: #969696;	}
a:hover, a:active {
	text-decoration: underline;
	color: #ccc;
}
a img {	border: 0px;	}

.pagenavi_active {
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	top: 0px;
}

/**** FONT ENDE ****/

img.messageIcon {
	vertical-align: bottom;
}

/**** INPUT *****/

input, textarea, select {
	background: #4d4d4d;
}

input:focus, select:focus, textarea:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#808080 none repeat scroll 0 0;
}

/**** INPUT ENDE *****/

/**** SYBO ADMIN BOX *****/

.sybo_admin_box {
	background: #1a1a1a;
	padding: 2px;
}

/**** SYBO ADMIN BOX ENDE *****/

/**** FIELDSET *****/

fieldset {
	margin-top: 8px;
	padding: 4px;	
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;	
}

/**** FIELDSET ENDE *****/


/******* MENU ********/
#menu {
	padding-right: 5px;	
}
ul.menu, ul.menu li {
	margin: 0;
	padding: 0;
	width: 145px;
}

ul.menu ul.menu {
	margin-left: 17px;
	margin-top: 2px;
}

ul.menu li {
	list-style-type: none;
	list-style-image: none;
	background: url('images/bg_dotted_hori2.png') bottom repeat-x;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 4px;
}

ul.menu ul.menu li {
	font-size: 90%;
	background: transparent;
}

ul.menu ul.menu li a.active {
	/*background: url('images/bg_submenu_hover.png') 5px 3px no-repeat;*/
}

ul.menu ul.menu li a:hover {
	/*background: url('images/bg_submenu_hover.png') 5px 3px no-repeat;*/
}

ul.menu ul.menu li a {
	background: transparent;	
}

ul.menu li a {
	border: 0;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	
}
ul.menu a {
	color: #DEDEDE;
}
ul.menu a:visited {
	color: #DEDEDE;
}
ul.menu a:active {
	font-weight: bold;
}
ul.menu a:hover {
	/*background: url('images/moskito.png') left 3px no-repeat;*/
}
ul.menu a.active {
	/*background: url('images/moskito.png') left 3px no-repeat;*/
}
/******* MENU - END ********/


.contentBox {
	background: #fefefe url('images/box_bg_fade.png') top repeat-x;
	border: 1px solid #f0f0f0;
	padding: 0.4em;
}

#cover {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	display: none; 
	z-index: 1000;
}

#cover_box {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background: #000;
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter:alpha(opacity=20);
}
#cover_quit {
	position: fixed;
	top: 0px;
	left: 10px;
	z-index: 1001;
	background: white;
	border: 1px solid #555;
}
#cover_quit h1 {
	padding: 0.2em;
	margin: 0.5em;
	line-height: 1.2em;
	background: transparent;
}

#cover_message_box {
	display: none;
	position: absolute;
	top: 10%;
	left: 20%;
	background: white;
	padding: 2em;
	border: 1px solid #555;
}

.imagebox {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	background:#4d4d4d none repeat scroll 0 0;
	margin:6px;
	padding:0;
}

.imagebox img {
	-moz-border-radius-topleft:7px;
}

/** FORM **/

-->