/* begin overall style */
* { margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
}

#page
{
	width: 100%;
	margin: 0 auto;
}

#header
{
	height: 100%;
	width: 100%;
	float: left;
}

#logo
{
	margin-top: 1%;
	height:74px;
	width:455px;
	float: left;
}

#leiste 
{ 
	padding: 55px 0 0 20px;
}

#mainmenu
{	
	float: left;
	width: 510px;
}

#mainmenu ul
{
	padding: 0.4em 0 0.3em 0;
	float: left;
}

#mainmenu ul li
{
	display: inline;
	border-right: 1px solid #666;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em 0.4em 0.4em;
	color: #666;
	text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #FFF url(img/line.gif) repeat-x center 21px;
	color: #666;
	text-decoration: none;
}

#banner {
	clear: both;
	overflow: hidden;
	height: 186px;
	width:100%;
	background: #FFF url(img/banner_1.jpg) no-repeat;
}
.feld {
	margin: 0 0 0 80px;
	padding: 50px 0 0 15px;
	width:300px;
	height:136px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: transparent url(img/deckel_banner.jpg) no-repeat;
}
.feld p { 
	margin:0 0 6px 0; 
}
#content2 {}
#content
{
	max-width: 86%;
    /* border: 1px solid red; */
}
#wrapper 
{
	width: 95%;
    margin: 0 auto;
}
.post
{
	margin: 20px 0;
}
.post .title
{
	clear:both;
	padding-left: 5%;
	font-size: 1.8em;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

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

.post .author
{
	color: #888;
}

.post .nav
{
        float:right;
	padding: 20px 50px 0 0;
}

.post .nav a {
    color: #ff9900;
}
.post .draft
{
	color: red;
}

.post .published
{
	color: green;
}

.post .archived
{
	color: yellow;
}

.post .content 
{ 
	float: right;
	width: 60%;
}

.post .content .linker a { 
    float:right;
    color:#ff9900;
}
.linker img {
	padding-top: 2px;
}
.post .content a { 
	color: #666; 
}
.post .content ul li { 
	padding: 2px 0;
}
.back a {
	color:#666;
	float:left;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 80%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

