/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/
table.main {
   width: 700px;
}

td.header {
   height: 53px;
   padding-left: 40px;
   font-weight: bold;
}

td.center { 
   width: 70%; 
   padding: 25px 20px 10px 40px; 
   vertical-align: top; 
}

td.right { 
   width: 30%; 
   padding: 0px 0px 10px 0px; 
   vertical-align: top; 
   border-left: 1px solid #dddddd;
}

/**
* Colors, fonts, styles.
*/

body {
   background-color: #f1f1f1;
   font-family: Georgia, serif;
   font-size: 13px;
   color: #000000;
}

td {
   font-size: 13px;
   line-height: 1.2em;
}

td.header {
   background-image: url("");
   font-size: 25px;
   font-weight: bold;
}

div.boxheader {
   color: #7d7d7d;
   overflow: hidden;
   font-size: 10px;
   padding-left: 6px;
   border-top: 1px solid #dddddd;
}

div.boxline {
   height:1px;
   overflow:hidden;
   border-bottom: 1px solid #dddddd;
}

div.box {
   font-size: 10px;
   font-family: Arial, sans-serif;
   color: #7d7d7d;
   line-height: 1.4em;
   text-align: right;
   padding: 0em 0em 0.4em 0.4em;
   margin: 0em 0em 0.2em 0em;
}

div.ample { margin-bottom: 5px; }

small, .small {
   font-family: Arial, sans-serif;
   font-size: 10px;
   color: #7d7d7d;
}

/* this is for mozilla to align tables in boxes right */
div.box table {
   margin-left: auto; 
   margin-right: 0px; 
}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 6px;
   margin-bottom: 10px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #ff0000;}
a:visited {color: #ff0000;}
a:active {color: #faa90b;}
a:hover {text-decoration: underline; color: #faa90b;}

.message {
   font-family: Arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #ff0000;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 10px;
   padding-bottom: 0.3em;
}

/* calendar */

.calHead {
   font-family: Arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: Arial, sans-serif;
   font-size: 10px;
   text-align: center;
}

.calSelDay {
   font-family: Arial, sans-serif;
   font-size: 10px;
   border: 1px solid #ff0000;
   text-align: center;
}

.calFoot {
   font-family: Arial, sans-serif;
   font-size: 10px;
   text-align: center;
}

.dayHeader {
   font-family: Arial, sans-serif;
   font-size: 10px;
   color: #7d7d7d;
   font-weight: bold;
   margin-bottom:10px;
}

/* story display classes */

.storyDate {
   font-family: Arial, sans-serif;
   font-size: 10px;
   color: #7d7d7d;
   margin-bottom: 6px;
}

.storyTitle {
   font-family: Arial, sans-serif;
   font-size: 20px;
   color: #ff0000;
	font-weight: normal;
	margin: 16px 0 0 0;
}

.storyTitle a {
   font-family: Arial, sans-serif;
   font-size: 20px;
   color: #ff0000;
}

.storyTitle a:hover {
   color: #faa90b;
}


.listSeparator {
   width: 50px;
   border-bottom: 2px dotted #dddddd;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
   font-family: Arial, sans-serif;
   font-size: 20px;
   color: #000000;
   font-weight: bold;
   margin-bottom: 2px;
}

/* ie hack */
* html .title{
	margin-bottom: 10px;
}

.comment-text{
	margin-bottom: 3px;
	}

/*ie  hack */	
* html .comment-text{
	margin-bottom: 10px;
}
.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Georgia, serif;
   font-size: 20px;
   font-weight: bold;
   border: 1px solid #000000;
}

.formText {
   width: 380px;
   font-family: Georgia, serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #000000;
}

.formWide {
   width: 660px;
   font-family: Georgia, serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Arial, sans-serif;
   font-size: 10px;
   color: #000000;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #ff0000;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
   margin-bottom: 18px;
   padding-bottom:3px;
   border-bottom:1px solid #dddddd;
}

.pagelinkBottom {
   margin-top: 18px;
   padding-top:3px;
   border-top:1px solid #dddddd;
   text-align:right;
}

/* page navigation bar */
div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 11px;
}

div.pageNavSummary {
   padding: 1px 5px;
   background-color: #efefef;
   border-bottom: 1px solid #cccccc;
   text-align: left;
}

div.pageNavBar {
   padding-top: 1px;
   text-align: right;
}
span.pageNavItem {
   padding-left: 2px;
   padding-right: 2px;
}

span.pageNavSelItem {
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

/* tree navigation in skinmgr */
ul { list-style: url("") circle; } 

ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}

ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   list-style:none;
   margin:7px 0px;
   padding:0px;
}

