@media screen {
/* old screen.css */
body {
	font: normal 95%  Verdana, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	text-align: center;
	line-height: 120%;
	color: #333;
	background-color: #323232; 
}


#NavigationContainer 
{
	margin-left: auto;
  	margin-right: auto;
	width: 100%;
	padding: .2em 0;
	list-style-type: none;
	text-align: center;
}

#ContentContainer
{
	position: relative;
	left: 0;
	top: 1em;
	z-index: 100;
	display: block;
	min-width: 999px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 80%;
}
.Content { float: left;	width: 100%;margin:0;padding:0;}
.Topic_2Cols {margin: 0 0 0 34em;}
.Topic_3Cols {margin: 0 200px 0 34em;}
.RightColumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set margin to -(RightColumnWidth)*/
}

.SideBarContainer{float: left; 
width: 34em; /*Width of left column in percentage*/
margin-left: -100%;
padding: 0 .5em 0 0; 
}

.SideBarMenuContainer{margin:0; padding:0; float: left; 
width: 17em; /*Width of column */
}
.SideBarAds { width: 17em; float: left;}
.SideBarAdsInner{padding: 1em; }
.SideBarAdsInnerBorder{padding: 1em;border-left:1px solid #666;border-right:1px solid #666}
.SideBarAdsBackground {background-color: #E8F6BF;}

.InnerTopic, .InnerTopicComment{
	margin: 10px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding:0;
}

.TopicContent, .TopicComment, .TopicSummary {
	color: #333;
	padding:0;
	margin:0;
	background-color: #fff;

}

.TopicContentBorder, .Comments, .TopicSummaryBorder {
	margin:0;
	padding:.1em;
	color: #333;
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.TopicContent ul li, .TopicContent ol li{
	padding-left:.5em;
	margin-left:.5em;
	padding-right:1em;
}
.TopicContent table{
	margin-left: 1em;
	margin-right: 1em;
}
.TopicContent tbody{ padding:0;margin:0}

.TopicContent p {padding: .1em 1em}


a {
	color: #719220;
	text-decoration: none;
}

a:link {
	border-bottom: 1px solid #719220;
	font-weight: normal;
}
a:visited {
	border-bottom: 1px dotted #719220;
	font-weight: normal;
}

a:hover {
	background-color: #222;
	color: #eee;
} 


/* Die Fusszeile */
#IndexFooter {
	clear: both;
	text-align: justify;
	font-size: .8em;
	margin: 0; 
	padding: .1em;
	margin: 1em 0;	
	text-align: center;
	border:0;
	/*border-top: 1px solid silver;*/
	z-index: 400;
}


#FooterLeft {
	margin: 1em 6em;
	padding: 1em;
	clear: both;
}



#IndexFooter a, #FooterLeft a,  #IndexFooter a:link, #FooterLeft a:link, #IndexFooter a:visited, #FooterLeft a:visited{
	text-decoration: none;
	border-style: none;
        color: #333;
}

#IndexFooter a:hover, #FooterLeft a:hover{
	text-decoration: none;
	border-style: none;
        color: #323232;
        background-color: #333;
}


.underline {text-decoration:underline}
.strong {font-weight:700}
strong {font-weight:700}


.youSearched {border: 1px solid #719220;margin:1em}

.hdr, h1, h2, h3, h4 { 
	color: #719220;
	background-color: transparent;
	font-family: "Lucida Grande", Arial, sans-serif!important;
	line-height: 120%;
}

h1, .tabs {
	font-size: 2em;
	text-align: left;
	padding: .3em .4em .3em .4em;
border:0;
	color: #719220;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: .3em 0 .1em .7em;
}

h2 a:visited {
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: .3em 0 .1em .9em;
}

h3 a:visited {
	font-weight: normal;
}

.hdr {
	text-align: center;
	padding: .5em 0;
	background: url("/assets/images/page/header_gradient.png") repeat-x center bottom;
	border: 0;
	background-color:#323232;
	text-decoration: none;
	z-index: 100;
	display: block;
	min-width: 999px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 80%;
}

.hdr a, .hdr a:link, .hdr a:hover, .hdr a:visited{
	border: 0;
	background-color:transparent;
	outline: none;
	
}.hdr a img {
	border: 0;
}
#hdr_text{
	display: none;
}

.Comments {padding: .1em 1em}
.Comments h2 {padding-left: 0em;}
.ditto_item {
	border-top: 1px solid #666;
	margin: 0 1em 1em;
        padding-left: 1em;
        padding-right: 1em;

}
.ditto_item h1 {
	font-size: 1.2em;
	font-weight: 700;
	border: 0;
        padding: 0;
}
.ditto_item h2 {
	font-size: 1em;
	font-weight: 700;
	border: 0;
        padding: 0;
        padding-left: 0.4em;
        padding-right: 0.4em;
        margin-left: 0.5em;
        margin-right: 0.5em;
}
.ditto_item h3 {
	font-size: 1em;
	border: 0;
        padding: 0;
        padding-left: 0.4em;
        padding-right: 0.4em;
        margin-left: 0.5em;
        margin-right: 0.5em;
}

