/* --------------- Einstellung für alle Elemente ---------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background: url(images/bg_page.jpg) left top repeat-x #a3c8e5;
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #7e7e7e;
}

/* --------------- page ---------------*/
#page {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}



/* --------------- Header ---------------*/
#cheader {
	clear: left;
	float: left;
	width:850px;
	height: 304px;
	margin: 19px 0px 0px 0px;
	background: url(images/bg_cheader.jpg) left bottom no-repeat;
}

#logo {
	clear: left;
	float: left;
	width: 230px;
	height: 56px;
}

#hm {
	float: left;
	width: 620px;
	height: 56px;
	font-size: 82.50%;
}
#hm ul {
	margin: 25px 0px 0px 0px;
	list-style-type: none;
}
#hm ul li{
	float: left;
	width: 99px;
	height: 20px;
	margin: 0px 1px 0px 0px;
	padding: 11px 0px 0px 0px;
	background: url(images/bg_hm.gif) left top no-repeat;
	list-style-type: none;
	text-align: center;
}
#hm ul li a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#hm ul li a.active{
	color: #000;
}

#slogan {
	clear: left;
	float: left;
	width: 155px;
	height: 80px;
	margin: 55px 0px 0px 50px;
	text-align: right;
	color: #fff;
	line-height: 1.5em;
}
#slogan h1{
	margin: 0px 0px 10px 0px;
	font-size: 112.50%;
	text-transform: lowercase;
	color: #5186ac;
}

#search {
	float: left;
	clear: left;
	margin: 38px 0px 0px 32px;
}
#search input{
	width: 140px;
	border: none;
}



/* --------------- content ---------------*/
#ccontent {
	clear: left;
	float: left;
	width:850px;
	padding: 20px 0px 30px 0px;
	background: url(images/bg_ccontent.gif) left bottom no-repeat #fff;
}

#leftmenue {
	clear: left;
	float: left;
	width: 165px;
	margin: 30px 50px 0px 27px;
	text-align: right;
}
#leftmenue h2{
	margin: 0px 0px 1.0em 0px;
	font-size: 125.00%;
	color: #e6784c;
	text-transform: lowercase;
	font-weight: bold;
}
#leftmenue ul{
	list-style-type: none;
}
#leftmenue ul li{
	margin: 12px 0px 12px 0px;
	list-style-type: none;
}
#leftmenue ul li a{
	color: #666;
	text-decoration: none;
}
#leftmenue ul li a:hover{
	color: #e6784c;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{
	color: #e6784c;
	font-weight: bold;
}


#hpv24{
	clear: left;
	float: left;
	width: 165px;
	margin: 0px 50px 0px 27px;
	font-size: 75.00%;
	color: #666;
	text-align: right;
}
#hpv24 a{
	color: #7ea227;
}




/* Content */
#content {float:left; width:600px; _width:350px; margin:0; padding:0 0 0 20px;}

    /* Content - article */
    #content .article {clear:both; margin:0; padding:20px; background:url("design/content_article_bg.jpg") 0 0 no-repeat;}
    #content .article h2 {margin:0 -20px; padding:10px; background:#DEE5FD url("design/content_title_bgx.gif") 0 0 repeat-y; color:#192666;}
    #content .article h2 span {background:url("design/ico_list.gif") 0 50% no-repeat; padding-left:25px;}
    
    #content .article p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;}
    #content .info a {color:#6685CC;}
    #content .info a:hover {color:#FF9000;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("design/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("design/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("design/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("design/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}

    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("design/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;}
    #content .btn-more a:hover {background:url("design/btn_more.gif") -95px 0 no-repeat;}

/* Right column */
#col {float:left; width:200px; margin:0; padding:0; background:#CEDBF9 url("design/col_bg.gif") 0 0 repeat-y;}
#col-in {padding:20px 10px; background:url("design/col_top.gif") 0 0 no-repeat;}
#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#A0B9F3 url("design/col_title_bg.gif") 0 0 repeat-y; color:#192666;}

    /* Right column - About me */
    #col #about-me {margin-bottom:15px; line-height:130%;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("design/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#category li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#category li#category-active a {background:#E0E8FA url("design/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}
    
    /* Right column - Archive */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("design/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;}
    #col ul#archive li a:hover {background-color:#D3DFF8; color:#192666;}
    #col ul#archive li#archive-active a {background:#E0E8FA url("design/ico_archive2.gif") 5px 6px no-repeat; font-weight:bold;}
    
    /* Right column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #col ul#links li a {display:block; padding:3px 0 3px 22px; background:url("design/ico_links.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#links li a:hover {background-color:#D3DFF8; color:#192666;}


/* --------------- footer ---------------*/
#mfooter {position:relative; clear:both; width:770px; height:60px; margin-bottom:0px; background:url("design/footer.jpg") 0 0 no-repeat; color:#6685CC;}
#mfooter a {color:#6685CC;}
#mfooter a:hover {color:#192666;}

#footer {
	clear: left;
	float: left;
	width: 850px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: #517791;
	font-size: 82.50%;
}


#copyright {
	float: left;
	margin: 0px 0px 0px 20px;
}
#fmenue {
	float: right;
	margin: 0px 20px 0px 0px;
}
#fmenue ul{
	list-style-type: none;
}
#fmenue ul li{
	list-style-type: none;
	float: left;
}
#fmenue ul li a{
	margin: 0px 4px 0px 4px;
	color: #517791;
}

/* --------------- Formulare ---------------*/
#kontaktform {
	clear: left;
	float: left;
	line-height: normal;
	width: 440px;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 30px 10px;
	background-color: #efefef;
}
#kontaktform label {
	clear: left;
	float: left;
	width: 100px;
	margin: 10px 0px 0px 0px;
}
#kontaktform label.plabel {
	font-weight: bold;
}
#kontaktform input,
#kontaktform select,
#kontaktform textarea {
	float: left;
	width: 325px;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#kontaktform input.reset {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}