ul.skinmgrTree li.skinset {
   list-style:square;
   padding-left:0px;
}
ul.skinmgrTree a.selected {
   font-weight:bold;
}

ul.skinmgrTree li div {
   font-family:Georgia, serif;
   font-size:10px;
   color:#000000;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:20px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}

INPUT.mmgrreg {
	font-family:Georgia, serif;
	font-size:10px;
	color:#000000;
	width: 160px;

}

/* Kommentare  */

.commentare{
	margin-left: 30px;
	}

.small_comment a{
	font-size: 11px;
	}


/*----------------------  self definied css ----------------*/

/* --- generel  -- */
body{
	margin: 0px;
	padding: 0px;
	
	/* antivlle
	
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	color: black;
	background-color: #f1f1f1;  
	
	*/
	background-image: url("/static/layouts/kaonews/border.jpg");
	background-repeat: repeat-y;
	background-position: 50% 0%;
	
	}
	
#wrapper{
	width: 796px;    
	margin: 0px auto;
	
	background-color: #fff;
	}
	
	
hr{
	display: none;
	}
	


a{
	/* antivlle
	color: #1d3a84;
	*/
	
	text-decoration: none;
	}
	
/*a:hover {
	color: #f20000;
	}*/
	
table{
	margin: 0px;
	padding: 0px;
	}
	
a img{
	border: none;
	}
	
.user{
	color: #f20000;
	font-weight: bold;
	}
	
	

.storyText{
	line-height: 19px;
	font-weight: lighter;
	display: block;
	
	}
	

.storyText img{ 
	display: block;	
	}	
	
/*   red blog style  */
/*	
.storyContent{
	margin: 8px 0 0 0;
	}
*/	
	
	
/* ----------------------------------------- h2, h3-   --------------------------*/


h2, h3{
	margin: 3px 0 3px 0;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	height: 16px;
	font-family: Futura, Arial, sans-serif;
	background-repeat: no-repeat;
	background-color: white;
	background-position: 0% 75%;
	border-top: 1px solid;
	}
	
h2.noborder, h3.noborder{
	border: none;
	}	

#bottomhead{
	display: block;
	margin: 2px;
	padding-top: 7px;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	}
	
#bottomhead h2{
	margin: -3px 0 25px 0;
	padding: 0px;
	font-weight: normal;
	text-transform: none;
	font-size: 25px;
	font-family: Georgia, serif;
	
	}

#bottomhead h2 a{
	color: #ff0000;
	font-family: Georgia, serif;
	}

#bottomhead h2 a:hover{
	color: #faa90b;
	}
	

	

/* iE HACK  */	
* html #bottomhead{
	
	margin-top: -2px;
	padding-top: 2px;
	}
	

/*  --------------------------------- farb klassen für überschriften h2 und h3 ------------ ----*/
          /*im html für h2 oder h3 jeweils eine beliebige klasse zu ordnen */

.violet{
	color: #9631a9;
	background-image: url("/static/layouts/kaonews/pfeil_violet.gif");
	
	}
	
.pink{
	color: #ff67ab;
	background-image: url("/static/layouts/kaonews/pfeil_pink.gif");
	}
	
.rosa{
	color: #fa6464;
	background-image: url("/static/layouts/kaonews/pfeil_rosa.gif");
	}

.pink_rot{
	color: #fd007b;
	background-image: url("/static/layouts/kaonews/pfeil_pink_rot.gif");
	}
	
.blau{
	color: #4b9dfb;
	background-image: url("/static/layouts/kaonews/pfeil_blau.gif");
	}
	
.rot, #rot{
	color: #faa90b;
	
	}
.rot span.pfeil, #rot span.pfeil {
	display:block;
	float: left;
	width: 10px;
	height: 14px;
	margin-right: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #faa90b;
	background-image: url("/static/layouts/red. - blog layout/ptrans.png");
}
	
.gelb{
	color: #faa90b;
	background-image: url("/static/layouts/kaonews/pfeil_gelb.gif");
	}

/*--------------------------------------- COLUMNS -----------------------------------------*/


#rightcolumn{
	display: block;
	margin: 40px 0 0 20px;
	padding: 0px;
	width: 465px;
	float: left;
	}
	
/* IE hack  */          /*  verschiebt die spalte  */
* html #rightcolumn{
	margin-right: -20px;
	margin-top: 40px;
	}
	
#leftcolumn{
	display: block;
	margin: 40px 0 0 0px;
	padding: 0px;
	width: 311px;
	float: left;
	}
	
* html #leftcolumn{
	margin-top: 40px;
	}	





/* -------------------------------  header ------------------------*/

