html {
	margin:0;
	padding:0;
}

#head, #main, #footer {
	width: 830px !important;
}


#print_footer, #print_head {
	display: none;
}


body {
	margin: 10px 0 10px 0;
	padding:0;
	color : #465675;
	background: url(../images/back.gif);
	background-color: #303030;
}

.hideONjs {
	display: none;
}

html,body,td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h4 {
	color: #cf6a67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #cf6a67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
}

h6 {
	color: #cf6a67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
}

ul {
	/*	margin: 0px 0px 0px 0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	width: auto;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 30px;
	padding: 0 0 0 0;
}


hr {
	background: transparent;
	height:1px;
	border: 1px solid #314B77;
}

hr.separator {
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}


/*-------------------- HEAD --------------------*/

#head {
	height: 160px;
	background-color: #f7a013;
}

#banner {
	width: 830px;
	height: 143px;
	background: url(../images/head.png) no-repeat;
}

#COlogin {
	background-color: #f7a013;

	position: relative;
	margin: 0;

	padding: 0px;
	padding-right: 15px;

	vertical-align: middle;
	
	top: -13px;	
	left: 177px;
	/* top: 85px;	
	left: 415px; */
	height: 35px;
	width: 400px;
	
	text-align: right;
}

#COlogin table {
	padding: 0;
	margin: 0;
	margin-top: 4px;
}
#COlogin td {
	padding: 0;
	margin: 0;
}
#COlogin tr {
	padding: 0;
	margin: 0;
}
#COlogin form {
	padding: 0;
	margin: 0;
}

#COlogin .loginImage {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
}

/* IE6-fix START */
/* nicht ben?tigt, wenn im template der <xml eintrag raus ist und behebt dann gleichzeitig andere Fehler.
* html #COlogin { 
	left: 193px;
}
*/
* html #COlogin .loginImage {
	bottom: -1px;
}
/* IE6-fix ENDE */

#COlogin a:hover {
	color: white;
}

#COlogin img {
	margin-left: 4px;
}

/*-------------------- MAIN --------------------*/

#main {
	padding: 0 0 0 0 !important;
	background: #fff;
}

#content {
	/*width: 600px !important;*/
	
	height: 400px;
	vertical-align: top;
	padding: 0px 5px 20px 4px;

}

#content .contentDIV {
	/*overflow: auto;*/
	padding: 0;
	margin: 0;
}


/*-------------------- NAVIGATIONSLEISTE --------------------*/

#left {
	width: 232px !important;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background: url(../images/left.gif) repeat-y;
	background-color: #ffeed4;
}

#left div {
	padding: 0px !important;
}

#left img {
	padding: 0px !important;
	margin: 0px !important;
	/* display: block; */
}

#left .sublevel, #left .mainlevel {
	border-bottom: 1px dotted #666;
}

#left .mainlevel {
	display: block;
	width: 214px !important;

	margin: 0;
	padding: 0 0 0 20px;
}



a.mainlevel, a.mainlevel:link, a.mainlevel:visited {
	color: #666;
	text-decoration:none;
	font-size: 12pt;
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica;
	text-align: left;
}
a.mainlevel:hover {
	color: #f7a013;
}

/* "Wandelnder Punkt": */
/*
#left a.mainlevel:hover {
	color: #2D2D2D;
	border-left: solid 16px #013064;
	padding: 0 0 0 4px;
}
*/

.mainlevel#active_menu {
	color: #ffffff;
	background-color: #013064;
	padding: 0 0 0 4px;
	border-left: solid 16px #013064;
}

#active_menu.mainlevel {
	color: #f7a013;
}


a.sublevel, a.sublevel:link, a.sublevel:visited {
	font-size: 10pt;
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica;
	color: #3D4E6D;
	text-align: left;
	text-decoration: none;

	padding: 0;
	margin: 0;
	display: block;
}

.sublevelkat {
	border-left: solid 16px #013064;
}

.sublevel1 {
	border-left: solid 16px transparent;
}

.sublevel:first-letter {
	margin-left: 2px;
}

.sublevel2:first-letter {
	margin-left: 12px;
}

.sublevelkat2 {
	border-left: solid 16px #96b1ce;
}


