/*
Boxes Template By WG - http://webgazette.co.uk

Released under a Creative Commons Attribution v2.0 license see license.txt for more details

V1.1 Last updated 13th November 2008

 */


/* General element styles */

Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-image : url('images/neu.jpg');	
}

p {
	font-size: 1.0em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

#container {
	background: url('images/body.jpg') repeat-y left;
	margin: 0 auto;
	padding: 0;
	width: 900px
}

/* Header */

#header {
	background: url('images/header1.jpg') no-repeat top left;
	height: 232px
}

/* Site title and description */

#site-title {
	padding: 5px 20px 0 10px;
}

#site-title h1, #site-title p {
	display: inline;
}

#site-title h1 {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 0 0;
}

#site-title h1 a {
	text-decoration: none;
	color: #0268cd;
font-size: 1.2em;

}

#site-title h1 a:hover {
	color: #fe9b00;
}

#site-title p {
	float: right;
	margin: 0;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #369b01;
}
input, select, textarea { color:#4272D7; }

input#userw{
height: 18px;
width: 60px;
padding: 2px 0 0 25px;
position: relative;
border: 1px solid #a9a9a9;
font-size: 12px;
color: #777;
background:#E4FFCE url(http://www.kinderweb.eu/member/layout/img/bereich.gif) no-repeat 3px 3px;
}
input#passw{
height: 18px;
width: 60px;
padding: 2px 0 0 25px;
position: relative;
border: 1px solid #a9a9a9;
font-size: 12px;
color: #777;
background:#E4FFCE url(http://www.kinderweb.eu/member/layout/img/icon_key.gif) no-repeat 3px 2px;
}


/* 3 coloured boxes */

#boxes {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

#boxes a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#boxes a:hover {
	text-decoration: underline;
}
#orangebox {
	overflow: hidden;
	
}
#greenbox {

	overflow: hidden;


}

#greenbox {
	overflow: hidden;

}

#orangebox p, #bluebox p, #greenbox p {
	margin: 0px;
	padding: 2px 0 2px 0;
	font-size: 12px;
	color: #ffffff;
}

#orangebox h2, #bluebox h2, #greenbox h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 0.8em;
	color: #000000;
	border-bottom: 1px solid #6b6b6b;
}

#orangebox {
	float: left;
	width: 255px;
	height: 150px;
font-size: 1.0em;

	margin: 0;
	padding: 20px 10px 0px 20px;
}

#bluebox {
	float: left;
	width: 255px;
	height: 150px;
	margin: 0;
	padding: 20px 20px 0px 28px;
}

#greenbox {
	float: left;
	width: 255px;
	height: 150px;
	margin: 0;
	padding: 20px 0px 0px 18px;
	

}

/* Content */

#content {
	float: right;
	margin: 0;
	padding: 0 40px 10px 10px;
	text-align: justify;
	width: 650px;
	font-size: 0.8em;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
}

#content p {
	padding: 0 0 7px 0;
	margin: 0;
}

#content a, #footer a {
	color: #0268cd;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	color: #fe9b00;
}

.info {
	font-size: 0.8em;
	font-weight: bold;
	color: #369b01;
	border-bottom: 2px solid #c0c0c0;
	padding-bottom: 2px;
}
#navcontainer a:visited,a:current,a:active {
                color: #666666; 
   text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	margin: 0;
	padding: 11px 0 0 20px;
	font-size: 0.8em;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
	width: 150px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
}

#sidebar li {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
}

#sidebar ul.main-nav li {
	background: url('images/orange-button.jpg') no-repeat left bottom;
}

#sidebar ul.archive li {
	background: url('images/blue-button.jpg') no-repeat left bottom;
}

#sidebar ul.category li {
	background: url('images/green-button.jpg') no-repeat left bottom;
}

#sidebar li a, #sidebar a:visited {
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	color: #0268cd;
}

#sidebar li a:hover   {
	color: #fe9b00;
}

/* Footer */

#footer {
	clear: both;
	background: url('images/footer.jpg') no-repeat top right;
	height: 53px;
	text-align: center
}

#footer p {
	color: #6B6B6B;
	padding: 15px 10px 0 10px;
	font-size: 0.7em;
}

/* Various styles */

.left {
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #000;
}

.right {
	float: right;
	padding: 5px;
	margin: 0 0 5px 5px;
	border: 1px solid #000;
}