.ditto_item p {
	font-size: 1em;
	border: 0;
        padding: 0;
        padding-left: 0.4em;
        padding-right: 0.4em;
        margin-left: 0.5em;
        margin-right: 0.5em;
}

h1.ditto_pageTitle {
	font-size: 1.3em;
	border-top: 1px solid #719220;
	border-bottom: 1px solid #719220;
}

h1.ditto_pageTitle a, h1.ditto_pageTitle a:link, h1.ditto_pageTitle a:visited {
	color: #333;
	background-color: transparent;
	border: 0;
}
h1.ditto_pageTitle a:hover {
	color: #eee;
	background-color: #222;
}
.FavBlog {border-top:1px solid #719220;clear:both;padding-top:.5em}
.tagcloud {
	line-height: 200%;
	padding: 1em;
        border-top: 1px solid #719220;
}
.tagcloud .s1 {font-size: 1em; color:#333;border-bottom-color:#333}
.tagcloud .s2 {font-size: 1.2em;color: #4F91A2;border-bottom-color:#4F91A2}
.tagcloud .s3 {font-size: 1.4em;color: #4F91A2;border-bottom-color:#4F91A2}
.tagcloud .s4 {font-size: 1.6em;color:#81B72C;border-bottom-color:#81B72C}
.tagcloud .s5 {font-size:1.8em;color:#E37407;border-bottom-color:#E37407}
.tagcloud a:hover{background-color: #F0FFC6;}

.image, a.image, .image:hover, .image:link, .image:visited {
color: #719220;
background-color: transparent;
text-decoration: none;
border-style: none;
outline: none;
}

.NoUnderline, .NoUnderline .image, .NoUnderline a, .NoUnderline a:link, .NoUnderline a:visited, .NoUnderline a:hover,
#IndexFooter a.image, #IndexFooter a:link.image, #IndexFooter a:visited.image, #IndexFooter a:hover.image{
color: #719220;
background-color: transparent;
text-decoration: none;
border-style: none;
outline: none;
}
.LeftMNav {z-index: 100000;} 
.LeftMNav ul {padding: 0; margin: 0; width: auto; color: #553;} 
.LeftMNav li {margin: 0; padding: 0; list-style-type: none;} 

.LeftMNav a, .LeftMNav a:visited {padding: 3px .3em; 
border-bottom: 1px solid #D5E8AD;display: block; color: #553; text-decoration: none; outline: none; font-weight: normal;background: #E8F6BF;/*font-variant:small-caps*/} 

.LeftMNav a:hover {border-right: 3px solid #81AC00/*#D5E8AD*/;color: #719220;text-decoration: none;outline: none;font-weight: 400;background: #F0FFC6 } 

.LeftMNav a:active {border-bottom: 1px solid #D5E8AD;border-right: 3px solid #81AC00 /*#E37407*/;color: #81AC00 /*#E37407*/;text-decoration: none; outline: none;font-weight: normal;background:#E8F6BF} 

.LeftMNav ul li.active>a, .LeftMNav ul li.active>a:visited, .LeftMNav ul li.active>a:active {color: #81AC00 /*#E37407*/;font-weight: bold;border-right: 3px solid #81AC00 /*#E37407*/;}

.LeftMNav ul li.active>a:hover{color: #4F91A2;font-weight: bold;border-right: 3px solid #4F91A2;}

.LeftMNav ul ul li a, .LeftMNav ul ul li a:visited, .LeftMNav ul ul li a:active, .LeftMNav ul ul li a:hover 
{padding-left: .9em;font-size:.95em;line-height:140%;background: #E8F6BF;font-variant:normal}
/*.LeftMNav ul ul li a:before {content:'> '}*/
.LeftMNav ul ul li.active>a, .LeftMNav ul ul li.active>a:visited, .LeftMNav ul ul li.active>a:active  {color: #81AC00 /*#E37407*/;font-weight: bold;border-right: 3px solid #81AC00 /*#E37407*/;}
.LeftMNav ul ul li a:hover{color: #719220;background: #F0FFC6;}
.LeftMNav ul ul li.active>a:hover{color: #4F91A2;background: #F0FFC6;font-weight: 700;border-right: 3px solid #4F91A2;}

.LeftMNav ul ul ul li a, .LeftMNav ul ul ul li a:visited, .LeftMNav ul ul ul li a:active, .LeftMNav ul ul ul li a:hover {padding-left: 1.5em;font-size:.9em;line-height:120%;background-color: #DBEFA4;border-bottom: 1px solid #B8EF0E;}
/*.LeftMNav ul ul ul li a:before {content:'> '}*/
.LeftMNav ul ul ul li.active>a, .LeftMNav ul ul ul li.active>a:visited, .LeftMNav ul ul ul li.active>a:active {color: #81AC00 /*#E37407*/;font-weight: bold;border-right: 3px solid #81AC00 /*#E37407*/;}
.LeftMNav ul ul ul li a:hover{color: #719220;background-color: #F0FFC6;}
.LeftMNav ul ul ul li.active>a:hover{color: #4F91A2;font-weight: bold;border-right: 3px solid #4F91A2;}

.LeftMNav ul ul ul ul li a, .LeftMNav ul ul ul ul li a:visited, .LeftMNav ul ul ul ul li a:active, .LeftMNav ul ul ul ul li a:hover {padding-left: 1.5em;font-size:.9em;font-style: italic;line-height:120%;background-color: #DBEFA4;}
/*.LeftMNav ul ul ul ul li a:before {content:'-> '}*/

.SideBarMenuHeader, .SideBarMenuSeparator {text-align: left; font-weight: 700; color: #D5E8AD; background-color: transparent; padding-top: 3px; padding-bottom: 3px; padding-left: 14px; border-bottom: 2px solid #81AC00/*#D5E8AD*/; display: block;}
/*.SideBarMenuHeader {color: #333;background: url("/assets/images/page/menuheader.png") repeat-x center top;}*/
.SideBarMenuHeader {color: #fff;background: #81AC00;}

.InnerSideBar{padding:0}
.InnerSideBarBackgroundBorder{padding:0;border-left:1px solid #666;border-right:1px solid #666}
.InnerSideBarBackground{padding:0}
.SideBarBackground{margin: 0; width: 16.5em; background-color: #E8F6BF;}

.SideBarMenu{ margin-left: 0; margin-right: 0; margin-bottom: 0em; width: 16em; line-height: 1.8em; text-align:left;}
.InnerSideBarMenu{ padding: .5em .1em 0 .5em; list-style: none; }

/* Nifty Corners */
.rtop,.rbottom,.artop, .rctop, .rcbottom, .arctop{display:block;background-color:#323232}
.rtop *,.rbottom *,.artop *,.rctop *,.rcbottom *,.arctop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *,.arctop *{border-style: solid;border-width:0 1px}

.r1,.rb1{margin: 0 5px; background-color: #E8F6BF;}
.r2,.rb2{margin: 0 3px; background-color: #E8F6BF;}
.r3,.rb3{margin: 0 2px; background-color: #E8F6BF;}
.r4,.rb4{margin: 0 1px;height: 2px; background-color: #E8F6BF;}
.rb1{border-width:1px 0 0;height:0px !important;height /**/:1px}
.rb1,.rb2,.rb3,.rb4{border-color:#666}


.rc1,.rcb1,.rcbt1{margin: 0 5px; background-color: #E8F6BF;}
.rc2,.rcb2,.rcbt2{margin: 0 3px; background-color: #E8F6BF;}
.rc3,.rcb3,.rcbt3{margin: 0 2px; background-color: #E8F6BF;}
.rc4,.rcb4,.rcbt4{margin: 0 1px;height: 2px; background-color: #E8F6BF;}
.rcb1,.rcbt1{border-width:1px 0 0;height:0px !important;height /**/:1px}
.rcb1,.rcb2,.rcb3,.rcb4,.rcbt1, .rcbt2, .rcbt3, .rcbt4{border-color:#E8F6BF}
/*round corner content*/
.rcc1,.rccb1,.rccbt1{margin: 0 5px; background-color: #fff;}
.rcc2,.rccb2,.rccbt2{margin: 0 3px; background-color: #fff;}
.rcc3,.rccb3,.rccbt3{margin: 0 2px; background-color: #fff;}
.rcc4,.rccb4,.rccbt4{margin: 0 1px;height: 2px; background-color: #fff;}
.rccb1,.rccbt1{border-width:1px 0 0;height:0px !important;height /**/:1px}
.rccb1,.rccb2,.rccb3,.rccb4,.rccbt1, .rccbt2, .rccbt3, .rcbt4{border-color:#fff}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


#SearchBox {
padding: 1em;
}


.Block a, .Block a:link, .Block a:visited, .Block a:hover {
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
	text-decoration: none;
	border: 0px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{ padding: 10px;}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/assets/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/assets/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/assets/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.savecolor{color:#a8ee39;}

/* Ajax Search Hilight */
.ajaxSearch_highlight

{
background-color: #ffffbb;
padding: 2px;
margin: -3px;
border: 1px solid #dddd33;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
color: #000000;
}

.searchTerms {
padding: 0 0 0 1em;
}

#ajaxSearch_form fieldset {border:0}
.ajaxSearch_result{padding: .1em 1em}

/*
.TopicContentBorder, .Comments, .TopicSummaryBorder, .SideBarAdsInnerBorder, .SideBarBackground,
.rcbt1, .rcbt2, .rcbt3, .rcbt4  {
	background: url("/assets/images/page/content_gradient.png") repeat-x center top;
}
*/
.SideBarBackground{margin: 0; width: 16.5em; background-color: #E8F6BF;}

/* old slimbox.css */

}

