/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * yacCMS - yet another crazy Content Management System
 * Homepage: http://yaccms.fanciless.de
 * (c) 2007 Andreas Dietzel
 * see docs/license.txt for license details 
 *
 * content.css - basic content CSS-Stylesheet
 * 
 * Design: yaccms
 * Author: Andreas Dietzel
 * Last changed: 2007-11-04
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*** schriftformate ***/
body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4
{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
}

h1
{
	font-size: 1.6em;
	padding-top: 1em;
}

h2
{
	font-size: 1.4em;
	padding-top: 0.5em;
}

h3
{
	font-size: 1.2em;
	border-bottom: 2px solid #ddd;
}

h4
{
	font-size: 1em;
}

strong, b
{
	font-weight: bold;
}

em, i
{
    font-style: italic;
}
pre, code
{
    font-family: "Courier New", Courier, monospace;
}

small
{
	color: #888;
}


.signature
{
	font: normal 0.7em Verdana, Arial, sans-serif;
 	border-top: 1px solid #adadad;
	color: #adadad;
	text-align: center;
	clear:both;
	margin: 0px 5px;
}

.onlineList
{
	float: left;	
	font: normal 0.8em Verdana, Arial, sans-serif;
	color: #8d8d8d;
	margin: 0em 0em 1em 2em;
}

.pageInfo
{
	float:right;
	font: normal 0.7em Verdana, Arial, sans-serif;
	color: #adadad;
	padding-right: 1em;
}

/*** links **/
a, a em.file
{
    color: #BD1A2C;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:focus
{
    text-decoration: underline;
}

/*** externe links ***/
#main a[href^="http:"], #main a[href^="https:"]
{
    /*padding-left: 12px;*/

}

#main a.imagelink
{
    padding-left: 0;
    background: transparent;
}


/*** tabellen ***/
table
{
	border-collapse: collapse;
}

table thead
{
	border: 1px solid #DADADA;
}

table th
{
	text-align: left;
	/*background:#D1DEFF;*/
	background: url('../img/bg_nav_lev0b.png') repeat-x;
	height: 24px;
	padding-left: 0.2em;
}
tr
{
	background: #ffffff;
}
tr:hover
{
	background: #FAF0F0;
}

tr.odd
{
	background: #ffffff;
}

tr.even
{
	background: #F7F7F7;
}

tr.odd:hover
{
	background: #FAF0F0;
}
tr.even:hover
{
	background: #F7EBEB;
}
table td
{
	padding: 0.1em 0.2em;
}

td.action,
td.action img
{
	vertical-align: middle;
	color:#000;
	padding: 0em 0.1em;
}

td.id
{
	text-align: right;
}




/** bbcode-styles **/
.BBError
{
	font-weight: bold;
	color: #f00;
}

.BBContainer
{
	width:auto;
	border: 1px solid #ddd;
}
.BBButton
{
	float:left;
	margin: 0.5em 0em;

}

.BBPreview
{
	width: auto;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 1em 0em;
}

.BBImg
{
	margin: 4px;
}
.smileyItem
{
	float:left;
	cursor:pointer;
	margin: 0.2em;
}

.quote
{
	background: #FFEEEE;
	width: 90%;
	margin: 10px 0px 0px 20px;
	padding: 0.5em;
	border: 1px solid #bbb;
}


/*-----------------------*/

.register
{
	line-height: 1.7em;
}
.register .desc
{
	font-size: 70%;
	color: #888;
}


/* ------------------------ */
/* -- Columns for BBCode -- */

.columns {
	width: 100%;
	padding: 0 1px 0 1px;
	margin: 0 -1px 0 -1px;
	overflow:hidden;
}

.c50, .c25, .c33, .c38, .c66, .c75, .c62, .c40, .c20 {float: left; overflow: hidden; margin: 1%;}

.c25 { width: 22.999%; }
.c33 { width: 31.333%; }
.c50 { width: 47.999%; }
.c66 { width: 64.666%; }
.c75 { width: 72.999%; }
.c38 { width: 36.196%; } /* Goldener Schnitt */
.c62 { width: 59.803%; } /* Goldener Schnitt */

.c40 { width: 37.999%; }
.c20 { width: 17.999%; }

/*-----------------------*/
#sidebartoggle
{
	font-size: 0.8em; 
	color:#aaa; 
	cursor:pointer;
}