/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(bg.gif);
	padding-right: 3px;
}

#container
{
margin: 1em auto;
width: 1100px;
background-color: #fff;
border: 1px solid #676767;
}

/* Header */
#header {
	height: 94px;
	width: 100%;
	background-image:url(header_psybnc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Hauptframe */
#contents {
	margin: 0 13px 13px 170px;
	background-image: url(content_psybnc.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 20px 5px 5px 5px;
	border: 1px solid #676767;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    font-family: verdana;
    color: #000000;
}
#contents p { line-height: 120%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.fcell {color: #FDDE39}

/* Footer */
#footer
{
background-color: #144E56;
clear: both;
color: #FF7300;
text-align: left;
font-size: 90%;
padding: 5px;
font: bold;
}

/* Begin-Navigation */
#menu {
	float: left;
	width: 139px;
	padding-left: 5px;
	padding-bottom: 5px;
	display: inline;
}

#navi {font-size: 80%; padding: 0px 4px 4px 4px; float: left;}

#navi2 {padding: 0px 0px 4px 0px; width: 143px;}

#menutop {
	background-image: url(navitop.gif);
	width: 143px;
	border: solid 1px #888888;
	display: block;
	height: 16px;
}
/* End-Navigation */

/* Begin-Navigationlinks */
a.nav {
display: block;
width: 143px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
border: solid 1px #cccccc;
line-height: 15px;
}

a.nav:hover {
border: solid 1px #336699;
background-color:#f0f9ff;
line-height: 15px;
}

.navtopic {
display: block;
width: 143px;
background:#144E56;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #FFFFFF;
border: solid 1px #888888;
}
/* End-Navigationlinks */

/* Begin-links */
a:link { color: #144E56; }
a:visited { color: #600; }
a:hover, a:active {color: #FF7300; background-color: #144E56;}
/* End-links */

/* Begin-pre */
pre.box {
	color: #333;
	background-color: #f0f9ff;
	padding: .5em 1em;
	margin-left: 0;
	border-style: dashed; 
	border-width: 1px; 
	border-color: black;
	padding-right: 5px;
}

pre.box2 {
	color: #333;
	background-color: #F5F5F5;
	padding: .5em 1em;
	margin-left: 0px;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	padding-right: 3px;
    font-family:verdana;
    font-size:9px;
}

pre.box3 {
	color: #333;
	background-color: #F5F5F5;
	padding: .5em 1em;
	margin-left: 0px;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	padding-right: 3px;
	font-size:10px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* End-pre /*

/* Begin-Finetuning */

.smilie1 {font-family: Arial, Helvetica, sans-serif}

.smilie2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.rot {color: #FF0000}

.gruen {color: #144E56; text-decoration: underline;}

.rahmen { border:1px dotted}

.underline { text-decoration: underline;}

tr {font-family: Arial, Helvetica; font-size: 12px;}

hr{
height: 2px; 
border-style: dashed;
border-width: 1px; 
border-color: black;
}
/* End-Finetuning */