/* CSS Document */
/* Stephan Flšter - http://www.formgebung.de */

/*
** allgemeine Settings
*/

html {
	height: 100%;
	font-size: 100.1%;	/* Schriftgroesse auf Ausgangslevel setzen */
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	font-size: 0.75em;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	position: relative;
}

* {
	margin: 0;
}

img {
	border: 0px;
}

h3 {
	font-size: 100.1%
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: rgb(255, 160, 0);
}

ul {
	padding-left: 15px;
}

#row {
	height: 1px;
	width: 100%;
	background: rgb(200, 200, 200);
	padding: 0;
}

/*
** Layout Settings
*/

.width { width: 100%; min-width: 1130px; }

/* min-width Loesung fuer IE6 nach Stu Nicholls (standardscompliant), verdoppelt, um px Werte ueber 800 zu erreichen :-) */
* html .minwidth { border-left: 630px solid #fff; position: relative; float: left; z-index: 1; }
* html .minwidth2 { border-left: 500px solid #fff; position: relative; float: left; z-index: 2; }

* html .container { margin-left: -500px; position: relative; float: left; z-index: 3; }
* html .container2 { margin-left: -630px; position: relative; float: left; z-index: 4; }



.base {
/*	width:expression(document.body.clientWidth < 1130? "1130px": "auto" );  min-width Loesung mit expression (quirks mode) */
 }

#header {
	height: 172px;
	background: url(../images/head_b.jpg);
}

#headerl {
	height: 172px;
	width: 15px;
	float: left;
}

#headerr {
	height: 172px;
	width: 15px;
	float: right;
}

#headerm {
	height: 172px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

#title {
	height: 28px;
	background: url(../images/title_b.jpg);
}

#titlel {
	height: 28px;
	width: 190px;
	float: left;
}

#titler {
	height: 28px;
	width: 190px;
	float: right;
}

#titlem {
	height: 28px;
	margin-left: 190px;
	margin-right: 190px;
	text-align: center;
}

#navi {
	height: 18px;
}

#navim {
	height: 18px;
	background: url(../images/navi_b.jpg) repeat-x;
}

#main {}

#left {
	float: left;
	width: 180px;
	overflow: hidden;
}

#leftmodule {
	margin-left: 10px;
	margin-right: 10px;
}

#right {
	float: right;
	width: 180px;
	overflow: hidden;
}

#rightmodule {
	margin-left: 10px;
	margin-right: 10px;
}

#center {
	margin-left: 185px;
	margin-right: 185px;
	background: rgb(242, 242, 242);
	border: 1px solid rgb(200, 200, 200);
}

#path {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#centermodule {
	margin-left: 10px;
	margin-right: 10px;
}

#usermodule {
	overflow: hidden;
	background: url(../images/pixel.gif) repeat-x bottom;
}

#user1 {
	float: left;
	width: 50%;
	height: 80px;
	overflow: hidden;
}

#user2 {
	float: right;
	width: 50%;
	height: 80px;
	overflow: hidden;
}

#mainbody {}

* html #mainbody { height: 1%; } /* Fuer die korrekte Darstellung von 100 Prozent Tabellen im IE */


#footer {
	margin-left: 185px;
	margin-right: 185px;
}

#footermodule {
	height: 50px;
	font-size: 0.9em;
	color: rgb(128, 128, 128);
	padding: 10px;
	text-align: center;
}

#legals {
	font-size: 0.9em;
	color: rgb(128, 128, 128);
	text-align: right;
}

#legals a:link, #legals a:visited {
	color: rgb(128, 128, 128);
	text-decoration: none;
}


/*
** Modulspezifische Settings
*/

/* Artikel-Formatierung */

.contentpaneopen {
	width: 100%;
}

.contentheading {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.modifydate {
	color: rgb(128, 128, 128);
	line-height: 200%;
}

.createdate {
	line-height: 200%;
	color: rgb(128, 128, 128);
}

.small {
	color: rgb(128, 128, 128);
}



/* Modul-Ueberschriften */
.moduletable h3 {
	font-size: 1.1em;
	font-weight: bold;
}

/* Modul-Text */
.moduletable td {
	padding: 0 10px 0 10px;
}

.moduletable2 td {
	padding: 0 10px 0 10px;
}


/* Hauptmenue-Eintraege */
.mainlevel {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

a.mainlevel:link, a.mainlevel:visited {
	color: rgb(220, 220, 200);
}

a.mainlevel:hover {
	color: rgb(255, 160, 0);
}

/* Zweitmenue-Eintraege mit Suffix 2 */
.mainlevel2 {
	font-weight: normal;
	padding: 0;
}

a.mainlevel2:link, a.mainlevel2:visited {
	color: rgb(0, 0, 0);
}

a.mainlevel2:hover {
	color: rgb(255, 160, 0);
}

.pathway {
	color: rgb(128, 128, 128);
	font-size: 0.9em;
}

a.pathway {
	color: rgb(128, 128, 128);
	font-size: 1em;
}
	
/*
** SMF Forum Klassen - via JSMF Bridge von Joomlahacks
*/

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 0.9em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #dddddd;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #cecece;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #ffffff;
	font-style: normal;
	background-image: url(../../../forum/Themes/jdd_grey/images/titlebg.jpg);
	border-bottom: solid 1px #e1e1e1;
	background-color: #e1e1e1;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}

.titlebg a:hover
{
	color: #FFFFFF;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(../../../forum/Themes/jdd_grey/images/catbg.jpg);
	background-color: #3067DC;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(../../../forum/Themes/jdd_grey/images/catbg2.jpg);
	background-color: #255DD3;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #000000;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000000;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt).
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
*/

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 0.9em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: #000000;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: #000000;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_back
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(../../../forum/Themes/jdd_grey/images/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
/*	color: #000000; */
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
/*	color: #000000; */
	text-decoration: none;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #000000;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}

.mirrortab_active_first
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(../../../forum/Themes/jdd_grey/images/mirrortab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
/*	color: #000000; */
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
/*	color: #000000; */
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
