/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding:0;
	border: 0;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {background:rgba(13, 131, 23, 0.521);}



.main_wrapper{
width:auto;
height:auto;
margin:auto;
}

.header_wrapper{
width:auto;
height:150px;
margin:auto;
}


#logo{float:left;}
#banner{float: right;}


.menubar{
	width:auto;
	height:50px;
	background:gray;
	color:white;
	
}

#menu{
	padding:0;
	margin:0;
	line-height:35px;
	float:left;
	
}

#menu li{
	list-style:none;
	display:inline;
}

#menu a{
	text-decoration:none;
	color:white;
	padding:8px;
	margin:5px;
	font-size:18px;
	font-family:COMIC SANS MS;	
}

#menu a:hover{color:orange;font-weight:bolder;text-decoration:underline;}
#form{float:right;padding-right:8px;line-height: 40px;}

.content_wrapper {
	width:1000px;
	
	margin:auto;
	background:pink;
}

#content_area {
	width:800px;
	
	float:left;
	background:pink;
	
}



#sidebar {
	width:200px;
	height:800px;
	background:rgb(187, 7, 7);
	float:left;
}

#sidebar_titel{
	background: white;
	color: black;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
	
}

#Cats{
	padding: 5px;
	text-align: center;
}

#Cats li{list-style: none;display: block;font-size:13px;margin: 5px;}

#Cats a{color: white;padding:10px;margin: 5px;text-align: center;font-family:comic sans ms;}
#cats a:hover{color:orange;font-weight:bolder;text-decoration:underline;}


#footer {
	width:1000px;
	height:25px;
	background:gray;
	clear:both;
	margin: auto;
	line-height: 50px;
}