/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #222222;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Texture_hell.jpg);
	background-repeat: repeat;
}
a:link, a:visited, a:hover {color: #006699;	text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
    color: #334d55;
	margin: 0px;
	padding: 0px;}
h1{font-size: 140%;}
h2{font-size: 130%;}
h3{font-size: 130%;}
h4{font-size: 120%;}
h5{font-size: 110%;}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.masthead{
	margin: 0px;
	padding: 5px 0px;
	background-image: url(images/Texture_blau.jpg);
	white-space: nowrap;
	background-color: #006699;
	font-family: Arial;
	font-weight: bold;
	color:#EEEEEE;
}

.navZeile{
	padding: 0px;
	font-size: 12px;
	float: left;
}

.rechtsOben{
	float: right;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	z-index: 5;
	clear: none;
}

#navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(images/Texture_cream.jpg);
	width: 150px;
	margin: 0px;
	clear: none;
	float: left;
}

.content{
	margin: 0px 0px 0px 1px;
	padding: 5px 10px;
	font-size: 12px;
}

#content_table{
	width:auto;
	margin: 0px 0px 0px 5px;
	padding: 0% 3% 0% 0%;
	clear: none;
	font-size: 12px;
}

.bild {
	border: 1px solid #CCCCCC;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #EEEEEE;
	white-space: nowrap;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 3px;
	font-weight: bold;
	color: #EEEEEE;
}