#active_menu.sublevel {
	color: #f7a013;
}

#active_menu.sublevel1 {
	color: #ffffff;
}

#active_menu.sublevel1 {
	background-color: #96b1ce;
}

a.sublevel:hover {
	color: #f7a013;
}

a.sublevel1:hover {
	/* "Wandelnder Punkt": */
	/*
	color: #2D2D2D;
	border-left: solid 16px #96b1ce;
	*/
}

#communitybar {
	margin-top: 10px;
	margin-left: 16px;
}

#COonline {
	color: #3D4E6D;
	margin-top: 20px;
	margin-left: 50px;
}

#COonline span {
	margin-left: 10px;
	
}

#COonline img {
	border: 0;
}

#COonline ul {
	list-style-type: none;
	padding-left: 7px;
	margin-left: 7px;
}


/*-------------------- Rechte Leiste --------------------*/

#right {
	vertical-align: top;
	max-width: 152px !important;
	overflow: auto;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	padding-top: 40px;
}

#right table {
	padding-bottom: 10px;

	border-bottom: solid 1px #dddddd;
}


.moduletable_latestBlogEntries {
	padding-top: 20px;
	text-align: left;
}

.blog-latest {
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 15px;
}
/*-------------------- Werbebanner --------------------*/
#user2 {
	vertical-align: top;
	max-width: 150px !important;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
#user2 img {
	margin: 0;
	padding: 0;	
}

#user2 table {
	margin: 0;
	padding: 0;	
	padding-bottom: 10px;
}
#user2 tr {
	margin: 0;
	padding: 0;	
}
#user2 td {
	margin: 0;
	padding: 0;	
}
/*-------------------- Newsletter --------------------*/
#user3 {
	vertical-align: top;
	max-width: 150px !important;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


/*-------------------- Steuerelemente --------------------*/


.button {
	color: #ffffff;
	font-size: 10pt;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	background: #013064;
	border: solid 1px #f7a013;
	height: 20px;
	cursor:  pointer;
}


.mkp_input_text {
	width: 140px;
}

.inputbox, option, optgroup {
	font-size: 10pt;
	color: #343A58;
	background-color: #ffffff;
}


.inputbox {
	border: 1px solid #013064;
}



.inputbox:focus {
	border-color: #f7a013;
}



.radio {
	border: 0;
}

#COlogin .optGroup {
	color: #999999;
	font-weight: bold;	
}

#left .inputbox, #footer .inputbox, #COlogin .inputbox, #COlogin option, #COlogin optgroup {
	background-color: #ffeed4;
}

#left .inputbox:focus, #footer .inputbox:focus {
	background-color: #ffffff;
}


/*-------------------- FOOTER --------------------*/
#footer {
	height: 26px;
	background: url(../images/ecke_leftbottom.png) no-repeat;
	background-color: #013064;
}

#footer a {
	color: white;
}

#footer td {
	color: white;
	
}

#footer .searchbox {
	padding-left: 40px;
	vertical-align: middle;
}

.footer_copyright {
	text-align: right;
	padding-right: 20px;
}

#footer form, #footer .inputbox, #footer .button, #footer div {
	padding: 0;
	margin: 0;
}

#footer .inputbox, #footer .button {
	vertical-align: middle;
	height: 16px;
	font-size: 9pt;
}
#footer .button {
	margin-left: 5px;
}

#user6 { top: 5px; }

/*--------------------FRONTPAGE---------------------*/

.COblogTable {
	border: 1px solid #f7a013;
	border-spacing:0;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	/*height: 100%;*/
}

/*Oben*/
.COblogTable0 {
	width: 420px;
}

/*Unten*/
.COblogTable1, .COblogTable2 {
	height: 410px;
}

/*Links unten*/
.COblogTable1 {
	width: 190px;
}

/*Rechts unten*/
.COblogTable2 {
	width: 220px;
}


.COblogTitel {
	padding: 5px;
	/*width: 100%;*/
	height: 1%;
	background-color: #f4f4f4;
}

.COblogLogo {
	background-color: #f7a013;
	width: 1%;
	height: 1%;
	height: 20px;
}

.COblogInhalt img {
	margin-left: 0px;
}

