
/* reset default margins and paddings 
 --------------------------------------------------------------------------- */

body, p, ul, ol, li, table, h1, h2, h3, hr {
	margin: 0;
	padding: 0;
}



/* common
 --------------------------------------------------------------------------- */

body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

small, .small {
	font-size:11px; 
}

code {
	color: #006600;
}

/*
code, textarea {
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
}
*/

em { /* bbcode quotes */
	color: #C43C82;
}

ul, ol {
	margin-left: 2.6em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, h2 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 1em;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
}

.www { /* for hidden formular elements, to fool spammers */
	display: none;	
}

hr {
	background: transparent url("hr.gif") top left repeat-x;
	border: 0;
	color: #888;
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding-left: 1.7em;
	padding-top: 0;
	padding-right: 1.7em;
	padding-bottom: 1.7em;
}

fieldset legend {
	padding-left: 0.1em;
	padding-top: 1.5em;
	padding-right: 0.1em;
	padding-bottom: 1.5em;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}


/* link design  */

a {
	text-decoration: none;
	color: #0063DC;
}

a:link {
}

/*
a.track:visited {
	color: #444;
}
*/

a:hover {
	/*border-bottom: 1px solid #FF0084;*/
	text-decoration: underline;
}

a.shy, .shy a, a.shy:visited, .shy a:visited {
	color: #000; 
}

a.shy:hover, .shy a:hover {
	color: #000;
	text-decoration: underline;
	border-bottom: 0;
}

a.external {
	background: url(icon-link4.gif) no-repeat;
	background-position: left 2px;
	padding-left: 13px;
}

h1 a, h2 a {
	color: #000;
}



/* header
  --------------------------------------------------------------------------- */

#header {
	background: #444 url("header-bg-gray.gif") top left no-repeat;
	height: 100px;
	padding: 0;
	position: relative;
	top: 0px;
}

/* mainmenu */
#header ul#mainmenu {
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 7%;
}

#header ul#mainmenu li {
	display: inline;
	line-height: 1em;
}

#header ul#mainmenu li a {
	background-color: #444;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #444;
	color: #DDD;
	display: block;
	float: left;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#header ul#mainmenu li.sel a {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
}

#header ul#mainmenu li a:hover {
	text-decoration: underline;
}


/* header h1 */
#header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	top: 10px;
}

#header h1 a {
	border: 0px;
	width: 350px;
	height: 52px;
	display: block;
	text-indent: -700em;
	text-decoration: none;
}



/* content
 --------------------------------------------------------------------------- */

div#topmsg {
	margin: 30px 7% 0px 7%;
	border: 2px solid #888;
	padding: 20px;
	background-color: #FFFF80;
	color: #888;
	font-size: 22px;
	line-height: 1.6em;
}
div#topmsg a {
	color: #888;
	text-decoration: underline;
}



div#cols {
	background-color: #fff;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 45px;
}

div#col1 {
	float: left;
	overflow: hidden;
	width: 71%;
	margin-right: 7%;
	margin-bottom: 50px;
}

div.col1only {
	width: 100% !important;
	/* border: 1px solid black; */
	margin-right: 0px;
}

div#col2 {
	float: left;
	color: #888;
	font-size: 11px;
	overflow: hidden;
	width: 20%;
	margin-bottom: 50px;
}

div#col2 h2 {
	margin-top: 25px;
}

div#col2 input {
	font-size: 11px;
}

div#col1 h1 {
	margin-top: 0em;
}

div#col2 h2:first-child {
	margin-top: 4px;
}

div#col2 ul {
	line-height: 1.0em;
	margin-left: 0;
}

div#col2 ul li {
	list-style: none;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

/* adsense look'n'feel*/

div#col2 h2, div#col2 p, div#col2 ul {
	padding-left: 9px;
}
div#col2 iframe {
}




/* headline blocks
 --------------------------------------------------------------------------- */

.headlineblock {
	margin: 0;
	padding-top: 16px;
	clear: left;
	font-size: 11px;
	
}

.headlineblock h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.headlineblock img {
	border: 0;
	margin: 0;
	margin-right: 16px;
	float: left;
}



/* footer
 --------------------------------------------------------------------------- */

#footer {
	background-color: #AAA;
	clear: both;
	color: #D1D1D1;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 7%;
}

#footer ul {
	float: left;
	margin: 0;
	margin-right: 30px;
}

#footer ul li {
	list-style: none;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}


#footer a, #footer a:link, #footer a:visited { 
	font-size: 11px;
	color: #D1D1D1;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	font-size: 11px; 
	color: #E1E1E1; 
	text-decoration: underline;
}




/* forum stuff
 --------------------------------------------------------------------------- */

textarea.quickreply	{
	width: 97%;
	background-color: #FFF;
}
					
td.layoutcell2 input.quickreply, td.layoutcell2 textarea.quickreply {
	background-color: #F6F6F6;
}

img {
	-ms-interpolation-mode: bicubic; /* s. http://www.silverjuke.net/forum/post.php?p=9779#9779 */
}

img.smile {
	vertical-align: middle;
}

/* paginate */
p.paginate {
}

p.paginate a, p.paginate a:visited, p.paginate b {
	border: 1px solid #777;
	color: #000;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

p.paginate b {
	background-color: #444;
	border: 1px solid #444;
	color: #EEE;
	font-weight: normal;
}

p.paginate a:hover {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}


/* pagination (small) */
small.paginate {
}

small.paginate a, small.pagination a:visited {
	border: 1px solid #888;
	color: #888;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

small.paginate a:hover {
	background-color: #eee;
	border: 1px solid #777;
	color: #000;
	text-decoration: none;
}




/* the layout table */
table.layout {
	border-collapse: collapse;
}

td.layouthead {
	background-color: #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;	
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px; /*2px as wider borders have a higher priority on collapse*/
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 1em;
	text-align: left;
}

td.layouthead a, td.layouthead a:visited, td.layouthead a:hover {
	color: #000;
}

td.layoutcell, td.layoutcell2 {
	border-top: 1px solid #888;
	padding: 4px;
	border-right: 0px;
	border-left: 0px;
}


td.spacer {
}

#layoutforumindex td.layoutcell {
	padding-bottom: 7px;
	padding-top: 7px;
}

#layoutforumindex td.layoutcell small {
	line-height: 1em;
}


#layoutviewforum td.layoutcell {
	padding-bottom: 5px;
	padding-top: 5px;
}


/* old, compatibility stuff */
td.hrright {
	border-right:1px solid #888;
}

td.hrrightbottom {
	border-right: 1px solid #888;
	/*border-bottom: 1px solid #888;*/
}

td.hrbottom	 {
	/*border-bottom: 1px solid #888;*/
}

div.note, pre.note, p.note, p.layout, p.error, div.error {
	background-color: #EEE;
	border: 1px solid #888;
	padding: 0.8em;
}

pre.note {
	color: #444;
}

