* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	color: #333333;
	background-color: #8F98C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

img {
	border: none;
}
img.left {
	float: left;
	margin: 5px 15px 5px 0;
}
img.right {
	float: right;
	margin: 5px 0 5px 5px;
}
img.center {
	float: none;
	margin: 5px 0;
}
/*---------------------------------*/
input, textarea, select {
	border: 1px solid #FF6600;
	color: #B42600;
	background-color: #E2E2E2;
	margin: 10px 0;
}
input:hover, textarea:hover, select:hover {
	background: #DDF7FF;
}
/*---------------------------------*/
/* Logo */
#logo {
	height: 200px;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#logo h1 {
	padding: 20px 0 0 20px;
	letter-spacing: -1px;
	font-size: 3.4em;
}
#logo h2 {
	margin-top: 0px;
	padding: 45px 0 0 420px;
	font-size: 1.8em;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #8F98C9;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
td.absatz {
	border-top:#FFFFFF dashed 1px;
	padding-top:10px;
}
/* Page */

#page {
	position:absolute;
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #0A50A1;

	top: 10px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
}


#over{
	position:absolute;
	width:960px;
	height:500px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
	background-color: #A3D7EF;
	border: 0px dotted #000000;
	overflow: auto;
	margin-top: -250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -485px;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
	background-color:#6FB7D6;
}
#example li {
}
#example li:first-child {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
	text-align:right;
}

/* Footer > Links */

#links {
}
