/* vineal.css */

/* -------------------------------------------------------------------------------- */
/* 	Colors
		vineal grün					#006600
		vineal hellgrün			#99CC66
*/
/* -------------------------------------------------------------------------------- */
/*		ToDo
		- Kaskadierte Menüs
*/


/* -------------------------------------------------------------------------------- */
/* Tags	*/
/* -------------------------------------------------------------------------------- */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body {
	line-height: 150%;
	}
	
a {
	padding: 0 1em 1px 1em;
	border-width: 2px;
	border-style: dotted;
	border-color: #999999;
	border-top-style: none;
	border-right-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	}
	
	a:hover {
		border-width: 2px;
		border-style: dotted;
		border-color: #006600;
		border-top-style: none;
		border-right-style: none;
		background-color: #CCCCCC;
		}

	a:link {
		cursor: pointer;
		}
		
	a:visited {
		color: #666666;
		}
		
h1 {
	font-size: 175%;
	color: #006600;
	}
	
	h1 img {
		float: left
		padding: 0 1em 1em 0;
		}
	
	h2	{
		font-size: 150%;
		color: #666666;
		}
		
		h2 img {
			float: left;
			padding: 0 1em 1em 0;
			}
		
	h3	{font-size: 125%;}
	h4	{font-size: 100%;}
	h5	{font-size: 90%;}
	h6	{font-size:80%;}

p {
	text-indent: 1em;
	}

table 	{
	font-size:small;
	margin:3em;
	}

	td	{
		padding: 0em 1em 0em 1em;
		}

pre {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	color: black;
	font-weight: bold;
	background: #CCFFCC;
	font-size: 9pt;
	margin:1em;
	}

input	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

strong {
	font-weight: bold;
	}
	

/* ---------------------------------------------------------------------- */
/* Id */
/* ---------------------------------------------------------------------- */

/* Page */
#page {
	width: 95%;
	margin: 2% 2% 2% 2%;
	}

/* Vertical Ids*/
#top {
	clear: both;
	}

#middle {
	clear: both;
	}

#bottom {
	clear: both;
	}

/* Sections inside vertical elements */
#header {
	height: 120px;
	}

	#logo1 {
		position: absolute;
		left: 250px;
		}

	/*		
	#logo2 {
		float: right;
		width: 20%;
		}
	*/
		
#content {
	margin: 0 200px 0 200px;
	padding: 1em 5% 1em 5%;
	background-color: #FFFFFF;
	}

#footer {
	clear: both;
	font-size: smaller;
	line-height: 200%;
	background-color: #99CC66;
	text-align: center;
	}

	/* IE ignoriert color: inherit, daher: */
	#footer a {
		color: #000000;
		}


/* ---------------------------------------------------------------------- */
/* Class */
/* ---------------------------------------------------------------------- */

/* Syntax: [nav1|nav2] [horizontal|vertical] [left|center|right] */

.nav1 {
	line-height: 200%;
	/* Schrift in Site-Farbe, Hintergrund weiß */
	background-color: #FFFFFF;
	color: #006600;
	/* font-size: smaller; */
	}
	
	.nav1.horizontal {
		background-color: #99CC66;
		}
		
	.nav1.vertical {
		/* 
		border-width: 5px;
		border-style: solid;
		border-color: #006600 #FFFFFF #006600 #FFFFFF;
		*/
		}
	
	/* IE ignoriert color: inherit, daher Farbe auf Site-Farbe (siehe .nav1) */
	.nav1 a {
		color: #006600;
		}
		
		.nav1 a:hover {
			background-color: #CCCCCC;
			color: black;
			}
		
	/* IE ignoriert color: inherit, daher: */
	.nav1 ul ul a {
		color: black;
		font-weight: normal;
		}

	.nav1 ul ul a:hover {
		background-color: #CCCCCC;
		}

.nav2 {
	text-indent: 0;
	font-size: smaller;
	}

	.nav2.horizontal {
		line-height: 200%;
		background-color: #99CC66;
		}

	.nav2.vertical {
		border-width: 2px;
		border-style: solid;
		border-color: #FFFFFF #FFFFFF #99CC66 #99CC66;
		padding: 0 0 0 1em;
		text-indent: 0;
		}
	
	/* IE ignoriert color: inherit, daher: */
	.nav2 a {
		color: #000000;
		padding: 0 0.5em 0 0.5em;
		}


.vertical {
	width: 200px;
	}
	
	.vertical.left {
		float: left;
		}
	
	.vertical.right {
		float: right
		}

	.vertical ul {
		margin: 0;
		padding: 0;
		/*
		border-left: 5px solid #006600;
		*/
		line-height: 250%;
		list-style-type: none;
		/* font-weight: bold; */
		/* text-transform: uppercase; */
		}
		
		/*
		.vertical ul img {
			width: 5em;
			height: 5em;
			}
		*/
	
	.vertical ul ul {
		margin: 0;
		padding: 0;
		border-left: 5px solid #FFFFFF;
		background-color: #FFFFFF;
		line-height: 200%;
		font-weight: normal;
		}

	.vertical img {
		width: 90%;
		}
	
.horizontal {
	clear: both;
	width: 100%;
	}
	
	.horizontal.left {
		text-align: left;
		}
	
	.horizontal.center {
		text-align: center;
		}
	
	.horizontal.right {
		text-align: right;
		}
	
	.horizontal li {
		display: inline;
		margin: 0 1em 0 1em;
		}
		
	.horizontal img {
		float: left;
		top: 0;
		left: 0;
		height: 3em;
		}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
		
.section {
	padding: 0em 0em 2em 0em;
	text-indent: 2em;
	}
	
	.section img {
		padding: 0em 1em 1em 0em;
		float: left;
		}