#globalNav a:hover {
	background-image: url(images/Texture_blau_h.jpg);
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.featureFooter{
	font-size: 90%;
	float: right;
	padding: 0px 0px 10px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
    clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {font-size:13px;list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 15px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 4px 0px 4px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 4px 0px 4px 10px;
	background-image: url(images/Texture_cream_dk.jpg);
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 25px 0px 2px 0px;
}

.relatedLinks a:link{
	padding: 2px 0px 2px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 15px 0px 15px 10px;
	font-size: 11px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #guestbook styles **************/

p.gb-title    { 
	font-size: 130%;
	color: #334d55;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 10px;
	clear: right;
	float: left;
}
p.gb-subtitle    {
	font-size: 100%;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	float: none;
	clear: left;
}
div.gb              {
	padding: 0px;
	border: 1px solid #CCCCCC;
	line-height: 19px;
	background-image: url(images/Texture_cream.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.gb-author       {
	margin: 0px;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url("images/Texture_hellgruen.jpg");
}
p.gb-author-left    { font-size: 100%;color: #334d55; margin: 0px; float: left; }
p.gb-author-right   {
	font-size: 90%;
	margin: 0px;
	text-align: right;
}
div.gb-entry        { font-size: 11px;margin: 5px 5px 5px 10px; padding: 0px; }
p.gb-browse         {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
p.gb-admin-buttons  { margin: 5px 0px 0px 0px; text-align: right; }
table.gb-input {font-size: 90%; margin: 0px 0px 20px 10px;}

/************** # styles for php scripts of Alex **************/
.caution            { color: red; font-weight: bold; }
.caution ul			{ list-style: none; margin: 0; padding: 0; }
.small              { font-size: 11px; }
.comment            { margin: 10px 0px 0px 0px; color: #606060; font-style: italic; }
img                 {
	border: 0px;
	clear: none;
}
.newsletter {
	padding: 5px 20px;
	border: 1px solid #CCCCCC;
	background-image: url(images/Texture_cream.jpg);
	width: 90%;
	margin-bottom: 5px;
}
input.bbcode-button    { width: 65px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #efefef; }
.masthead1 {
	font-weight: bold;
	margin-left: 14px;
	font-size: 24px;
	padding: 0px;
}
.masthead2 {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
}

/*********** Forum styles ***************************/
form                   { display: inline; }
#top                   { margin: 0px 0px 0px 0px; height: 30px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; }
#top div.left          { margin: 0px; padding: 5px 0px 0px 0px; float: left; line-height: 1.5;}
#top div.right         { margin: 0px; padding: 0px 0px 0px 0px; text-align: right; }
p.usermenu             { margin: 0px 0px 5px 0px; font-size: 11px; }

.search                { display: inline; font-size: 11px; }
input.searchfield      { font-size: 11px; width: 140px; }
input.search-radio     { width: 12px; height: 12px; }

#topnav                {
	margin: 0px 0px 8px;
	padding: 0px;
	height: 22px;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image:  url("../../images/Texture_orange.jpg");
	border: 1px solid #ccc;
}
#topnav a {color: #334d55;}
#topnav div.left       {
	margin: 0px;
	padding: 4px 0px 0px 8px;
	float: left;
}
#topnav div.right      {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}

#bottomnav                {
	margin: 8px 0px 8px;
	padding: 0px;
	height: 22px;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image:  url("../../images/Texture_orange.jpg");
	border: 1px solid #ccc;
}
#bottomnav a {color: #334d55;}
#bottomnav div.left       {
	margin: 0px;
	padding: 4px 0px 0px 8px;
	float: left;
}
#bottomnav div.right      {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}

#bottom                { font-family:  arial, helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; color: #000000; 
border: 1px solid #ccc; background-image:  url("../../images/Texture_braun.jpg"); }
#bottom div.left       { margin: 0px; padding: 7px 0px 7px 20px; float: left; }
#bottom div.right      { margin: 0px; padding: 10px 20px 10px 0px; text-align: right; }

.postingheadline       { margin: 0px 0px 1px 0px;font-family:  arial, sans-serif; font-size: 12px; font-weight: bold; }
.posting               { margin-bottom: 19px; font-family:  arial, sans-serif; font-size: 11px; line-height: 14px; color: black; max-width: 850px; }
.author                { margin-top: 1px; font-family:  arial, sans-serif; font-size: 11px; line-height: 14px; color: black; font-style: italic; }
.postinganswer         { margin: 0px; padding: 10px 0px 0px 0px; float: left; }
.postingedit           { margin: 0px; padding: 10px 0px 0px 0px; text-align: right; }

h2.postingform         { margin: 0px 0px 0px 0px; }
p.postingforma         { margin: 3px 0px 0px 0px; }

.searchresults         { margin: 0px 0px 15px 0px; }

.actthread             { padding-left: 18px; color: #ff0000; font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }
.actreply              { padding-left: 16px; color: #ff0000; font-weight: bold; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }

.normal                { font-family:  arial, sans-serif; font-size: 12px; }
.thread                { font-family:  arial, sans-serif; font-size: 12px; }
.thrbeg                { font-family:  arial, sans-serif; font-size: 12px;  font-weight: bold; }
.aktuell               { font-family:  arial, sans-serif; font-size: 12px;  color: red; font-weight: bold; }
.small                 { font-family:  arial, sans-serif; font-size: 11px; }
.xsmall                { font-family:  arial, sans-serif; font-size: 11px; color: #808080; font-weight: normal; }
.caution               { font-family:  arial, sans-serif; font-size: 14px; color: red; font-weight: bold; }
.entryline             { margin: 0px 0px 10px 0px; border-top: 1px dotted #808080; border-left: 0; border-right: 0; border-bottom: 0; height: 1px; }

.admin-highlight       { color: red; }
.mod-highlight         { color: red; }
/* Zitierter text: */
.zitat                 { color: #aa0000; font-style: italic; }

/* Signaturen: */
.signature             { margin: 0px 0px 19px 0px; font-family:  arial, sans-serif; font-size: 11px; line-height: 16px; color: #808080; font-weight: normal; max-width: 850px; }

.userdata              { margin: 0px; padding: 0px; font-family:  arial, sans-serif; font-size: 12px; line-height: 16px; color: black; }
.online                { font-size: 11px; color: red; }
.code                  { font-family: courier-new, courier; font-size: 13px; color: #DD0000; }

/* darstellung der Kategorien: */
.category              { color: #004466; font-size: 11px; font-weight: normal; }

table.boardlesen       { border: 1px solid #aaa; }
td.autorcell           { width: 100%; width: 100px; padding-top: 7px; font-family:  arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: url(../../images/Texture_cream_med.jpg); }
div.autorcellwidth     { margin: 0px; padding: 0px; width: 100px; font-size: 1px; height: 1px; }
td.titlecell           { height: 5px; font-family:  arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: url(../../images/Texture_cream_med.jpg); }
td.titlecell .left     { margin: 0px; padding: 2px 0px 2px 0px; float: left; }
td.titlecell h2        { margin: 0px; font-family:  arial, helvetica, sans-serif; font-size: 11px; color : #000000; font-weight: bold; }
td.titlecell .right    { margin: 0px; padding: 2px 0px 2px 0px; text-align: right; }
.postingboard          { margin: 0px 0px 11px 0px; padding: 0px; font-family:  arial, sans-serif; font-size: 11px; line-height: 13px; color: black; max-width: 850px; }
td.postingcell         { width: 100%; font-family:  arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: url(../../images/Texture_cream.jpg); }

div.preview            { font-family:  arial, helvetica, sans-serif; font-size: 12px; margin: 0px 0px 10px 0px; padding: 10px 10px 0px 10px; color: #000000; border: 1px dotted red; }

/* Bord-Tabelle: */
table.board            { width: 100%; border: 1px solid #aaa; }
/* Die Bord-Tabellen-Überschrift: */
td.boardtab            { font-family:  arial, sans-serif; vertical-align: top; font-size: 11px; font-weight: bold; color: #000000; 
background:   url("../../images/Texture_hellgruen.jpg"); }
/* gerade Zeilen: */
td.boardtab-a          { font-family:  arial, sans-serif; vertical-align: top; font-size: 11px; font-weight: normal; color: #000000; background: url(../../images/Texture_cream_med.jpg); }
/* ungerade Zeilen: */
td.boardtab-b          { font-family:  arial, sans-serif; vertical-align: top; font-size: 11px; font-weight: normal; color: #000000; background: url(../../images/Texture_cream.jpg); }

/* für die Mix-Ansicht: */
.threadkl              { font-family:  arial, sans-serif; font-size: 11px; }
div.mixdivl            { }
div.mixthread          { background: #ffe8b7; padding: 0px; }
div.mixthreadbeg       { background: #ffdf9d; margin-bottom: 5px; padding: 5px; }

select.kat             { font-family:  arial, sans-serif; font-size: 11px; }

table.usertab          { width: 100%; border: 1px solid #aaa; }
td.userl               {
	width: 150px;
	vertical-align: top;
	background-image: url(../../images/Texture_cream_med.jpg);
}
td.userr               {
	vertical-align: top;
	background-image: url(../../images/Texture_cream.jpg);
}

table.admintab         { border: 1px solid #aaa; }
td.admintab-l          { width: 50%; vertical-align: top; font-family:  arial, sans-serif; font-size: 12px; background: url(../../images/Texture_cream_med.jpg); }
td.admintab-r          { width: 50%; vertical-align: top; font-family:  arial, sans-serif; font-size: 12px; background: url(../../images/Texture_cream.jpg); }

input.bbcode-button    { width: 65px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #efefef; }

/* auffälige Links (mit rotem Dreieck davor): */
a.textlink:link        { padding-left: 8px; text-decoration: none;  font-weight: bold; background-image:url(img/link.gif); background-repeat:no-repeat; background-position: top left; }
a.textlink:visited     { padding-left: 8px; text-decoration: none; font-weight: bold; background-image:url(img/link.gif); background-repeat:no-repeat; background-position: top left; }
a.textlink:hover       { padding-left: 8px; text-decoration: underline; font-weight: bold; background-image:url(img/link_mo.gif); background-repeat:no-repeat; background-position: top left;}
a.textlink:active      { padding-left: 8px; text-decoration: none; font-weight: bold; background-image:url(img/link.gif); background-repeat:no-repeat; background-position: top left; }

/* Homelinks (mit rotem Dreieck nach oben): */
a.homelink:link        { padding-left: 17px; text-decoration: none;  font-weight: bold; background-image:url(img/link_o.gif); background-repeat:no-repeat; background-position: top left; }
a.homelink:visited     { padding-left: 17px; text-decoration: none; font-weight: bold; background-image:url(img/link_o.gif); background-repeat:no-repeat; background-position: top left; }
a.homelink:hover       { padding-left: 17px; text-decoration: underline; font-weight: bold; background-image:url(img/link_moo.gif); background-repeat:no-repeat; background-position: top left;}
a.homelink:active      { padding-left: 17px; text-decoration: none; font-weight: bold; background-image:url(img/link_o.gif); background-repeat:no-repeat; background-position: top left; }

/* Links zu Threads: */
a.thread:link          { padding-left: 18px; text-decoration: none;  font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:visited       { padding-left: 18px; color:#004477; text-decoration: none;  font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:hover         { padding-left: 18px; text-decoration: underline;  font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:active        { padding-left: 18px; text-decoration: none;  font-weight: bold; background-image:url(img/topic.gif); background-repeat:no-repeat; background-position: top left; }

/* neue Threads: */
a.threadnew:link       { padding-left: 18px; text-decoration: none;  font-weight: bold; background-image:url(img/topic_new.gif); background-repeat:no-repeat; background-position: top left; }
a.threadnew:visited    { padding-left: 18px; text-decoration: none;  font-weight: bold; background-image:url(img/topic_new.gif); background-repeat:no-repeat; background-position: top left; }
a.threadnew:hover      {padding-left: 18px;text-decoration: underline;  font-weight: bold;background-image:url(img/topic_new.gif);background-repeat:no-repeat; background-position: top left; }
a.threadnew:active     { padding-left: 18px; text-decoration: none;  font-weight: bold; background-image:url(img/topic_new.gif); background-repeat:no-repeat; background-position: top left; }

/* Antworten: */
a.reply:link           { padding-left: 16px; text-decoration: none;   font-weight: normal; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:visited        { padding-left: 16px; text-decoration: none;   font-weight: normal; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:hover          { padding-left: 16px; text-decoration: underline;   font-weight: normal; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:active         { padding-left: 16px; text-decoration: none;   font-weight: normal; background-image:url(img/reply.gif); background-repeat:no-repeat; background-position: top left; }

/* Antworten in Suchergebnissen: */
a.reply-search:link    { padding-left: 18px; text-decoration: none; font-weight: bold; background-image:url(img/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:visited { padding-left: 18px; color: #004477; text-decoration: none; font-weight: bold; background-image:url(img/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:hover   { padding-left: 18px; text-decoration: underline; font-weight: bold; background-image:url(img/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:active  { padding-left: 18px; text-decoration: none; font-weight: bold; background-image:url(img/reply_s.gif); background-repeat:no-repeat; background-position: top left; }

/* Threads für Admin (wegen Markierungen): */
a.threadadmin:link     {text-decoration: none;  font-weight: bold; }
a.threadadmin:visited  {text-decoration: none;  font-weight: bold; }
a.threadadmin:hover    {text-decoration: underline; font-weight: bold; }
a.threadadmin:active   {text-decoration: none; font-weight: bold