.COblogInhalt {
	border-top: 1px solid #f7a013;
	padding: 5px;
	/*width: 1%;*/
}


/*-------------------- LINKS --------------------*/

a:link, a:visited {
	color: #0251a9;
	text-decoration: none;
}

a:hover {
	color: #f8a014;
	text-decoration: none;
}



.category {
	color: #3D4E6D;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.category:link, a.category:visited {
	color: #0251a9;
}

a.category:hover {
	color: #f8a014;
}


.pagenav, a.pagenav, a.pagenav:link, a.pagenav:visited {
	text-align: center;
	border: solid 0 #666;
	width: auto;
	padding: 3px;
	margin: -2px;
	background: #fff;
	color: #013064;
}

.pagenav{
	color: #96b1ce;
}

a.pagenav:hover, a.pagenav:active {
	color: #f8a014;
}



a.readon:link, a.readon:visited {
        color: #0251a9;
        font-size: 8pt;
        background: #fff url(../images/read_on.gif) center left no-repeat;
        padding: 2px 8px 2px 15px;
        margin-left: 5px;
        white-space: normal;
        float: left;
        line-height: 9pt;
        text-decoration: none;
}

a.readon:hover {
        color: #f8a014;
}
/*-------------------- CONTENT --------------------*/

.componentheading {
	font-weight: normal;
	color: #f7a013;
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 5px 0 0;
	background: white;
}



/*-------------------- SECTION TABLES & ROWS --------------------*/

.sectiontableheader {
	background: #013064;
	background-repeat: repeat;
	color: #fff;
	font-weight : bold;
	padding: 2px;
}

.sectiontableentry1 {
	/*background: #f7f7f7;*/
}

.sectiontableentry2 {
	background: #eee;
}

#CBE .sectiontableentry1, #CBE .sectiontableentry2 {
	vertical-align: top;
}


/*-------------------- Popup --------------------*/
body.contentpane {
	background: white;
	padding: 0px;
	margin: 10px;
}

#popup {
		background-color: white;
		border: 2px solid #f7a013;
		padding: 10px;
}


/*-------------------------------------------------------------*/
/*-------------------- NOCH ZU BEARBEITEN: --------------------*/
/*-------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.pagenavbar, a.pagenavbar {

        text-align: center;

        font: 10px/12px "bold Arial", Verdana, Helvetica, sans-serif;

        border: solid 0 #666;

        width: auto;

        padding: 3px;

        margin: -2px;

        background: transparent;

        color: #005fa6;

}

a.pagenavbar:link, a.pagenavbar:visited {

        font: 10px bold Arial, Verdana, Helvetica, sans-serif;

        color: #708088;

}

a.pagenavbar:hover {

        font: 10px bold Arial, Verdana, Helvetica, sans-serif;

        color: #600;

        background: #f1f1f1;

}






a.blogsection:link, a.blogsection:visited {

        color: #44757D;

        text-decoration: none;

        /* font-family:  Trebuchet MS, Arial, Verdana, Helvetica;*/

        font-size: 10px;

}

a.blogsection:hover {

        color: #759328;

        text-decoration: underline;

        font-size: 10px;

}

a.weblinks:link, a.weblinks:visited {

        color: #405115;

  text-decoration: none;

  font-weight: normal;

       /*  font-family:  Trebuchet MS, Arial, Verdana, Helvetica;*/

}

a.weblinks:hover {

        color: #009;        text-decoration: underline;

}

.fase4rdf {

        font-family: Trebuchet MS, Arial, Verdana, Helvetica;

        font-size: 11px;

        color: #343A58;

        font-weight: normal;

}

a.fase4rdf:link {

        font-size: 11px;

        font-weight: bold;

        color: #356C82;

}

a.fase4rdf:hover {

        font-size: 11px;

        font-weight: bold; color: #759328;

}

/*-------------------- MODULES --------------------*/

table.moduletable {

        width: 100%;

  padding: 5px 0 0 0;

}

table.moduletable th {

        vertical-align: middle;

        font-size: 9px;

        color: #666;

        text-align: center;

        width: 100%;

        height: 15px;

        text-transform: uppercase;

}

table.moduletable td {

        font-size: 11px;

        background: none;

        font-weight: normal;

  text-align: left;

  padding: 0 5px 0 10px;

}

