/* CSS Document */

	/* lay-out */

body{
	font-family: Verdana;
	background-color: #DAFFDB;
	margin: 0;
}

#main_container{
	margin: 0 auto;
	width: 980px;
}

#header{
	height: 100px;
	background-attachment: scroll;
	background-image:  url(/images/logo.jpg);
	background-position: center 10px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#menu{
	width: 980px;
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
}

#content_container{
	width: 980px;
	background-attachment: scroll;
	background-image: url(/images/bg_dehelpendehand.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.height{
	height: 560px;
}

#newsflash{
	width: 450px;
	height: 40px;
	margin-left: 265px;
	border: 1px solid #003399;
}

#news{
	width: 420px;
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-align: justify;
	padding: 15px;
	margin-bottom: 20px;
	height: 200px;
	margin-left: 265px;
	border-top: none;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}

img.big{
	border: 1px solid #006600;	
}

img.left{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #006600;	
}

img.right{
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #006600;	
}

#content{
	width: 450px;
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-align: justify;
	padding: 20px;
	margin-left: 245px;
}

#statcounter{
	float:left;
	width: 980px;
	font-size: 10px;
	color: #404040;
	font-family: Verdana;
	text-align: left;
	padding-left: 5px;
}

#footer_container{
	float:left;
	width: 980px;
	font-size: 10px;
	color: #999999;
	font-family: Verdana;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	margin-top: 20px;
}

#footer_left{
	float: left;
	padding: 5px;
	text-align: left;
}

#footer_right{
	float: right;
	padding: 5px;
	text-align: right;
}

hr{
	height: 1px;
}


	/* forms */

input, textarea { 
    background-color: #DAFFDB; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #006600; 
    font-family: Verdana; 
    font-size: 12px; 
    color: #006600; 
}

.input_fout {
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
}


	/* text & headers */


h1{
	font-family: Verdana;
	font-size: 14px;
	color: #003399;
	text-indent: 10px;
	font-weight: bold;
	text-align: center;
}


h2{
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-indent: 10px;
	font-weight: bold;
}

h3{
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}


	/* links */
	
	
a:link, a:visited{
	color: #006600;
	text-decoration: none;
}

a:hover, a:active{
	color: #006600;
	text-decoration: underline;
}

a.design:link, a.design:visited{
	color: #999999;
	text-decoration: none;
}

a.design:hover, a.design:active{
	color: #999999;
	text-decoration: underline;
}
