a img,:link img,:visited img {
    border:none;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: 'Droid Serif', serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}


a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}




/* Menu */

#menu {
	width: 800px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(bilder/menu.jpg) center top;
	border-bottom: 6px solid #3F3F3F;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(bilder/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(bilder/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: url(bilder/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 25px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}


/* Splash */

#splash {
	width: 800px;
	height: 155px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 10px;
}

#logo h1 {
	float: left;
	padding-top: 26px;
	font-size: 2em;
	font-family: 'Droid Serif', serif;
        text-transform:uppercase;  
}

#logo h2 {
	float: right;
	padding-top: 27px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: left;
	width: 488px;
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 22px;
	font-family: 'Droid Serif', serif;
}

.post .title a {
	text-decoration: none;
        color:#00a5bd;
}

.post .entry {
	padding: 10px 10px 0px 10px;
        text-align: justify;
}

.post h2 {
        color:#00a5bd;	
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}


.content-nav {
    margin: 15px 30px 10px 10px;
    color: #737373;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

.content-nav a {
    color: #737373;
    font-weight: normal;
    font-size: 11px;
}

.content-nav a:hover {
    text-decoration: underline;
}

.entry-meta {
    font-size: 11px;
    text-align:right;
    margin-top: 1em;
    margin-bottom: 20px;
    padding: 0px 10px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
        font-size: 11px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Search */


.search-form {
        margin: 10px 0px 0px 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}




/* Widgets */

.widget {
position: relative;
overflow: hidden;
width: 100%;
}

.widget-content {
position: relative;
margin: 5px 0 20px;
}

.widget-list,
.archive-list {
margin: 0;
padding: 0;
list-style: none;
}

.widget-list .widget-list {
margin-left: 15px;
}

.widget-list-item {
margin-top: 5px;
margin-bottom: 5px;
}

.widget-cloud .widget-list {
margin-right: 0;
margin-left: 0;
}

.widget-cloud .widget-list-item {
display: inline;
margin: 0 5px 0 0;
padding: 0;
line-height: 1.2;
background: none;
}

.widget-cloud .rank-1 { font-size: 3em; }
.widget-cloud .rank-2 { font-size: 2.75em; }
.widget-cloud .rank-3 { font-size: 2.5em; }
.widget-cloud .rank-4 { font-size: 2.25em; }
.widget-cloud .rank-5 { font-size: 2.0em; }
.widget-cloud .rank-6 { font-size: 1.75em; }
.widget-cloud .rank-7 { font-size: 1.5em; }
.widget-cloud .rank-8 { font-size: 1.25em; }
.widget-cloud .rank-9 { font-size: 1em; }
.widget-cloud .rank-10 { font-size: 0.75em; }



/* quoting box */

.quote {
	background: url(/css/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}

.quote hr {
        width: 50%;
        height: 1px;
        text-align: left;
        border: 1px;
        color: #737373;
        background-color: #737373;
        margin: 8px 0px 0px 0px;
}

blockquote {
	background: #F5F5F5;
                font-size:10px;
	border-top: 1px solid #C1D2EC;
	border-bottom: 1px solid #C1D2EC;
	margin: 30px;
	padding: 20px 20px;
}



.ul-cat, .ul-cat li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul-cat li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dotted #dceeb7;
	background: url(/css/mini-category.gif) no-repeat left center;
}
.ul-cat li li {
	margin-left: 20px;
}
.ul-cat li a, .ul-cat li a:visited {
	color: #737373;
	text-decoration: none;
}
.ul-cat li a:hover {
	color: #333333;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}


table {
        border-spacing: 0px;
}

td {
        padding: 10px 0px 0px 0px;
}

.td-left {
        font-weight: bold;
        text-align:left;
        vertical-align: top;
}

.td-right {
        text-align:left;
        vertical-align: top;
}

hr {
        border:solid #FFFFFF;
}

.entry-summary-head {
	padding: 0px 10px 0px 10px;
}

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

.g1 {
        text-align: center;
}
