 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
}

/* General font families for common tags */
a:link,a:active,a:visited { color : #757978; }
a:hover		{ text-decoration: none; color : #757978; }
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 solid #CCCCCC; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #cccccc solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #EFEFEF; }
td.row3	{ background-color: #D1D7DC; }
td.row4       { background-color: #F8F8F8; }


/*
  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: #E9E9E9;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #757978; font-size: 10px; font-weight : bold;
	background-color: #E1E1E1; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#E9E9E9; 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: #E6E6E6; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 10px; 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;
	text-transform: uppercase;
}
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 13px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px;; line-height:14px;}
.genmed { font-size : 11px; line-height:14px;}
.gensmall { font-size : 11px;; line-height:14px;}
.gen,.genmed,.gensmall { color : #666666; }
a.gen,a.genmed,a.gensmall { color: #757978; 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 : 10px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #757978;  }
a.mainmenu:hover{ text-decoration: underline; color : #757978; }


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color : #333333;
	text-transform: uppercase;
	padding-left:4px;
}
a.cattitle		{ text-decoration: none; color : #666666; }
a.cattitle:visited	{ text-decoration: none; color : #666666; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #D7021C; ; line-height:14px;}
a.forumlink 	{ text-decoration: none; color : #D7021C; }
a.forumlink:visited 	{ text-decoration: none; color : #D7021C; }
a.forumlink:hover{ text-decoration: underline; color : #D7021C; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #333333; }
a.nav			{ text-decoration: none; color : #d7021c; }
a.nav:visited	{ text-decoration: none; color : #d7021c; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #D7021C; }
a.topictitle:visited { text-decoration: none; color : #D7021C; }
a.topictitle:hover	{ text-decoration: underline; color : #D7021C; }


/* 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 : 11px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height:14px;}
a.postlink:link	{ text-decoration: none; color : #D7021C}
a.postlink:visited { text-decoration: none; color : #D7021C; }
a.postlink:hover { text-decoration: underline;}


/* 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: #999999; letter-spacing: -1px;}
.copyright	a	{ color: #FF9900; text-decoration: none;}
.copyright a:visited	{ color: #FF9933; text-decoration: none;}
.copyright a:hover { color: #D7021C; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input {
	padding-right: 3px;
	padding-left: 3px;
}

/* 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 Logo Background.
.logobg	{ background-color: #E2E2E4; border: 1px #98AAB1 solid; }

/* This is the outline round the images folder table */
.foldersline	{ background-color: #EFEFEF; border: 1px #cccccc solid; }

/* The new maintitle */
.newtitle { font-weight: bold; font-size: 10px; color : #757978; }

.orange {
	color: #D7021C;
}
a.orange {
	color: #D7021C;
}
a.orange:visited {
	color: #D7021C;
}
a.orange:hover {
	text-decoration: none;
	color: #D7021C;
}


#top_nav {
clear: both;
\width: 190px;
w\idth: 175px;
float: left; 
padding: 10px 0 0 15px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.3em;
float:left;
}

#top_nav h1 {
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #545252;
}

#top_nav ul {
margin: 0 0 20px 10px;
list-style: none;
padding: 0px;
}

#top_nav ul li {
color: #D7021C;
padding: 0 0 3px 0;
font-weight: bold;
}

#top_nav ul li a {
text-decoration: none;
color:#D7021C;
}

#top_nav ul li a:hover {
text-decoration: underline; 
color:#D7021C;
}



.noborder {
	border: none;
}
.main_bg {
	background-image: url(images/bgforum.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



#footer{
	clear: both;
	background: url(images/bg_footer.jpg) bottom left repeat-x;
	text-align: center; 
	padding-top: 20px;
	width:100%;
}


#inner_footer{
	font-size: 0.9em; 
	height: 6em; 
	width: 950px; 
	margin: auto; 
	background: url(images/surftip.gif) 1.4em bottom no-repeat; 
	text-align: left; 
	color: #666;
}

#inner_footer a{color: #666;}

td.icon_padding {
padding-left:30px;
padding-top:10px;
}

