/* tollhaus.css */

/* -------------------------------------------------------------------------------- */
/* 	Colors
		tollhaus beige				#BDBE8C
		tollhaus blau				#08086C
*/
/* -------------------------------------------------------------------------------- */

/*		ToDo:
*/

/* -------------------------------------------------------------------------------- */
/* Tags																				*/
/* -------------------------------------------------------------------------------- */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body {
	line-height: 150%;
	}
	
a {
	padding: 0 1em 1px 1em;
	border-width: 1px;
	border-style: dotted;
	border-color: #08086C;
	border-top-style: none;
	border-right-style: none;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		/* border-width: 2px; */
		/* border-style: dotted; */
		/* border-color: #08086C; */
		/* border-top-style: none; */
		/* border-right-style: none; */
		}

	a:link {
		cursor: pointer;
		}
		
	a:visited {
		color: #666666;
		}
		
h1 {
	font-size: 175%;
	color: #08086C;
	}

	h2 {
		font-size: 150%;
		font-weight: bold;
		color: #BDBE8C;
		}
		
	h3	{font-size: 125%;}
	h4	{font-size: 100%;}
	h5	{font-size: 90%;}
	h6	{font-size:80%;}

p {
	text-indent: 1em;
	}

table {
	width: 80%;
	font-size:small;
	margin:3em;
	}
	
	thead {
		background-color: #BDBE8C;
		font-weight: bold;
		color: #08086C;
		}

	td	{
		vertical-align: top;
		padding:5px;
		}
		
		td p {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			text-indent: 0em;
			}
		
		td h1 {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			background-color: #BDBE8C;
			font-size: 150%;
			font-weight: bold;
			}
			
		td h2 {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			font-size: 120%;
			}
			
		td img {
			width: 100%;
			}
			
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;
	}

@media screen {

/* ---------------------------------------------------------------------- */
/* Class */
/* ---------------------------------------------------------------------- */

.right {
	text-align: right;
	}

/* Syntax: [nav1|nav2] [horizontal|vertical] [left|center|right] */

.nav1 {
	background-color: #BDBE8C;
	color: #08086C;
	}
	
	.nav1.vertical {
		/*
		border-width: 5px;
		border-style: solid;
		border-color: #08086C #FFFFFF #08086C #FFFFFF;
		*/
		}
	
	/* IE ignoriert color: inherit, daher: */
	.nav1 a {
		color: #08086C;
		}
		
		.nav1 a:hover {
			background-color: #FFFFFF;
			color: #08086C;
			}
		
	/* IE ignoriert color: inherit, daher: */
	.nav1 ul ul a {
		color: #000000;
		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: #BDBE8C;
		}

	.nav2.vertical {
		border-width: 2px;
		border-style: solid;
		border-color: #BDBE8C #FFFFFF #BDBE8C #BDBE8C;
		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 0 0 0;
		padding: 0 0 0 0;
		/* border-left: 5px solid #08086C; */
		line-height: 2em;
		list-style-type: none;
		font-size: larger;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.vertical ul a {
		margin: 0 0 0 1em;
		}
	
	.vertical ul ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-left: 5px solid #FFFFFF;
		background-color: #FFFFFF;
		line-height: 2em;
		font-size: smaller;
		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;
		}
	
.tollhaus-list {
	line-height: 150%;
	list-style-image: url(graphik/bullet.gif);
	vertical-align: top;
	}

	
/* ---------------------------------------------------------------------- */
/* 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 {
	}

	#logo1 {
		position: absolute;
		left: 30%;
		}
		
	#logo2 {
		float: left;
		}
		
#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: #BDBE8C;
	text-align: center;
	}

	/* IE ignoriert color: inherit, daher: */
	#footer a {
		color: #000000;
		}

}

@media print {

}