h1{
	margin: 0px;
	padding: 0px;
	position: absolute;  
	top: 0px;  /*  position des headers  */
	margin-left: 0px;
	display: block;
	width: 256px;
	height: 26px;
	background-image: url('/static/layouts/red. - blog layout/hw_2008.png');   /*  header bild  */
	background-repeat: no-repeat;
	background-position: 3px 7px;
	/*background-color: #fff;*/
	
	}

h1 a{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 265px;
	height: 26px;
	
	}

	
h1 a span{
	display: none;
	}
	

#header_user {
	color:#000000;
	font-family:'Trebuchet MS',sans-serif;
	font-size:10px;
	font-weight:normal;
	height:12px;
	letter-spacing:1px;
	list-style-type:none;
	margin:0px;
	padding-top:8px;
	position:relative;
	text-align:right;
	text-transform:uppercase;

	float:right;
	margin-right:0px;
}


	
/* IE HACK  */
* html #header_user{
	padding-top: 6px;
	left: 380px;
	margin-bottom: 5px;
	text-align: right;
	}
	
	
#header_user a{
	color: #fff;
	}
	
#header_user li{
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 6px;
	padding-left: 2px;
	}
	
/* IE HACK  */
* html #header_user li{
	margin: 0 3px 0 3px;
	padding: 0px;
	}

#header_user li.last_link{
	border: none;
	}

#header_user .user{
	color: #000;
	}
	
	
#header{
	display: block;
	height: 26px;
	background-image: url('/static/layouts/red. - blog layout/bgr_08.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #ff0000;
	color: #fff;
	
	}

/* ------------------------------- leftcolumn -------------------------- */



	
/* IE HACK  */
* html #leftcolumn h2{
	padding-top:1px;
	}



	
#leftcolumn h4{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #464646;
	font-weight: normal;
	}
	
#leftcolumn h4 a{
	color: #464646;
	font-weight: normal;
	}
	
#leftcolumn h4 a:hover{
	color: #f20000;
	}
	



/* ------------------------------------ rightcolumn -------------------------*/

	
#rightcolumn h2{
	width: 320px;
	background-image: url(img/head_left.jpg);
	padding: 3px 0px 3px 18px;
	background-repeat: no-repeat; 
	}
	
/* IE HACK  */
* html #rightcolumn h2{
	padding-top:1px;
	}
	
#rightcolumn h4 {        /*----- storytitle  */
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #ff0066;
	font-weight: normal;
	margin: 5px 0 0 0;
	}
	
#rightcolumn p, .storyContent, .storyText{
	margin: 15px 0 0 0;
	/*color: black;*/
	font-size: 13px;
	font-weight: lighter;
	line-height: 19px;
	font-family: Georgia, serif;
	
	}
	
#rightcolumn .storie img{
	margin: 0 10px 3px 0px;
	}
	
#rightcolumn .storie{
	border-top: 1px solid #faa90b;
	padding-top: 6px;
	margin-bottom: 20px;
	}
	
#rightcolumn .beitragsmoderation{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial,sans-serif;
	}
	
#rightcolumn .beitragsinfo{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	}

#rightcolumn .beitragsinfo li, #rightcolumn .beitragsmoderation li{
	display: inline;
	}
	
#rightcolumn .beitragsinfo{
	padding-top: 0px;
	margin: 4px 0 16px 0;
	letter-spacing: 1px;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}

/* iE HACK   */
* html #rightcolumn .beitragsinfo{
	margin-top: -10px;
	}
	
#rightcolumn .beitragsinfo .user{
	font-weight: bold;
	color: #000;
	}
	
#rightcolumn .beitragsinfo .user a{
	color: #000;
	}
	
#rightcolumn .beitragsinfo .user a:hover{
	color: #faa90b;
	}	

	
#rightcolumn .strich{
	margin-top: 5px;
	display: block;
	width: 200px;
	height: 2px;
	border-top: 1px solid #999;
	}
	

#rightcolumn .beitragsinfo .borderli{
	border-right: 1px solid #999;
	padding-right: 5px;
	margin-right: 3px;
	}
	
#rightcolumn .beitragsinfo .comments a{
	color: #999;
	}
	
#rightcolumn .beitragsinfo .comments a:hover{
	color: #faa90b;
	}

/*ie hack */
* html #rightcolumn .beitragsinfo .comments{
	margin-left: 5px;
	}
	
#rightcolumn .beitragsinfo .comments a:hover{
	color: #faa90b;
	}
	
#rightcolumn .beitragsmoderation li{
	padding-right: 3px;
	}
	
#rightcolumn .beitragsmoderation li.borderli a{
	border-left: 1px solid #999;
	}

#rightcolumn .beitragsmoderation li.borderli a span{
	margin-left: 7px;
	}
	
