* {
	margin: 0;
	padding: 0;
}

#edit-table td {
	padding: 2px;
}

.blb {
	background-color: #ffd800;
	border: 1px solid #ff3300;
	color: black;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 2px;
}

p, span, h1, h2, h3, h4 {
	background-color: transparent;
}

#startseite * {
	color: white;
}

#startseite h1 {
	font-size: 28px;
}

div.box p {
	line-height: 1.4em;
}

div.box * {
	color: white;
}

div.box h1 {
	font-size: 28px;
}

.proposal:hover {
	border: 1px solid black;
	color: black;
}

body {
	background: #F5F5F5;
	margin: 20px 0;
}

body, th, td, input, textarea {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form {}

fieldset {}

input, textarea {
	font-weight: bold;
}

input.text {
	background: #F8FAEB;
	border-bottom: 1px solid #D6E48E;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-top: 1px solid #4D5719;
	padding: 2px 5px;
}

input.button {
	background: #B8D03B;
	border-bottom: 1px solid #4D5719;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-top: 1px solid #D6E48E;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #626456;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 7px;
}

h1 {
	font-size: 3em;
	font-weight: normal;
}

h2 {
	color: #8D8E85;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	line-height: 1.4em;
}

p, ul, ol {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	border-bottom: 1px dotted #B8D03B;
	color: #3C7BCF;
	text-decoration: none;
}

a:hover {
	background: #B8D03B;
	border: none;
	color: #FFFFFF;
}

h1 a, h2 a, h3 a {
	border: none;
	color: #626456;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #B8D03B;
	color: #B8D03B;
}

hr {
	display: none;
}

.imagel:hover {
	background: none;
}

#wrapper {}

#header {
	height: 35px;
	margin: 0 auto;
	/*width: 780px;
	width: 1200px;*/
	width: 1100px;
}

#menu {
	float: left;
}

#menu ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	background: #E9EED0;
	color: #8C8F7D;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 25px;
	margin-right: 1px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
}

#menu a:hover {
	background: #DDE6AB;
	color: #2C2E22;
}

#menu .current_page_item a {
	background: #B8D03B url(/jart/prj3/beate/resources/images/img01.gif) no-repeat;
	color: #FFFFFF;
}

#submenu {
	border-bottom: 1px solid #B8D03B;
	margin-bottom: 15px;
}

#submenu a {
	background-color: #E9EED0;
	border: none;
	color: black;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	margin-right: 5px;
	padding: 6px 10px 4px 10px;
}

#submenu a:hover {
	background-color: #DDE6AB;
	color: black;
}

#submenu #current_page_item {
	background-color: #B8D03B;
	color: #FFFFFF;
}

#search {
	float: right;
	padding-top: 7px;
	width: 260px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

#logo {
	background: #FFFFFF url(/jart/prj3/beate/resources/images/img02.gif) repeat-x left bottom;
	border: 1px solid #B8D03B;
	height: 122px;
	margin: 0 auto;
	width: 1098px;
	/*width: 778px;
	width: 1198px;*/
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 30px 5px 0 20px;
}

#logo h2 {
	font-style: italic;
	padding: 45px 0 0 0;
}

#logo p {
	clear: left;
	color: #C2C5B1;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 20px;
}

#logo p a, #logo p a:hover {
	background: none;
	color: #C2C5B1;
}

#page {
	background: #FFFFFF;
	border: 1px solid #B8D03B;
	border-top: none;
	margin: 0 auto;
	padding: 20px 0;
	/*width: 778px;
	width: 1198px;*/
	width: 1098px
		
}

#content {
	float: left;
	padding: 0 24px 0 21px;
	/*width: 720px;
	width: 1120px;*/
	width: 1020px
}

.post {}

.post .title {
	font-weight: normal;
	margin: 0;
}

.post h1.title {
	font-size: 2.4em;
}

.post .entry {}

.post .meta {
	color: #CFCFCF;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	background: url(/jart/prj3/beate/resources/images/img04.gif) repeat-x;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.post .links a, .post .tags a {
	border: none;
}

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
}

#recent-posts p {
	font-size: .9em;
	margin: 0 0 1.5em 0;
}

.sidebar {
	background: url(/jart/prj3/beate/resources/images/img03.gif) repeat-y;
	float: left;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	padding: 25px 10px 0 11px;
	width: 300px;
}

#sidebar2 {
	padding: 25px 0 0 11px;
	width: 160px;
}

#sidebar2 li ul {
	background: url(/jart/prj3/beate/resources/images/img04.gif) repeat-x;
	line-height: normal;
}

#sidebar2 li li {
	background: url(/jart/prj3/beate/resources/images/img04.gif) repeat-x left bottom;
	font-size: .8em;
	padding: 5px;
}

#sidebar2 li a {
	border: none;
}

#calendar {
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}
#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	color: #FFFFFF;
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#footer {
	font-size: .8em;
	text-align: center;
}

a.thumbhover {
	background: none;
	border: none;
	display: block;
	float: left;
	height: 72px;
	line-height: 72px;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	width: 72px;
}

a.thumbhover:hover {
	background: none;
}


#fancybox-wrap a {
	background-color: transparent !important;
	border: none !important;
}

#fancybox-wrap a:hover {
	background-color: transparent !important;
	border: none !important;
}