table.moduletable td .contentpaneopen{

padding: 5px 3px 0 10px;

margin: 0 0 0 0!important;

margin: 0 0 0 10px;

border-bottom: 0px dashed #ccc;

width: auto;

}

table.moduletable ul {

        color: #f00;

}

#left table.moduletable {

        width: 230px;

  padding-left: 0px;

}

#left table.moduletable th {

        vertical-align: middle;

        font-size: 13px;

        font-weight: bold;

        color: #666;

        text-align: center;

        width: 230px;

        height: 28px;

  margin-left: 20px;

}

#left table.moduletable td {

        font-size: 11px;

        padding: 0px 0 0px 0;

  margin: 0 0 0 ;

        font-weight: normal;

}

#left table.moduletable td div {

        padding: 5px 0 5px 0px;

}

#left table.moduletable ul {

        color: #999;

}

/*-------------------- TABS --------------------*/

.ontab {

        background-color: #323A15;

        border-left: outset 1px #DCF2FA;

        border-right: outset 1px #808080;

        border-top: outset 1px #DCF2FA;

        border-bottom: solid 1px #d5d5d5;

        text-align: center;

        font-weight: bold;

        color: #fff;

}

.offtab {

        background-color : #e5e5e5;

        border-left: outset 1px #E0E0E0;

        border-right: outset 1px #E0E0E0;

        border-top: outset 1px #E0E0E0;

        border-bottom: solid 1px #d5d5d5;

        text-align: center;

        cursor: pointer;

        font-weight: normal;

}

.tabpadding {

        padding: 5px;

}

/*-------------------- TABLES --------------------*/

table.contenttoc {

        color: #343A58;

  margin: 10px;

        background: #fff;

        border: 1px solid #b2b2b2;

  width: 150px;

}

table.contenttoc td {

        font-family: Trebuchet MS, Arial, Verdana, Helvetica;

  font-size: 8pt;

  font-weight: normal;

  text-align:left;

  text-indent: 5px;

  background: #f5f5f5;

        padding: 3px;

}

table.contenttoc th {

        /* background: #ccc url(../images/catbg.gif) top left repeat-x;*/

        vertical-align: middle;

        font-size: 11px;

        color: #aaa;

        text-align: center;

        width: 100%;

        height: 27px;

  border-bottom: 1px solid #b2b2b2;

  text-transform: uppercase;

}

table.searchintro {

  background-color: #fff;

        border: 1px solid #8D9ABC;

}

table.contact {

        background-color: #fff;

}

table.contact td.icons {

        background-color: #ccc;

}

table.contact td.details {

        background-color: #F3F3F3;

        font-size: 11px;

        font-family: Trebuchet MS, Arial, Verdana, Helvetica;

}

/*-------------------- CONTENT --------------------*/

.content_rating {

        font-weight: normal;

        font-size: 8pt;

}

.content_vote {

        font-weight: normal;

        font-size: 8pt;

}

.contentpane {

padding: 0 0 0 10px;

}

.contentpaneopen {

padding: 5px 3px 0 10px;

margin: 0 0 0 0!important;

margin: 0 0 0 10px;

/*border-bottom: 1px dashed #ccc;*/

width: 100%;

}

table.blog {

  /*margin: -5px 0 0 0;*/

}

.buttonheading {

  width: 20px;

}



.contentheading {

       /* font-family: Trebuchet MS, Arial, Verdana, Helvetica;*/

        font-size: 14px;

        font-weight: normal;

         color: #444;

        text-align:left;

  text-indent: 0px;

        line-height: 16px;

        height: 19px;

  /*width: 600px;*/

}

.contentpagetitle {
        /* font-family: Trebuchet MS, Arial, Verdana, Helvetica; */
/*
        font-size: 13px;

        font-weight: bold;
 */
         color: #cf6a67;

        text-align:left;

}

.contentdescription {

      /*   font-family: Trebuchet MS, Arial, Verdana, Helvetica;*/

        font-size: 11px;

        color: #333;

        text-align: left;

}



/*-------------------- POLLS --------------------*/

.poll {

     /*    font-family: Trebuchet MS, Arial, Verdana, Helvetica; */

        font-size: 11px;

        font-weight: bold;

        color: #343A58;

        line-height: 14px

        }

