/* =misc
======================================================*/
* {
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
}

body {
	
	color: #000;
	background: #3975bb;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;  
	font-size: 100.01%;
}
/*====================================================*/
/* =headlines
======================================================*/
h1, h2, h3, h4, h5, h6 {
	
	color: #245da2;
}

h1 {
	
	margin-bottom: 10px;
	font-size: 1.5em;
}

h2, h5 {
	
	margin-bottom: 10px;
	font-size: 1em;
}

h2 {
	
	letter-spacing: 0.1em;
}

h3 {
	
	font-size: 1em;
	border-bottom: 1px solid #eaeaea;
	padding: 0 3px 3px 0;
	margin: 15px 0 10px 0;
}

h4 {
	
	font-size: 1.1em;
	margin: 0 5px 5px 0;
	padding-top: 12px;
	font-weight: normal;
}

h5 {
	
	margin-top: 10px;
}

h6 {
	
	margin-bottom: 5px;
	font-size: 0.8em;
}	
/*====================================================*/
/* =navigation
======================================================*/
#menu {
	
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 750px;
	background: #000 url(./bilder/menu_bg.png) repeat-x top left;
}

#menu ul {
	
	margin-left: 10px;
	text-transform: lowercase;
	font-size: 0.9em;
	list-style: none;
}

#menu li {
	
	float: left;
	display: inline;
}

#menu a {
	
	display: block;
	color: #69d4ff;
	border-left: 1px solid #245da2;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	text-decoration: none;
	background: transparent;
}

* html #menu a {
	
  width: 1%;
}

#menu a:hover {
	
	color: #fff;
	background: #314d68;
} 

#menu a.selected, #menu a.selected:hover {
	
	color: #fff;
	background: #2b497d url(./bilder/linka.jpg) repeat-x top left;
	font-weight: bold;
	text-transform: capitalize;
}

#ende {
	
	border-right: 1px solid #245da2;
}
/*================================================*/
/* =alternate
==================================================*/
.alternate #main-body {
	
	float: right;
	width: 500px;
	background: #fff url(./bilder/shadow-side.jpg) repeat-x 0 0;
}

.alternate #sidebar {
	
	float: left;
	width: 250px;
	background: #fff url(./bilder/shadow-main.jpg) no-repeat 0 0;
}

.alternate .box {
	
	margin: 20px 0 15px 10px;
}
/*================================================*/
/* =structure 
==================================================*/
#header {
	
	position: relative;
	width: 750px;
	height: 100px;
	background: #5789c6 url(./bilder/bg_top2.jpg) repeat-x;
}

#logo {
	
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	text-indent: -10000px;
	background: transparent url(./bilder/kk5.png) no-repeat top right;
	width: 200px;
	height: 50px;
}

#wrap {
	
	margin: 0 auto;
	width: 770px;
	padding-bottom: 11px;
	background: #fff url(./bilder/shadow_bg_bot.gif) no-repeat bottom left;
}

#iwrap {
	
	background: #fff;
}

#iiwrap {
	
	width: 770px;
	padding: 0 10px 0 10px;
	background: transparent url(./bilder/shadow_bg.gif) repeat-y top left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px;	
}

html>body #iiwrap {
	
	width: 750px;
}

#main-body {
	
	float: left;
	width: 500px;
	background: #fff url(./bilder/shadow-main.jpg) no-repeat 0 0;
}

#content {
	
	margin: 10px 20px 0 25px;
	padding: 5px 0 20px 0;
	color: #000;
}

#sidebar {
	
	float: right;
	width: 250px;
	background: #fff url(./bilder/shadow-side.jpg) no-repeat 0 0;
}

#footer {
	
	clear: both; 
	width: 750px;
	padding: 2px 0 2px 0;
	background: #1f325a url(./bilder/footer.jpg) repeat-x top left;
	color: #fff;
}
/*=======================================================*/
/* =lists
=========================================================*/
.box ul, #linklist, .artikel {
	
	list-style: none;
	font-size: 0.9em;	
	margin-left: 15px;
	margin-bottom: 10px;
}

