* { font-family: Calibri, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

html {
	background: #aaf;
	color: white;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 99.2%;
}

body {
	margin: 2pc 0;
	color: #111;
}

#header {
	text-align: center;
	font-size: 4pc;
	color: white;
	margin: 0 auto 3.2pc;
	text-shadow: 0pt 0pt 15pt black, 0pt 0pt 10pt blue, 0pt 0pt 5pt black;
}

#footer {
	color: white;
	text-shadow: 0pt 0pt 15pt black, 0pt 0pt 10pt blue, 0pt 0pt 5pt black;
}

a:link, a:visited {
	color: #660;
	text-decoration: none;
}

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

a img { border: 0; }

p { padding: 0; margin: 0; }
p + p { margin-top: 6pt; }
hr { margin: 1pc 0; height: 1px; background-color: black; border: none; }

.indent { padding-left: 2pc; }

h1 { font-size: 150%; font-weight: normal; padding: 0; margin: 2pc 0 1pc; border-bottom: 2pt solid #bb9; }
h2 { font-size: 120%; font-weight: normal; padding: 0; margin: 1.2pc 0 0.1pc; }
h3 { font-size: 110%; font-weight: normal; padding: 0; margin: 0.8pc 0 0; }
h1:first-child { margin-top: 0.8pc; }

h1.tight, h2.tight, h3.tight { margin: 0; }

.heading-feed { float: right; border: 0px; }

div#container {
	margin: 0 auto;
	padding: 0;
	max-width: 400pt;
}

div#content {
	margin: 0 auto;
	text-align: left;
	background: white;
	padding: 12pt;
	-khtml-border-radius: 6pt;
	-opera-border-radius: 6pt;
	-webkit-border-radius: 6pt;
	-moz-border-radius: 6pt;
	border-radius: 6pt;
}

div#content img {
	max-width: 100%;
}

div#content #news img {
	border: 1px solid #999;
	margin: 8pt auto;
}

div#content #news div {
	text-align: center;
}

div#footer {
	font-size: 10pt;
	text-align: center;
	margin: 6pt 0;
}

.blog_author, .blog_title { font-weight: bold; }
.blog { text-align: right; padding-right: 0.4pc; padding-left: 0.4pc; }
td.date, td.blog, td.entry { margin-bottom: 2pc; line-height: 1.1em; vertical-align: baseline; }

.formrow { margin: 0.5pc 0; }
.opposite { text-align: right; }

form#kontakt { margin: 1pc 0; }
form#kontakt label { width: 7pc; display: inline-block; }
form#kontakt textarea { width: 100%; }
form#kontakt input, form#kontakt textarea { border: 1pt solid black; }

#error { margin-left: 2pc; color: red; font-weight: bold; }

dl { margin-left: 2pc; }
dt { font-weight: bold; }
dd { margin: 0; }
dd + dt { margin-top: 1pc; }

#menu { text-align: right; margin-right: 1pc; }
#menu ul { list-style-type: none; margin: 0; padding: 0; }

#menu ul li {
    position: relative;
    top: 0.2pc;
    display: inline-block;
    margin: 0 0.1pc -0.7pc;
    padding: 0.3pc 0.8pc;
    background: white;
    font-weight: bold;
    font-size: 12pt;
    -khtml-border-radius: 3pt;
    -opera-border-radius: 3pt;
    -webkit-border-radius: 3pt;
    -moz-border-radius: 3pt;
    border-radius: 3pt;
}

#menu ul li a, #menu ul li a:visited { color: black; }

#menu ul li.selected, #menu ul li:hover { padding-bottom: 0.6pc; position: relative; top: -0.3pc; }