.pollstableborder {

        border: 1px solid #465675;

}

/*-------------------- NEWSFEEDS --------------------*/

.newsfeedheading {

   /* font-family: Trebuchet MS, Arial, Verdana, Helvetica; */

   font-size: 11px;

   font-weight: bold;

   color: #343A58;

}

.newsfeeddate {

        /* font-family: Trebuchet MS, Arial, Verdana, Helvetica;*/

        font-size: 10px;

        color: #343A58;

        font-weight: normal;

}

/*-------------------- MISC --------------------*/



.small {
	font-size: 8pt;
	color: #666;
	text-decoration: none;
	padding-left: 25px;
	font-weight: normal;
}

.small2 {
	font-size: 8pt;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.smalldark {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;

  color: #666;

  text-decoration: none;

  font-weight: normal;

}

.siteheading {

  font-family: Trebuchet MS, Arial, Verdana, Helvetica;

  font-size: 20px;

  color: #343A58;

  text-decoration: none;

  font-weight: normal;

}


.pagetext {

        visibility: hidden;

        display: none;

        position: relative;

        top: 0;

}

.createdate {

        font-family: Trebuchet MS, Arial, Verdana, Helvetica;

        font-size: 9px;

        color: #666;

        text-decoration: none;

        font-weight: normal;

  text-indent: 25px;

  background: url(../images/calendar.gif) no-repeat;

}

.modifydate {

        font-family: Trebuchet MS, Arial, Verdana, Helvetica;

        font-size: 10px;

        color: #666;

        text-decoration: none;

        font-weight: normal;

  text-indent: 25px;

  background: url(../images/calendar.gif) no-repeat;

}




/*-------------------- Blastchat --------------------*/


img[title=":devil:"] {/* ///HbBB: Teufel ausblenden */
	display: none;
}


/*this will modify background of window*/
body.blastchat {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#474747;
	background: white; /*url('../images/outer_center.png');*/
}

/*definitions to adjust/overwrite menu areas*/
.bc_sectiontableheader { color : #ffffff; padding: 0; font-weight : bold; background-color: #fff; letter-spacing : 0; }

/*definitions to adjust/overwrite menu areas*/
.bc_sectiontableheader a:link {
	color: #013064;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

/*definitions to adjust/overwrite menu areas*/
.bc_sectiontableheader a:visited {
	color: blue;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

/*definitions to adjust/overwrite menu areas*/
.bc_sectiontableheader a:hover {
	color: orange;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

/*definitions to adjust/overwrite messages stripes*/
.bc_sectiontableentry1 {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#474747;
	background-color : #FFFFFF;
}

/*definitions to adjust/overwrite messages stripes*/
.bc_sectiontableentry2 {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#474747;
	background-color : #F3F3F3;
}

/*from nick*/
/*message sent from me*/
.bc_msg_from {
	font-weight : bold;
}
/*to nick*/
/*message sent to me*/
.bc_msg_to {
	font-weight : bold;
}
/*user list my own nick*/
.bc_usr_to {
	font-weight : bold;
}

/*private message sent*/
.bc_msg_text_privs {
	color : blue;
}

/*private message received*/
.bc_msg_text_privr {
	color : red;
}

/*definitions to adjust/overwrite submit form area*/
.bc_sectiontableheader_form {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#474747;
	background: url('../images/outer_center.png');
	background-color : #F3F3F3;
}


/* --------------------------------------------------- */


#facebook_co {
	margin: 0;
	padding: 0;
	margin-left: -10px;
}

/* --------------------------------------------------- */

#CJnetz {
	margin-top: 10px;
	margin-left: 16px;
	text-align: center;
}

#CJnetz h3 {
	color: #666666;
}


#CJnetz .partner {
	border: none;

	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

#CJnetz .partner:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}#head, #COlogin, #left, #footer {
	display: none;
}


#print_head, #print_footer {
	display: block;
}

#print_head {
	width: 100%;
	margin-bottom: 20px;
}

#print_head img {
	margin: 5px;
}

#print_footer {
	text-align: right;
}

body {
	background: white;
	/*margin: 20px;*/
}
