/* CSS Document */

/*style sheet for NN4.xx*/
BODY {
		background-color : white;
		font-family : Century Gothic, Arial, Helvetica, sans-serif;
		color:green	margin-bottom : 0%;
		margin-left : 0%;
		margin-right : 0%;
		margin-top : 0%;
	}

h3.view {
color: green;
}
p.text {
font-size:12px
color: orange;

}
/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	background: transparent;
	color: green;
	display: block;
	text-decoration: none;
	width: 170px;
}a.header:link {
color: red;
}

a.header:visited {
color: red;
}
a.header:hover {
color: red;
}
 a.nav:visited {
	background: transparent;
	color: green;
	display: block;
	text-decoration: none;
	width: 185px;
}

a.nav:hover {
	background: #FFFFFF;
	color: green;
	border: 1px green;
	border-style: groove;
	text-decoration: none;
	width: 170px;
}


.Header {
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 220px;
    } 
    .Header1 {
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 190px;
    } 
	
h1, h2, h3, h4, h5, h6 {
	 font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: green;
	 
}

Big {
	font-size: larger;
}

B {
	font-weight: 800
}
	
.Inhalt {
	background: white; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: green; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 220px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	padding: 5px; /*space to separate navigation and content*/
}

.proposal {
	background: 000000; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #ffffff; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 220px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	padding: 5px; /*space to separate navigation and content*/
}


.content {
	background: 000000; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #ffffff; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 490px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	padding: 5px; /*space to separate navigation and content*/
}

.sponsor  {
	background: 000000; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #ffffff; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;

	padding: 5px; /*space to separate navigation and content*/
}
.pagetitle{
	background: 000000; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #FFCC33; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 220px; /*to position the content area to the right of the navigation*/
	margin-right: 20px; /*breathing space for the text*/
	padding: 5px; /*space to separate navigation and content*/
}
.sponsortitle{
	background: #000000; /*declare a color together with a contrasting background color*/
	
	color: #FFCC33; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 240px; /*to position the content area to the right of the navigation*/
	
	padding: 5px; /*space to separate navigation and content*/
}

.ht {
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-weight: 700
}

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
    height: auto;
    font-family : Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
    
    /*line-height : 110%;line-height set to 110% in order to*/
                                   /*have the navigation elements better separated*/
    }   
    
.navbox {
	background-color: yellow;
	border: 1px green;
	border-left: 2px #FF0000;
	border-style: groove;
	color: #FF0000;
	font-family: Century Gothic, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 15px; /*some button-like boxes for the left-side navigation*/
	font-weight: 700;
	margin: 0.1px;
	padding: 1px 2px;
	width: 170px;
}
a.orange:link {
color: orange;
}

a.orange:visited {
color: orange;
}
a.orange:hover {
color: orange;
}
img.right 
{
float:right
}
.fields {
	background: 000000; /*declare a color together with a contrasting background color*/
	border: 0.1px solid #000000; /*to insure that NN4.xx renders the background-color of the content area*/
	color: #ffffff; /*to insure readability*/
	font-family: 'Arial', Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;

}