#rightcolumn .beitragsmoderation li.last_link{
	border: none;
	}

#rightcolumn .beitragsmoderation{
	margin-top: -10px;
	}
	
/* ie hack */	
* html #rightcolumn .beitragsmoderation{
	margin-top: -15px;
	}

#rightcolumn .beitragsmoderation a {
	color: #999;
	}
	
#rightcolumn .beitragsmoderation a:hover {
	color: #faa90b;
	}
	
	
#navigation{
	display: block;
	width: 329px;
	height: 233px;
	margin-top: -6px;
	}
	
/* IE HACK  */
* html #navigation{
	margin-bottom: -5px;
	}
	
.deine_aktionen{   					/* ------------- DEINE AKTIONEN MENU  ---------------*/
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style-type: none;
	font-weight: bold;
	margin: 15px 0px 27px 15px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	
	}
	
.deine_aktionen a, .deine_aktionen li a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	}
	
.deine_aktionen a:hover {
	color: #faa90b;
	text-decoration: none:
	}
	
.deine_aktionen li{
	margin: 5px 0px;
	padding: 4px 0px 4px 0;
	height: 16px;
	/*background-image: url("/static/layouts/kaonews/story_zusatz.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
	}

	



/*---------------------------------    letzte stories   ----------- */


#stories{
	margin-top: 25px;
	}

#stories h3{
	margin-bottom: 8px;
	}

#stories table{
	margin-left: 10px;
	margin-bottom: 5px;
	}

#stories .infoautor{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: -2px;
	color: #999;
	}
	
#stories .infoautor a{
	color: #999;
	}
	
#stories .infoautor .date{
	border-right: 1px solid #999;
	margin-right: 4px;
	padding-right: 6px;
	margin-left: 4px;
	}

#stories .infotext{
	margin: 2px 0px;
	font-family: Georgia, serif;
	color: black;
	}
	
#stories h4{
	color: #faa90b;
	margin-top: -3px;
	}

#stories h4 a{
	color: #ff0000;
	}

#stories h4 a:hover{
	color: red;
	}

#stories .user{
	font-weight: normal;
	color: #000;
	}
	
#stories a .user{
	font-weight: normal;
	color: #000;
	}
	
.storiedatum{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

/*---- themen suche status  ----*/

#themen,#suche, #status{
	margin-top: 20px;
	}
	
#status ul{
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0px;
	}
	
#status ul li{
	display: inline;
	border-right: 1px solid #999;
	margin-right: 2px;
	padding-right: 7px;
	}
	
#status ul li.last_link{
	border: none;
	}
	
#tagcloud{
	margin: 10px 0 0 10px;
	}

#suche #suchfeld{
	margin: 10px 0 0 10px;
	}

	

/*--------------------------------------------------------------------------------*/
/*-------------------------------------------- footer ------------------------------------------- */


#footer{    /* footer allgmein  */
	display: block;
	float: left;
	clear: both;
	width: 796px;
	height: 40px;
	margin-top: 40px;
	color: #f00;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	margin-bottom: 30px;
border-top: 1px solid red;
	}

/* IE HAck */

* html #footer{
	padding-top: 10px;
	}
	
#footer a{
	color: #f00;
	}
	
#footer a:hover{
	color: #ff0000;
	}
	
#footer ul{
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	}

#footer #links{
	margin: 8px 0 0 0;
	padding: 0px;
	top: 3px;
	border: 1px solid #fff;
	}
	
* html #footer #links{
	margin: 0px;
	}

#footer ul#links li{
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #f00;	
	
	}
	
/* IE HACK  */
#footer ul#links li{
	margin-right: 1px;
	margin-left: 1px;
	border-right: 1px solid #f00;	
	
	}
	
#footer ul#links li.lastlink{
	border: none;
	}
	
#footer #rss a{
	display: block;

	height: 17px;
	width: 82px;
	background-image: url("/static/layouts/red. - blog layout/rss.jpg");
	background-repeat: no-repeat;
	}
	
#footer #rss a span{
	display: none;
	}
	
#footer #xml a{
	display: block;
	
	height: 16px;
	width: 38px;
	background-image: url("/static/layouts/kaonews/xml.gif");
	background-repeat: no-repeat;
	}
	
#footer #xml a span{
	display: none;
	}
	
#footer .footer_text,#footer #footer_text{
	margin-top: 3px;
	}
	

/* ------------------------------------  antville macros ------------*/


.userinfo{
	display: block;
	margin-top: -10px;
	
	}
	
/* ie hack  */
* html .userinfo{
	margin-top: -20px;
	}
	
	
	
	
	
	
	
	
span.quadrat {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
	background-color: #faa90b;
}
