@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #e7e7e7;
	background-image: url(img/bg-page.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input{
        border: 1px;
        border-color:#181882;
        border-style:solid;
        /*background-image:url(img/formback.jpg);*/
        padding-left: 10px;
        width: 320px;

        font-family: Arial;
        font-size: 13px;
        color: #696969;
}

input:hover{
        border-color:black;
        color: black;
}
input.submit{
        border: 2px;
        border-style: outset;
        border-color:#a0a8e9;
        background-color:#dddddd;
        width: 330px;
        height: 25px;
        margin-top: 10px;

        font-family: Arial;
	font-size: 11px;
        font-weight: bold;
	color: #454545;
}

input.submit:hover{
        color:black;
}
textarea{
        border: 1px;
        border-color:#181882;
        border-style:solid;
        padding: 10px;
        overflow:auto;
        width: 310px;

        font-family: Arial;
        font-size: 13px;
        color: #696969;


}
textarea:hover{
        border-color:black;
        color: black;
}

a:link {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color:#000099;
}
a:visited {
	color: #000099;
}
#content {
        position:absolute;
        width: 870px;
        min-height: 100%;
        left: 50%;
	margin-left:-435px;
	background-color:#f8f8f8;
}
#blog {
        position:absolute;
	height: 1500px;
	width: 870px;
        left: 50%;
	margin-left:-435px;
	background-color:#f8f8f8;
}
		  		  
#bglefttop {
        position:absolute;
	width: 8px;
	height: 269px;
	background-image:url(img/border-left.gif);
}
#bgleft {
        position:absolute;
	width: 8px;
	height: 100%;
	background-image:url(img/bg-border-left.gif);
}
#bgright {
        position:absolute;
	width: 8px;
	height: 100%;
	left: 862px;
	background-image:url(img/bg-border-right.gif);
}
#bgrighttop {
        position:absolute;
	width: 8px;
	height: 269px;
	background:url(img/border-right.gif);
}
			
#menu {
        position: absolute;
	height: 269px;
	width: 336px;
	left:8px;
	background-image:url(img/bg-menu.jpg);
}


#menulinks { 
        padding: 18px 0 0 38px;
}

#foto {
        position: absolute;
	height: 269px;
	width: 283px;
	background-image: url(img/bg-photo.jpg);
	left: 344px;
}
#logo {
        position: absolute;
	height: 168px;
	width: 235px;
	background-image: url(img/logo.jpg);
	background-repeat:no-repeat;
	left: 627px;
}
#headerlinks {
        position: absolute;
	height: 69px;
	width: 235px;
	left: 627px;
	top: 168px;
}
		
#header {
        position: absolute;
        height: 31px;
	width: 240px;
	left: 46px;
	top: 136px;
}
#osterei
{
        position:absolute;
        left: 400px;
        top: 0px;
        height: 170px;
        width: 113px;
        background-image:url(img/osterei.png);
        background-repeat:no-repeat;
        z-index:5;
}
		
#News {
        position: relative;
        float: right;
	width: 225px;
        right: 8px;
	margin-top: 237px;
	/*left: 627px;*/
	background-color:#FFFFFF;
        padding-right: 10px;
}
	
#Newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #454545;
	padding-left: 20px;
}
.date {
        color: #777777;
}
.title {
        font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}
#Inhalt {
        position: relative;
	left: 8px;
        float: left;
	margin-top: 250px;
	width: 618px;
	
}
	
#Fotogalerie{
	padding-left: 80px;
        float: left;
	margin-top: 250px;
	width: 800px;

}

#logocover{
    position: absolute;
    top: 720px;
    left: 570px;
    width:200px;
    height: 30px;
    background-color: #f8f8f8;

}
	
#Inhalttext {
        padding-left: 50px;
        font-family: "Lucida Grande", Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #454545;
        background-image:url(img/bg-paragraph.gif);
	background-repeat:repeat-y;
}

#Blogtext {
        padding-left: 50px;
        padding-right: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #454545;
        text-align:justify;
        background-image:url(img/bg-paragraph.gif);
	background-repeat:repeat-y;

}
.blogcomment {
        color:#797979;
        font-size: 12px;
}


.Ueberschrift {
        font-family: "Lucida Grande", Tahoma, Arial, Verdana;
        font-size: 13px;
	font-weight: bold;
	color: #252525;
	margin-bottom: -3px;
}

#Bild {
        position: absolute;
	height: 228px;
	width: 255px;
	left: 344px;
	top: 41px;
}

.formeingabe {
       position:relative;
       width: auto;
       float:right;
       margin-right: 80px;

}
.formdesc {
        position: relative;
        float: left;

    	font-family: Arial;
	font-size: 11px;
        font-weight: bold;
	color: #454545;
}
.formrow{
        min-height: 10px;
}

#contactform {
        position:relative;
        margin-left: 70px;
        margin-top: 20px;
}