.box ul li, #linklist li, .artikel li {
	
	padding-left: 5px;
	padding-right: 3px;
	margin-bottom: 3px;
}

.box ul li, #linklist li, .artikel li {
	
	background: transparent url(./bilder/list.gif) no-repeat 0 8px;
	padding-left: 15px;
}

.box ul li.icon {
	
	background: transparent url(./bilder/feed_icon.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 6px 0;
}

.box ul li.feed {
	
	background-image: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#linklist, .artikel {
		
	margin: 5px 0;
}

#linklist.eintrag li {
	
	background: transparent url(./bilder/list2.gif) no-repeat 0 5px;
}

#impr {
	
	background: #fff url(./bilder/impr_bg.jpg) no-repeat 40px 20px;
	list-style: none;
	font-size: 1em;
}

#impr li {
	
	padding-left: 20px;
	padding-bottom: 3px;
}

#commentlist {
	
	margin: 10px 0 10px 0;
}

#commentlist dt, #commentlist dd {
	
	padding: 7px;
	background: #eeeecc;
	border: 1px solid #d7dfb6;
}

#commentlist dt {
	
	font-size: 0.9em;
	border-width: 2px 2px 0 2px;
}

#commentlist dt span, #commentlist dt.alt span {
	
	font-size: 1.3em;
	color: #245da2;
}

#commentlist dt.author, #commentlist dt.author span, #commentlist dt.alt2 {
	
	color: #fff;
	background: #245da2;
}

#commentlist dt.author span {
	
	font-size: 1.3em;
}

#commentlist dt.alt, #commentlist dd.alt {
	
	background: #ebebeb;
}

#commentlist dd {
	
	font-size: 0.9em;
	margin-bottom: 20px;	
	border-width: 0 2px 2px 2px;
}
	
.philo {
	
	list-style: none;
	font-size: 0.9em;
	margin: 5px 0 10px 0;
}

.philo li {
	
	padding-left: 17px;
	margin-bottom: 5px;
	background: transparent url(./bilder/list2.gif) no-repeat 0 5px;
}
/*==========================================================*/
/* =links
============================================================*/
a.link, .box ul a, .post a, .custom a, #commentlist a, .side a, .post-main a, #impr a, #linklist a, .artikel a {
	
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a.link, .box ul a, #linklist a, .artikel a {
	
	font-size: 0.9em;
}

.post a, .post-main a, address a, #impr a{
	
	font-size: 1em;
}
	
a.link:hover, .box ul a:hover, #impr a:hover, .post a:hover, .custom a:hover, #commentlist a:hover, .side a:hover, .post-main a:hover, #linklist a:hover, .artikel a:hover {
	
	color: #245da2;
	border-bottom: 1px solid #000;
}

.box ul li.feed a, #port dl#last {
	
	border: none;
}

#commentlist dt.author a {
	
	color: #fff;
	font-weight: bold;
	border: none;
}

#footer a {
	
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer a:hover {
	
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

h4 a {
	
	text-decoration: none;
	color: #245da2;
}

h4 a:hover {
	
	border-bottom: 1px solid #000;
	color: #000;
}

/*==============================================================*/
/* =forms
================================================================*/
input[type="text"], textarea {
	
	background: #f3f3f3;
}

input[type="text"]:focus, input[type="text"]:hover, textarea:focus, textarea:hover {
	
	background: #fff;
}
/*
input[type="submit"] {
	
	float: left;
	display: block;
	width: 72px;
	height: 26px;
	text-indent: -10000px;
	background: transparent url(./bilder/submit-button.png) no-repeat 0 0;
}

input[type="submit"]:hover {
	
	background: transparent url(./bilder/submit-button.png) no-repeat 0 -26px;
}
*/
	
.button {

	width: auto;
	border: 2px solid #d7dfb6;
	background: #eff0e0;
	margin-left: 10px;
	text-align: center;
}	

fieldset, #suchung {
	
	font-size: 0.9em;
}

#suchung {
	
	padding-left: 15px;
}

