/* Created by Lee Sykes - DNN Creative Magazine - www.dnncreative.com */

html{
background-color:#FFCC00;
}


body
{
	min-width: 800px;	
	max-width:1120px;	
	background-color:#FFCC00;}


body, tr, td, table
{
    /* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Verdana, Myriad Roman, Geneva, Arial, Helvetica, sans-serif;
    color:#000;
    
}

#positioncontent{    
	border-left: 10px solid #FFCC00;
	border-top: 50px solid #FFCC00;
	border-right: 50px solid #FFCC00;
	border-bottom: 20px solid #FFCC00;		background-color: #FFCC00;
	height:100%; /*needed for Netscape*/
	margin-bottom:5px;
}

#wrap
{
    border: 5px solid #FFF;
    padding-bottom: 20px;
    background: #FFCC00 url(img/gruenes_feld.jpg) repeat-y 207px 0px;
    overflow:hidden; 	min-height:650px;
}



#content
{	padding:15px 5px;
	margin:0px 230px 10px 237px;	border-left: #FFF 3px;
}

#content2pane
{	padding:15px 5px;
	margin:0px 33px 10px 237px;	border-left: #FFF 3px;
}


#sidebar
{
	padding:15px 5px;
    float: right;
    width: 200px;

}

#sidebar2pane
{
    float: right;
    width: 1px;	padding:15px 5px;
}


#loginlinks
{
text-align:left;
list-style:none;
text-decoration: none;
font-size:0.9em;
margin: 0;
padding:50px 5px 5px 15px;

}



#bread
{
    position: absolute;
    top: 5px;
    left: 15px;
    text-align: left;
    width: 720px;
	font-size: 0.9em;
	background-color:#FFCC00;	color:#fff;
}



#dnn_horizontalbanner
{
    position: absolute;
    top: 5px; 
    right: 5px;
    text-align: right;
	background-color:#FFCC00;
	color: #fff;}

#dnn_ControlPanel
{clear:both;}

/***** Menu on left sidebar *****/


#navi
{	padding:10px;
	float:left;
	top: 55px;
	left:15px;
	width:207px;
	color:#000000;
	background: url(img/wirbel.jpg) top left no-repeat;	overflow: hidden;	text-indent:-2px;
}



#navi ul {
text-align:left;
list-style:none;
text-decoration: none;
margin: 0;
padding:215px 10px 5px 15px;
}


#navi li {
list-style:none;
text-decoration: none;
margin:4px 0 4px 0;
padding-top:0;
}

#navi li a, #navi a {
list-style:none;
text-decoration: none;
padding:2px;
color:#000;

}


#navi ul ul {
margin:4px 0 0px 25px;
padding:0;
}

#navi ul ul li {list-style:none; color:#000000;  margin:0;font-size:0.9em;}

#navi ul ul li a {font-weight:normal; text-decoration: none; color:#000000;}


#navi li a:hover, #navi a:hover {
color:#ffffff;
background-color: #FFCC00;
/*border: 3px outset #336600;*/
}

#navi a.Menu-Link-Selected {
color:#ffffff;font-weight:bold;
}



#dnn_contentpane
{

}





#dnn_rightpane
{
    /*padding: 10px;*/
    /* background-color: #FFF;*/
    /*border: 1px solid #CCC;*/
}




/* bottom links etc. in white space */
#footer
{   clear:both;
    padding: 30px 5px 30px 0px;
	text-align: right;
	min-height:1px;
}
	

.clear_float{clear:both;}	
	
	
/***** Various tags *****/


a, #footer a, #bread a{
text-decoration:underline;
color: #336600;
/*font-weight:bold;*/
}


a:link, a:visited, #footer a:link, #bread a:link, #footer a:visited, #bread a:visited {
text-decoration:underline;
/*font-weight:bold;*/
color:#336600;
background-color:inherit;
}

a:hover, #footer a:hover, #bread a:hover {
text-decoration:underline;
color:#fff;
}
a:active, #footer a:active, #bread a:active {
text-decoration:none;
font-weight:bold;
color:#336600;
background-color:inherit;
}
a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
h1{
font-size:2.2em;
letter-spacing:-5px;
margin:0;
color:#FFF;
}

h1 a{text-transform:none; color:#FFCC00;}

h2{
font-size:1.3em;
color: #fff;
padding:0 2px 2px 0px;
margin: 5px 0em 20px 0em;}


hr{
color:#FFF;
height:4px;
width:80%;}

h3{
font-size:1.0em;
/*font-weight:bold;*/
color: #FFF;
border-bottom:1px solid  #FFF;
margin:10px 0 8px 0;
padding:1px 2px 2px 0px;
}


h4, h5, h6
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    /*font-weight: bold;*/
    color:#336600;
}

h1 .Head, h2 .Head, h3 .Head, .Head {
font-size:1.4em;
color: #fff;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color:#000;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{
    font-weight: bold;
    color:#CC0033;
}


.DNNAlignleft{padding-left: 30px;}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.invisible {
color:#ffffff;}


/*Styles für DNNArticles */

#NaView_itemholder 
{
border: 2px solid #FFCC00;
margin: 5px 0 5px 0;
padding: 0px 15px 15px 15px;
}
#NaView_articletext
{
padding: 0px 15px 20px 15px;
}
#NAView_categories
{
text-align: right;
padding-top :15px;
}

/*--- Listings */

.NaListing_itemholder 
{
border: 2px solid #FFCC00;
margin: 5px 0 5px 0;
padding: 0px 15px 15px 15px;
}
.NaListing_itemholder h3 a:link , #NaListing_itemholder h3 a:visited
{
text-decoration: none;
 color: #323275;
}
.NaListing_itemholder h3 a:hover 
{
color: #f60;
}
.NaListing_summarytext
{
padding: 0px 15px 20px 15px;
}
/*
.NaListing_summarytext img
{
float: right;
padding: 0 10px 10px 0;
}
*/
.NAListing_categories
{
text-align: right;
padding-top :15px;
font-size: 85%;
}

