/**
  SilverStripe PaddyGreen Theme
  developed by Lakshan Perera
  http://www.web2media.net/laktek
 
  This is the layout file which defines the visual representation of the site
 */
 
/* Import whitespace resetting code */
@import url(reset.css);
@import url(dropdown.css);

/* Page Element Styles */
body#Page {
	background:#efefef none repeat scroll 0%;
	color:#273138;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	height:100%;
	min-height:700px;
	width:840px;
	margin: 0 auto;
}

#Page a {
	color:#004080;
	text-decoration:none;
}

#Page a:hover {
	text-decoration:underline;
}

#Page img{
        margin: 0;
        border:0px solid #fff;
}

#Page img a:hover {
	text-decoration:none;
}


#Page img.left{
        float: left;
        margin: 0.1em 1em;
}

#Page img.right{
        float: right;
        margin: 1em;
}

#Page h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
}

#Page blockquote {
	background:transparent url(../images/quotes-meta.gif) no-repeat scroll 0pt 2px;
	color:#666B75;
	font-family:Georgia,serif;
	font-size:107%;
	line-height:1.5em;
	padding-left:23px;
}

#Page em {
	font-style:italic;
}
#Page strong {
	font-weight:bold;
}

#Page blockquote em {
	font-style:italic;
	display:block;
	padding-left:50%;
}

#Page code, #Page pre {
	color: #000;
	background-color: #e3e3e3;
	font-family: Monaco, monospace;
	text-align: left;
	padding-left: 2em;
	}

#Page hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#eeeeee;
	background-color:#eeeeee;
	height:1px;
	clear:both;
}

#Page ol {
	list-style: decimal inside;
	padding-left: 2em;
}

/* Basic Layout Styles */
.innerWrap{
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

.headLogo{
	background-image: url(../images/llg-logo-background.png);
	background-repeat:repeat-x;
	background-color: #003162;
}



/* #Header {background-image: url(../images/llg-logo.jpg); background-repeat:no-repeat; background-position: center; background-color: #003162} */
/*#Navigation{ background: #B3D951  url(../images/nav.gif) repeat-x 0% 0%; border-bottom: 0px solid #8ABF00; width: 100%; float:left;}*/
#Main { background: #f3fdcd;  padding: 0px 0 20px; float:left; width:100%; }
#Footer { background: #273138 url(../images/footer-bg.gif) repeat-x scroll left top; color: #A3A5A7; padding-top: 25px; float:left;  width: 840px; position:relative; margin:0 auto; }


/* Header Styles */

#Header h1#Logo{
	height:70px;
	padding: 30px 0;
}
	#Header h1#Logo span{
			color: #fff;
			
			font-size: 2.5em; 
			float: left;
			text-align: left;
			padding-bottom: 10px; 
			}

/* Navigation Bar Styles */
/* gespeichert in dropdown.css (wird durch @import am Anfang dieser Datei geholt */

/* Main Content */
#Main Content{
		clear: left;
		float: left;
		width: 840px;
		padding-right: 0px;
		background-color:#ffffff;
		padding-bottom: 20px;
}

	#Main #Content h2{
			font-size: 1.85em;
			color: #636567;
			margin: 15px 0pt 5px 0pt;
	}
	
	#Main #Content h3{
			font-size: 1.35em;
			color: #636567;
			margin: 15px 0pt;
	}
	

/* Sidebar styles */


/* Footer Styles */
#Footer .innerWrap {
		background-color:#273139;
}
#Footer div.WidgetHolder{
		float: left;
		width: 30%;
		color: #eae7e7;
		margin-bottom: 10px;
		margin-right: 10px;	
}

	#Footer div.WidgetHolder h3{
			font-size: 1.5em;
			color: #fbf6f6;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}

#Footer #Copyright{
		clear: both;
		padding-top: 5px;
}

	#Footer #Copyright p {
			text-align: center;
			font-size: 10px;
	}
	
	#Footer #Copyright img{
			border: none;
	}

/*
	Auxillary Styles
*/

/* Page Comments */
#PageComments_holder h4{
	font-size:1.5em;
}

#PageComments_holder form{
	margin-bottom : 10px;
}

#PageComments li{
	float:left;
	margin: 5px 0;
	width:100%;
	padding: 5px;
}
#PageComments li p.comment{
	
}
#PageComments li p.info{
	font-style:italic;
	font-size: 0.8em;
}
#PageComments .odd{background:#f1f1ef;}
#PageComments .even{background:#fff;}

.commentrss {
	background: url(../images/feed.png) no-repeat left center;
	padding: 4px 0 1px 25px;
}


/* Image Hover auf der Download Seite */

 .hoverimage1 {
   clear:both;
   width:222px;
   height:200px;
   border:4px solid #fff;
   margin-left: 30px;
 }

 .hoverimage1 a {
   display:block;
 }

 .hoverimage1 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage1 a:hover {
   width:222px;
   height:200px;
   border:4px solid #003162;
   margin:-4px;
 }

.hoverimage1 a:hover img {
   visibility:hidden;
 }

 .hoverimage2 {
   clear:both;
   width:250px;
   height:208px;
   border:4px solid #fff;
   margin-left: 17px;
 }

 .hoverimage2 a {
   display:block;
 }

 .hoverimage2 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage2 a:hover {
   width:250px;
   height:208px;
   border:4px solid #003162;
   margin:-4px;
 }

 .hoverimage2 a:hover img {
   visibility:hidden;
 }


 .hoverimage3 {
   clear:both;
   width:250px;
   height:170px;
   border:4px solid #fff;
   margin-left:15px;
 }

 .hoverimage3 a {
   display:block;
 }

 .hoverimage3 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage3 a:hover {
   width:250px;
   height:170px;
   border:4px solid #003162;
   margin:-4px;
 }

 .hoverimage3 a:hover img {
   visibility:hidden;
 }

 .hoverimage4 {
   clear:both;
   width:250px;
   height:155px;
   border:4px solid #fff;
   margin-left: 15px;
 }

 .hoverimage4 a {
   display:block;
 }

 .hoverimage4 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage4 a:hover {
   width:250px;
   height:155px;
   border:4px solid #003162;
   margin:-4px;
 }

.hoverimage4 a:hover img {
   visibility:hidden;
 }

 .hoverimage5 {
   clear:both;
   width:250px;
   height:187px;
   border:4px solid #fff;
   margin-left: 15px;
 }

 .hoverimage5 a {
   display:block;
 }

 .hoverimage5 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage5 a:hover {
   width:250px;
   height:187px;
   border:4px solid #003162;
   margin:-4px;
 }

.hoverimage5 a:hover img {
   visibility:hidden;
 }
