/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body {
     background-image: url(../bilder/background.jpg);
	 background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(../bilder/header.png);
     width: 750px;
     height: 283px; 
}

#logo {
display:none;	 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}

#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #650B14;
}

#news {
     position: relative;
     width: 100px;
     left: 226px;
     top: -2px; 
}

#leiter {
     position: relative;
     width: 200px;
     left: 250px;
     top: 7px; 
}


#anfahrt {
     position: relative;
     left: 310px;
     top: 18px;
     width: 75px; 
}

#geschichte {
     position: relative;
     left: 370px;
     top: 28px;
     width: 75px; 
}


#pruefung {
     position: relative;
     left: 390px;
     top: 36px;
     width: 150px; 
}

#kalender {
     position: relative;
     left: 490px;
     top: 42px;
     width: 120px; 
}


#obedience {
     position: relative;
     top: 45px;
     width: 120px;
     left: 550px; 
}

#links {
     position: relative;
     left: 620px;
     top: 45px;
     width: 75px; }

#guestbook {
     position: relative;
     left: 705px;
     top: 37px;
     width: 75px; }

#contact {
     position: relative;
     left: 790px;
     top: 25px;
     width: 75px; 
}

#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2em;
     top: -180px;
}

#slogan {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1em;
	position: relative;
	right: 40px;
	top: -180px;
}

#wrapper {
     background-image: url(../bilder/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 680px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 25px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #650b14;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entrytitle2 {
     color: #5d761b;
     font-size: 0.9em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 20px; 
}

.entryred {
     color: #FF0000;
} 

.entrypurple {
     color: #800080;
} 

.entryblack {
     color: #000000;
} 

input {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}

select {
	border: 1px solid #000000;
}


.entry a {
	color: #5d761b;
	text-decoration: none;
	font-weight: bold;
}

.entry a:visited {
     text-decoration: none; 
}

.entry a:hover {
     color: #ae7e0f;
}
ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}

ul a:hover {
     color: #5d761b;
}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(../bilder/footer.png);
     clear: both; 
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 100px;
     left: 25px; 
}
