/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("/wp-content/themes/pngbehavior.htc");
}

body {
margin: 0px;
font-family: verdana, arial, helvetica;
font-size: 11px;
background-color: #e7e7e7;
color: #333;
line-height: 1.3em;
overflow-y:scroll;
}

td {
vertical-align: top;
}

/*******************mein css*********************/
/* Basic Elements */
#main {
	width: 890px;
	background-color: white;
	}
#header {
	height: 113px;
	background-image: url(images/header_bg.gif);*/
	background-repeat: repeat-x;
	}
.blogname {
	display: block;
	width: 500px;
	padding: 20px 0 0 15px;
	float: left;
	}
.blogbeschreibung {
	text-transform: uppercase;
	color: #f19e9e;
	margin: 0 0 0 10px
	}
#agendalink {
	float: right;
	margin: 20px 20px 0 0;
	}
#container {
	width: 890px;
	margin: 0 auto;
	padding-top: 20px;
	}
#right {
	width: 690px;
}
.content {
	margin: 15px;
}
#left {
	margin-bottom: 50px;
	width: 200px;
	background-color: #d1d1d1;
	padding: 5px;
	}

#footer div {
	margin: 10px;
	color: #666;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #9d9d9d;
	}
.seitentitel { /*überschriften der seiten*/
	font-size: 13px;
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 20px;
	}
.newstitel { /*überschriften der artikel*/
	font-weight: bold;
}

.landstrlogo {
margin-top: 20px;
}
/******************************menu formatierung***************/


#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.menu {
	background-color: #9d9d9d;
	list-style: none;
	padding: 0px;
	border: 1px solid #9d9d9d;
	}
.menu li {
	padding: 0px;
	margin: 0px;
	}
.page_item {
border-top: 1px solid #d1d1d1;
}

.page_item a {
margin: 5px 5px 5px 8px;
}

.page_folder ul {
border: 1px solid #4c4c4c;
background-color: #4c4c4c;
}

.page_folder ul a {
padding-left: 5px;
}

.page_folder ul ul {
background-color: #333;
}

.page_folder ul ul a{
padding-left: 10px;
}

.current_page_item a {
font-weight: bold;
}

.current_page_item ul a {
font-weight: normal;
}

.menu a { text-decoration: none;
		color: #fff;
		display: block;
     }
.menu a:link { text-decoration: none;
		color: #fff;
     }
.menu a:visited { text-decoration: none;
		color: #fff;
     }
.menu a:link:focus{ text-decoration: none;
		color: #fff;
     }
.menu a:link:hover, 
.menu a:visited:hover { text-decoration: none;
		color: #fff;
    }
.menu a:link:active, 
.menu a:visited:active {text-decoration: none;
		color: #fff;
     }

.widgettitle {
border-bottom: 2px solid #cc0000;
font-size: 11px;
margin-bottom: 2px;
color: #746f60;
margin-top: 20px;
font-weight: normal;
}

.textwidget {
font-size: 10px;
}

.small {
font-size: 10px;
color: #868172;
}

.weiterlesen {
text-align: right;
display: block;
}

.auszug p {
margin: 0px;
}

#startbild {
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #cc0000;
}


.bearbeiten {
background-color:#cc0000;
color: #fff;
padding: 5px;
}

.menu2 {
font-size: 11px;
text-transform: uppercase;
color: #02858d;
letter-spacing: 3px;
padding: 5px;
background-color: #cc0000;
display: block;
margin: -5px -5px -5px -8px;
}


/***für bilder im text**/
.alignleft  {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.alignright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

p {
clear: both;
}


.artikelliste ul {
list-style: none;
padding: 0px;
margin: 0px;
}

.drucklink {
text-align: right;
}

/**********************eingabefelder*************/


input {
border: 1px solid #9b988e;
margin: 5px;
color: #333;
font-size: 11px;
font-family: verdana, arial;
}

textarea {
border: 1px solid #9b988e;
margin: 5px;
color: #333;
font-size: 11px;
font-family: verdana, arial;
}

input[type="submit"] {
  border: 1px solid #02858d;
  background-color: #059ea5;
  color: white;
}



a { color: #cc0000;
     }
a:link { color: #cc0000;
     }
a:visited { color: #cc0000;
     }
a:link:focus{ color: #cc0000;
     }
a:link:hover, 
a:visited:hover { color: #cc0000; text-decoration: none;
    }
a:link:active, 
a:visited:active { color: #cc0000;
     }

a img {
border: none;
}
a:hover img {
border: none;
}
a:visited img {
border: none;
}
