/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

.banner {
position: absolute;
margin-left: 400px;
margin-top: 10px;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* * Header * */
.htbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/htbg.gif);  }
.htl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/htl.gif) no-repeat top left; }
.htbg, .htl { height:19px;  }

.himp {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/himp.gif) no-repeat  0px 1px; }
.hkont {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hkont.gif) no-repeat  0px 1px; }
.himp, .hkont { padding: 1px 0px 0px 16px; font: 9px tahoma; }

.hbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hbg.gif); height:102px; }
.hl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hl.gif) no-repeat top left;height:102px; }

.hrgb { float:right; background: #F2F2F2 url(http://www.datenrettung-forum.ch/templates/emotion/images/hrbgl.gif) no-repeat top left;padding-left:11px;height:19px; }

.hsearch { padding: 77px 0px 0px 410px; line-height:0px;}
.hsearchinput { width:210px;height:16px;border: 1px solid #29BFF1; }
.hsearchinputopera { width:210px;height:20px;border: 1px solid #29BFF1; }
.hsearchbutton { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #29BFF1;font: 10px tahoma; }
/* * /Header * */

/* * Fly Menu * */

.clCMEvent{position:absolute; width:99%; height:99%; left:0; top:0; visibility:visible;z-index:1;}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0;z-index:1;}

.clB {position:absolute; visibility:hidden; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bpu.gif)no-repeat bottom;z-index:1;}
.clB2 {position:absolute;visibility:hidden; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bpu.gif)no-repeat bottom;z-index:1;}
  
.clHover, .clNormal { position:absolute; padding: 4px 0px 6px 24px;font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;text-decoration: none; z-index:1;}
.clNormal {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufm.gif); color: #05568F; z-index:1;}
.clHover {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufmh.gif); cursor:pointer;padding: 4px 0px 6px 24px; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;text-decoration: underline;color: #FF9900;z-index:1;}

.p { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttm.gif); }
.po{ background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttmh.gif); }

.p, .po { position:absolute; cursor:pointer;  }



/* * Content inkl. Sidebar * */
.sidebar { background: #D9E7ED url(http://www.datenrettung-forum.ch/templates/emotion/images/sidebarbg.gif) no-repeat bottom left; }

.forbut { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbut.gif); }
.forbut a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbuth.gif); }
.forbutom { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbutom.gif); }
.forbutom a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbuth.gif); }
.nuetzlbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbutt.gif); }
.nuetzlbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbutth.gif); }
.sonstigesbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutt.gif); }
.sonstigesbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutth.gif); }
.sonstigesbuttm { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttm.gif); }
.sonstigesbuttm a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutth.gif); }
.sonstigesbuttp { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttp.gif); }
.sonstigesbuttp a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttph.gif); }

.forbut, .forbutom, .nuetzlbutt, .sonstigesbutt, .sonstigesbuttm, .sonstigesbuttp  { display:block; width:200px; height:30px; } 

.forbut span, .forbutom span, .nuetzlbutt span, .sonstigesbutt span, .sonstigesbuttm span, .sonstigesbuttp span, .homebutt span, .faqbutt span {display:none;}

.bgbuttl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bgbuttl.gif); height:30px;} 

.homebutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/homebutt.gif);width:35px; height:30px; }
.homebutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/homebutth.gif); }
.faqbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/faqbutt.gif);width:31px; height:30px; }
.faqbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/faqbutth.gif); }

.homebutt, .faqbutt { float:right;display:block;  }

.naviauf a { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviauf.gif); text-decoration: none; }
.naviauf a:hover{ color: #FF9900; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif); text-decoration:underline;}
.naviaufs a { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviauf.gif); text-decoration: none; }
.naviaufs a:hover{  color: #FF9900; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);  text-decoration:underline;}

.naviauf a, .naviauf a:hover, .naviaufs a, .naviaufs a:hover { display:block;  padding-left:24px; padding-top:4px; width:176px; height:18px; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.naviaufa a, .naviaufa a:link, .naviaufa a:visited     {   background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif);  }
.naviaufa a:hover                                      {   background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif);  }
.naviaufsa a, .naviaufsa a:link, .naviaufsa a:visited  { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);    }
.naviaufsa a:hover                                     { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);    }

.naviaufa a, .naviaufa a:link, .naviaufa a:visited, .naviaufa a:hover , .naviaufsa a, .naviaufsa a:link, .naviaufsa a:visited, .naviaufsa a:hover { display:block; padding-left:24px; padding-top:4px; color: #FF9900;  width:176px; height:18px; text-decoration:underline; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }  

.naviabs { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviabs.gif); width:200px;height:11px;font-size:0px; }

.forbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forbg.gif); height: 32px; }
.forl {  background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forl.gif) no-repeat top left; height: 32px;  }
.forr {  background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forr.gif) no-repeat top right; height: 32px;  }
.fortitel {padding: 9px 0px 0px 12px; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.frl a { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/frl.gif) no-repeat  0px 2px; padding: 0px 0px 0px 18px; }
.frl a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/frlh.gif) no-repeat  0px 2px; padding: 0px 0px 0px 18px;  }


/* * Login Box * */
.boxl { padding: 12px; }
.boxlp { padding: 0px 12px 12px 12px; }
.boxl_1 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_1.gif) no-repeat top left; }
.boxl_11 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_11.gif) no-repeat top left; }
.boxl_2 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_2.gif); }
.boxl_3 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_3.gif) no-repeat top right; }
.boxl_1, .boxl_11, .boxl_2, .boxl_3 { height:27px; }

.uberschrift { padding:6px 0px 0px 24px; font: bold 11px Tahoma;color: #05558E;}

.boxl_cont { background: #F2F2F2;border-right: 1px solid #959594;border-left: 1px solid #959594;padding:6px; font:  11px  Tahoma; }

.boxl_4 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_4.gif) no-repeat top left; }
.boxl_5 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_5.gif); }
.boxl_6 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_6.gif) no-repeat top right; }
.boxl_4, .boxl_5, .boxl_6 { height:5px; font-size:0; }
/* * /Login Box * */

.breadk { padding:6px 0px 0px 6px; }
.bread  { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bread.gif) no-repeat  0px 4px; padding: 0px 0px 0px 9px; }