label.left {

	text-align: right;
	width: 6em;
	margin-right: 15px;
}

.text {
	
	width: 200px;
}

.text2 {
	
	margin-top: 5px;
}

#s {
	
	width: 120px;
}

.text, .text2, #s {
	
	border: 1px solid #bebebe;
}

label.left, .text, .text2, #s, .button, .imgbutton {
	
	float: left;
	margin-bottom: 10px;
}

fieldset br, .clear {
	
	clear: both;
}

#s:hover {
	
	border: 1px dotted #bebebe;
}
/*==========================================================*/
/* =paragraphs
============================================================*/
#footer p {
	
	font-size: 0.7em;
	padding: 5px 0 5px 25px;
	text-align: center;
}

.custom {
	
	font-size: 0.8em;
	padding: 0 0 10px 0;
	margin-top: 8px;
	line-height: 1.1em;
}

.custom-text {
	
	font-size: 0.9em;
	line-height: 1.3em;
}

.post, .post-main {
	
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #245da2;
}

.post-main p, .post p  {
	
	font-size: 0.9em;
	line-height: 1.3em;
}

.side {
	
	font-size: 0.8em;
	margin-bottom: 10px;
}
/*========================================================*/
/* =box
==========================================================*/
.box {
	
	margin: 20px 10px 15px 0;
	background: #eff0e0 url(./bilder/border.gif) repeat-y top left;
}

.ibox {
	
	padding-bottom: 10px;
	background: transparent url(./bilder/bottom.gif) no-repeat bottom left;
}

.box h2 {
	
	padding: 14px 2px 0 12px;
	background: transparent url(./bilder/top.gif) no-repeat top left;
}

.box p {
	
	padding: 0 5px 3px 15px;
}
/*========================================================*/
/* =calendar 
==========================================================*/
#wp-calendar {
	
	font-size: 0.9em;
	margin-left: 25px;
}

#wp-calendar a {
	
	color: #245da2;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover, span.big a:hover {
	
	color: #000;
	font-weight: bold;
}

td, th, tr {
	
	text-align: center;
	padding: 0 4px 0 4px;
}

span.big {
	
	font-size: 1.3em;
	padding: 0 2px 0 2px;
}

span.big a {
	
	color: #245da2;
	text-decoration: none;
}
/*===================================================*/
acronym {
	
	color: #f93;
	cursor: help;
}

.left {
	
	float: left;
	margin-right: 10px;
}

.right {
	
	float: right;
	margin-left: 5px;
}

.img {
	
	margin: 5px 0;
}

blockquote {
	
	margin: 10px 10px 10px 0;
	padding: 10px 10px 10px 10px;
	font-family: "Courier New", monotype;
	font-size: 0.9em;
	border: 1px dotted #000;
}

blockquote.zitat {
	
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 20px;
	border-width: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-style: italic;
	font-size: 0.9em;
	background: transparent url(./bilder/quote.gif) no-repeat 0 10px;
}
	
address {
	
	font-style: normal;
	font-size: 1em;
	padding-left: 15px;
}

em.highlight {
	
	color: #ff0000;
}

.grafik {
	
	margin: 10px;
}

#ad {
	
	float: right;
	margin: 10px 5px 5px 8px;
}

/* =portfolio
========================================================*/
#port {
	
	float: left;
	width: 440px;
}

#port dl {
	
	width: 440px;
	float: left;
	font-size: 0.9em;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #245da2;
}

#port dt {
	
	float: right;
	width: 337px;
	font-size: 1.3em;
	color: #3977bb;
	margin-bottom: 3px;
	margin-left: 6px;
}

#port dd.img img {
	
	margin: 0 5px 0 0;
	float: left;
}

#port dd.img {
	
	margin: 0;
}

#port dd {
	
	margin-left: 103px;
}

#port a {
	
	float: left;
	display: block;
	height: 65px;
	width: 84px;
	text-decoration: none;
	border: 2px solid #eff0e0;
}

#port a:hover {
	
	border-color: #d7dfb6;
}