.text_padding {
margin-left:70px;
margin-top:29px;
letter-spacing:0px;
font-weight:normal;
color:#333;
font-family:Geneva,Helvetica,sans-serif;
font-size:20px;
}

.text_padding_ex {
margin-left:10px;
margin-top:29px;
letter-spacing:0px;
font-weight:normal;
color:#333;
font-family:Geneva,Helvetica,sans-serif;
font-size:20px;
float:left;
}

#footer_navi {
float: right;
padding-top: 1.2em;
text-align:right;
}

#surftip {
padding: 1.2em 0 0 16px;
}

.btn_neuanmeldung {
margin-left:140px;
background-image:url(images/neuanmeldung.jpg);
width:307px;
height:69px;
display:block;
}

.btn_neuanmeldung:hover, .btn_neuanmeldung:active, .btn_neuanmeldung:focus {
margin-left:140px;
background-image:url(images/neuanmeldung_hover.jpg);
}




/* BOXEN MIT ABGERUNDETEN ECKEN */
/* Wrapper für die Box wird benötigt*/
.roundcorner_head {
  background: url(http://www.handy-mc.de/fileadmin/img/li_o1.gif) top left no-repeat;
}

.roundcorner_head div {
  background: url(http://www.handy-mc.de/fileadmin/img/re_o1.gif) top right no-repeat;
  height: 11px;
  font-size: 1px; line-height: 1px;
}

.roundcorner_footer {
  background: url(http://www.handy-mc.de/fileadmin/img/li_u1.gif) bottom left no-repeat;
  margin-bottom: 25px;
}

.roundcorner_footer div  {
  background: url(http://www.handy-mc.de/fileadmin/img/re_u1.gif) bottom right no-repeat;
  padding: 11px 0 0 0;
  /*height: 11px;*/
  font-size: 1px; line-height: 1px;
}
.roundcorner_content{
 border: solid #eaeaea; 
 background-color: #f2f2f2; 
 border-width: 0px 3px; 
 padding: 5px 10px;
}

.roundcorner_content input {
	padding:3px;
	height:20px;
}

.roundcorner_content a:link, .roundcorner_content a:active, .roundcorner_content a:visited { 
	text-decoration: underline;
	color : #d7021c;
}

.roundcorner_content a:hover {
	text-decoration: underline;
	color : #d7021c;
}


/*____________________________________________________________________________________ LOGIN LINKE SEITE ___*/
#loginstat_small{font-size: 0.95em;width: 135px;}
#loginstat_small label{display: block;}
#loginstat_small input{padding: 1px 2px; margin: 0 0 2px;}
#loginstat_small input.grey{color: #999;}

#loginstat_small input.submit{
 background: url(http://www.handy-mc.de/fileadmin/img/bg_button.jpg) 0 0 repeat-x;
 border:1px outset #ccc;
 padding:4px;
 height:auto;
}

#navi .box_navi_content{
 \width: 157px; 
 w\idth: 151px; 
 border: solid #f4f4f4; 
 border-width: 0 3px; 
 background-color: #f4f4f4;
}
#navi .box_navi_content h3{padding: 0 0 0 8px;margin-top:0px;margin-bottom:4px;font-size:1em;}
#navi .box_navi_content h3 a{color: #545252; text-decoration: none;}
#navi .box_navi_content ul{margin: 0;}
#navi .box_navi_content ul li{
 background: url(http://www.handy-mc.de/fileadmin/img/pfeil_grau.gif) 7px 0.8em no-repeat; 
 padding: 3px 2px 3px 18px;
}
#navi .box_navi_content ul li.dunkel{background-color: #e9e9e9;}
#navi .box_navi_content ul li a{color: #545252; font-weight: normal;}
#navi .box_navi_oben, .box_navi_unten{height: 14px; width: 157px; font-size: 0;}
#navi .box_navi_oben{background-image: url(http://www.handy-mc.de/fileadmin/img/box_navi_oben.gif);}
#navi .box_navi_unten{background-image: url(http://www.handy-mc.de/fileadmin/img/box_navi_unten.gif); margin-bottom: 25px;}