.und1 { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/und1.gif) no-repeat bottom right;padding: 0px 0px 5px 0px;color:#05568F; font: bold 10pt verdana;}
.pib  { border-left: 5px solid #FFC600; padding: 3px 3px 3px 3px;}
.pibu { border: 1px solid #959594;  margin-top: 2px; }
/* * /Content inkl. Sidebar * */

/* * Footer* */
.footl { float:left;background: url(http://www.datenrettung-forum.ch/templates/emotion/images/footl.gif) no-repeat top left;width:200px;height:55px;}
.footllinkpos { padding:10px 0px 0px 86px; }

.footr { padding:0px 10px 0px 0px;margin-left:210px;height:55px;font: 10px tahoma;}

.footborder { border-top:5px solid #D9E7ED; }

.footlink {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/footlink.gif) no-repeat  0px 4px; padding: 0px 0px 0px 9px; font: 10px tahoma; }
.foottextright { float:right;text-align:right; }
/* * /Footer * */
.wioalttext{font-size:10px;color:#666666;text-decoration:none;}
.wioalttext a:link{color:#666666;text-decoration:none;}
.wioalttext a:visited{color:#666666;text-decoration:none;}
.wioalttext a:hover, .wioalttext a:active{color:#000000;text-decoration:none;background:#FFFFFF;}

span.durch{text-decoration:line-through}

body {
	background-color: #F2F2F2;
    color: #373737;font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    margin: 0px 0px 0px 0px; padding: 0px;}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #05568F; }
a:hover		{ text-decoration: underline; color : #FF9900; }
hr	{ height: 0px; border: solid #F3F5F6 0px; border-top-width: 1px #959594;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #959594; border: 0px # solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #959594; border: 0px # solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EBEBEE;border-top: #F3F4F5 1px solid;
	border-left: #F3F4F5 1px solid; }
td.row2	{ background-color: #F2F2F2; }
td.row3	{ background-color: #F3F5F6; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #959594;
		background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #313131; font-size: 11px; font-weight : bold;
	background-color: #05568F; height: 18px;
	background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(http://www.datenrettung-forum.ch/templates/emotion/images/cellpic1.gif);
			background-color:#F3F5F6; border: #; border-style: solid; height: 22px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 22px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #959594; border-style: solid; height: 18px;
}
td.row3Right,td.spaceRow {
	background-color: #F3F5F6; border: #; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #373737;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #373737; }
a.gen,a.genmed,a.gensmall { color: #05568F; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF9900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #373737 }
a.mainmenu		{ text-decoration: none; color : #05568F;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF9900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #05568F}
a.cattitle		{ text-decoration: none; color : #05568F; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #05568F; }
a.forumlink 	{ text-decoration: underline; color : #05568F; }
a.forumlink:hover{ text-decoration: underline; color : #FF9900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #373737;}
a.nav			{ text-decoration: none; color : #05568F; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #373737; }
a.topictitle:link   { text-decoration: none; color : #05568F; }
a.topictitle:visited { text-decoration: none; color : #05568F; }
a.topictitle:hover	{ text-decoration: underline; color : #FF9900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #373737;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #373737; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #05568F }
a.postlink:visited { text-decoration: none; color : #05568F; }
a.postlink:hover { text-decoration: underline; color : #FF9900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #F3F5F6; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #F3F5F6; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #373737; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #373737;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #373737;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
    border: 1px solid #959594;
    font: 13px tahoma;
    color:#05558E;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #959594;font: 10px tahoma;color:#05558E;
}

/* The main submit button option */
input.mainoption {
	background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #959594;font: 10px tahoma;color:#05558E;
}

/* None-bold submit button */
input.liteoption {
	background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #959594;font: 10px tahoma;color:#05558E;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #F2F2F2; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("http://www.datenrettung-forum.ch/templates/emotion/formIE.css");


.htbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/htbg.gif);  }
.htl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/htl.gif) no-repeat top left; }
.htbg, .htl { height:19px;  }

.himp {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/himp.gif) no-repeat  0px 1px; }
.hkont {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hkont.gif) no-repeat  0px 1px; }
.himp, .hkont { padding: 1px 0px 0px 16px; font: 9px tahoma; }

.hbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hbg.gif); height:102px; }
.hl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hl.gif) no-repeat top left;height:102px; }

*html .hbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hbg.gif) repeat-x top left; }
*html .hl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hl.gif) no-repeat top left; }

.hrgb { float:right; background: #F2F2F2 url(http://www.datenrettung-forum.ch/templates/emotion/images/hrbgl.gif) no-repeat top left;padding-left:11px;height:19px; }

.hsearch { padding: 77px 0px 0px 410px;line-height:0px; }

.hsearchinput { width:210px;height:16px;border: 1px solid #29BFF1;font: 12px tahoma;padding-left:3px; }
.hsearchinputopera { width:210px;height:20px;border: 1px solid #29BFF1; }
.hsearchbutton { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #29BFF1;font: 10px tahoma; }
.hsearchinputneu { width:210px;height:16px;border: 1px solid #959594;font: 12px tahoma;padding-left:3px; }
.hsearchbuttonneu { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/hsb.gif); height:20px;border: 1px solid #959594;font: 10px tahoma;color:#05558E; }

.clCMEvent{position:absolute; width:99%; height:99%; left:0; top:0; visibility:visible;z-index:1;}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0;z-index:1;}

.clB {position:absolute; visibility:hidden; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bpu.gif)no-repeat bottom;z-index:1;}
.clB2 {position:absolute;visibility:hidden; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bpu.gif)no-repeat bottom;z-index:1;}

.clHover, .clNormal { position:absolute; padding: 4px 0px 6px 24px;font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;text-decoration: none; z-index:1;}
.clNormal {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufm.gif); color: #05568F; z-index:1;}
.clHover {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufmh.gif); cursor:pointer;padding: 4px 0px 6px 24px; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;text-decoration: underline;color: #FF9900;z-index:1;}

.p { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttm.gif); }
.po{ background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttmh.gif); }

.p, .po { position:absolute; cursor:pointer;  }

*html .p { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttm.gif);margin-top:0px; }
*html .po{ background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbuttmh.gif); }




/* * Content inkl. Sidebar * */
.sidebar { background: #D9E7ED url(http://www.datenrettung-forum.ch/templates/emotion/images/sidebarbg.gif) no-repeat bottom left; }

.forbut { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbut.gif); }
.forbut a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbuth.gif); }
.forbutom { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbutom.gif); }
.forbutom a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/forbuth.gif); }
.nuetzlbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbutt.gif); }
.nuetzlbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/nuetzlbutth.gif); }
.sonstigesbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutt.gif); }
.sonstigesbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutth.gif); }
.sonstigesbuttm { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttm.gif); }
.sonstigesbuttm a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbutth.gif); }
.sonstigesbuttp { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttp.gif); }
.sonstigesbuttp a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/sonstigesbuttph.gif); }

.forbut, .forbutom, .nuetzlbutt, .sonstigesbutt, .sonstigesbuttm, .sonstigesbuttp  { display:block; width:200px; height:30px; }

.forbut span, .forbutom span, .nuetzlbutt span, .sonstigesbutt span, .sonstigesbuttm span, .sonstigesbuttp span, .homebutt span, .faqbutt span {display:none;}

.bgbuttl { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bgbuttl.gif); height:30px;}

.homebutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/homebutt.gif);width:35px; height:30px; }
.homebutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/homebutth.gif); }
.faqbutt { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/faqbutt.gif);width:31px; height:30px; }
.faqbutt a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/faqbutth.gif); }

.homebutt, .faqbutt { float:right;display:block;  }

.naviauf a { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviauf.gif); text-decoration: none; }
.naviauf a:hover{ color: #FF9900; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif); text-decoration:underline;}
.naviaufs a { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviauf.gif); text-decoration: none; }
.naviaufs a:hover{  color: #FF9900; background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);  text-decoration:underline;}

.naviauf a, .naviauf a:hover, .naviaufs a, .naviaufs a:hover { display:block;  padding-left:24px; padding-top:4px; width:176px; height:18px; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.naviaufa a, .naviaufa a:link, .naviaufa a:visited     {   background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif);  }
.naviaufa a:hover                                      {   background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufh.gif);  }
.naviaufsa a, .naviaufsa a:link, .naviaufsa a:visited  { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);    }
.naviaufsa a:hover                                     { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviaufs.gif);    }

.naviaufa a, .naviaufa a:link, .naviaufa a:visited, .naviaufa a:hover , .naviaufsa a, .naviaufsa a:link, .naviaufsa a:visited, .naviaufsa a:hover { display:block; padding-left:24px; padding-top:4px; color: #FF9900;  width:176px; height:18px; text-decoration:underline; font: bold 10px  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.naviabs { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/naviabs.gif); width:200px;height:11px;font-size:0px; }

.forbg { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forbg.gif); height: 32px; }
.forl {  background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forl.gif) no-repeat top left; height: 32px;  }
.forr {  background: url(http://www.datenrettung-forum.ch/templates/emotion/images/forr.gif) no-repeat top right; height: 32px;  }
.fortitel {padding: 9px 0px 0px 12px; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }

.frl a { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/frl.gif) no-repeat  0px 2px; padding: 0px 0px 0px 18px; }
.frl a:hover { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/frlh.gif) no-repeat  0px 2px; padding: 0px 0px 0px 18px;  }



.boxl { padding: 12px; }
.boxlp { padding: 0px 12px 12px 12px; }
.boxl_1 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_1.gif) no-repeat top left; }
.boxl_11 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_11.gif) no-repeat top left; }
.boxl_2 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_2.gif); }
.boxl_3 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_3.gif) no-repeat top right; }
.boxl_1, .boxl_11, .boxl_2, .boxl_3 { height:27px; }

.uberschrift { padding:6px 0px 0px 24px; font: bold 11px Tahoma;color: #05558E;}

.boxl_cont { background: #F2F2F2;border-right: 1px solid #959594;border-left: 1px solid #959594;padding:6px; font:  11px  Tahoma; }

.boxl_4 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_4.gif) no-repeat top left; }
.boxl_5 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_5.gif); }
.boxl_6 { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/boxl_6.gif) no-repeat top right; }
.boxl_4, .boxl_5, .boxl_6 { height:5px; font-size:0; }


.breadk { padding:6px 0px 0px 6px; }
.bread  { background: url(http://www.datenrettung-forum.ch/templates/emotion/images/bread.gif) no-repeat  0px 4px; padding: 0px 0px 0px 9px; }

.und1 { background:url(http://www.datenrettung-forum.ch/templates/emotion/images/und1.gif) no-repeat bottom right;padding: 0px 0px 5px 0px;color:#05568F; font: bold 10pt verdana;}




.footl { float:left;background: url(http://www.datenrettung-forum.ch/templates/emotion/images/footl.gif) no-repeat top left;width:200px;height:55px;}
.footllinkpos { padding:10px 0px 0px 86px; }

.footr { padding:0px 10px 0px 0px;margin-left:210px;height:55px;font: 10px tahoma;}

.footborder { border-top:5px solid #D9E7ED; }

.footlink {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/footlink.gif) no-repeat  0px 4px; padding: 0px 0px 0px 9px; font: 10px tahoma; }
.footlink1 {background: url(http://www.datenrettung-forum.ch/templates/emotion/images/footlink.gif) no-repeat  0px 4px; padding: 0px 0px 0px 29px; font: 10px tahoma; }
.foottextright { float:right;text-align:right; }

.wioalttext{font-size:10px;color:#666666;text-decoration:none;}
.wioalttext a:link{color:#666666;text-decoration:none;}
.wioalttext a:visited{color:#666666;text-decoration:none;}
.wioalttext a:hover, .wioalttext a:active{color:#000000;text-decoration:none;background:#FFFFFF;}

span.durch{text-decoration:line-through}