/*************************** OUTER **************************/
html, body {
	background-color:#f4f3ef;
	text-align:center;
}
body {
	/* body left|center */
	width:995px;
	padding:0px;
	margin:10px auto 40px auto;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#outer {
	text-align:left;
	/* center|left style */
}
/*************************** BODYBLOCK **********************/
#bodyblock {
	padding:4px;
	background-repeat:no-repeat;
}
/*************************** META-NAVIGATION ****************/
#top {
	background-color:white;
	background-image:url(../img/bruecke955x174.gif);
	background-repeat:no-repeat;
	height:177px;
	border:solid 0px green;
}
#top img.logo {
	border:solid 0px green;
	float:right;
	margin:5px 10px 0 0;
}
#top ul.nav_meta {
	font-size:.7em;
	text-align:left;
	border:solid 0px green;
	padding:5px 0 0 2px;
	position:relative;
}
#top ul.nav_meta li {
	display:inline;
	list-style:none;
	padding:.5em;
}
#top ul.nav_meta a {
	color:#444;
	text-decoration:none;
}
#top ul.nav_meta a.hi, #top ul.nav_meta a:hover {
	text-decoration:underline;
}
form#suche {
	border:solid 0px green;
	font-size:.7em;
}
form#suche input.text {
	color:#6c6c6c;
	width:80px;
	border:solid 1px #d6d6d6;
}
form#suche input.submit {
	border:solid 0px #d6d6d6;
	margin:.5em;
	vertical-align:bottom;
}

/*************************** NAV1 ***************************/
#outer_nav1{
	height:100px;
	border:solid 0px green;
}
#nav1  {
	margin:00px 0 0 240px;
	border:solid 0px green;
}
#nav1 ul li {
	display:inline;
	list-style:none;
	padding:.5em;
}
#nav1 a {
	font-variant:small-caps;
	text-decoration:none;
}
#nav1 a.hi, #nav1 a:hover {
	color:#333;
	text-decoration:underline;
}
/*************************** NAV2 ***************************/
#nav2  {
	float:left;
	border:solid 0px #ccc;
	width:180px;
	padding:0 5px 0 5px;
	margin:30px 0 0 10px;
}
#nav2  h5 {
	color:black;
	font-weight:normal;
	font-size:.9em;
	margin:0;
}
#nav2 ul {
	margin:0px 0 0 0;
}
#nav2 ul li.hinweis {
	color:#888;
	font-size:.9em;
	text-align:right;
}
#nav2 ul li {
	list-style-type:none;
	padding:.5em 0;
}
#nav2 a {
	font-size:.9em;
	text-decoration:none;
	padding:0 0 0 0;
	color:#333;
}
#nav2 a.hi {
	color:#9c0000;
	text-decoration:none;
}
#nav2 a:hover {
	color:#9c0000;
	text-decoration:none;
}
/*************************** NAV3 ***************************/
#nav3 {
	font-size:.9em;
}
#nav3 a.hi {
	font-weight:bold;
}
#nav3 a:hover {
	text-decoration:none;
}
#nav3 ul {
	border:solid 0px red;
	margin:5px 0 0 10px;
	padding:0;
}
#nav3 ul li {
	display:block;
	list-style-type:none;
	padding:0;
	margin:0 0 .1em 0;
}
#nav3 ul li:hover {
}

/*************************** CONTENT_R **********************/
#content_r {
	float:right;
	width:190px;
	padding:0 5px 0 5px;
}

#content_r h2 {
	font-size:.9em;
	text-align:right;
}
#content_r a.hi {
	font-weight:bold;
}
#content_r a:hover {
	text-decoration:underline;
}
#content_r p {
	margin:.5em 0 0 0;
	border-bottom:solid 1px #ccc;
	background-color:#F4F3EF;
	color:#555;
	padding:.5em 1em .5em 1em;
}
#content_r ul {
	margin:0;
	padding:0;
}
#content_r ul li {
	list-style-type:none;
}


/* Text, content_R */
#content_r div.text {
	border:solid 0px #ccc;
	margin-top:3em;
	font-size:.9em;
}

/* SEMINARE */
#content_r div.angebote {
	border:solid 0px red;
}
#content_r div.angebote h2 {
	margin:0 0 10px 0;
}
#content_r div.angebote div.item {
	font-size:.9em;
	margin:0 0 10px 0;
}
#content_r div.angebote div.typ {
	color:#888;
}
#content_r div.angebote div.datum {
	color:#888;
}
#content_r div.angebote div.titel {
}
#content_r div.angebote div.hinweis {
	font-weight:bold;
	color:#444;
	padding:1px 2px;
	background-color:#FFFF80;
	margin:2px 0;
}

/* DOZENTEN */
div.dozenten {
	margin:30px 10px 0 0;
	border:solid 0px #ccc;
}

div.dozenten img.bild {
	float:right;
	margin:0 0 5px 5px;
}
div.dozenten h3 {
	text-align:right;
	margin:0;
	font-size:.9em;
}
div.dozenten h2 {
	font-size:.9em;
	margin:0 0 10px 0;
}
div.dozenten p {
	font-size:.9em;
}

/* NEWS */
#content_r ul.latest {
	margin:0 10px 0 0;
	border:solid 0px green;
}
#content_r ul.latest li {
	list-style-type:none;
	font-size:.9em;
	margin:.5em 0;
}
#content_r ul.latest li span.datum {
	color:#888;
}

/*************************** OUTER_NAV3_CONTENT *************/
#outer_nav3_content {
	border:solid 0px blue;
	background-color:white;
}


/*************************** CONTENT ************************/
#content {
	text-align:left;
	border:solid 0px red;
	padding:1em 2em;
	margin:0 0 0 190px;
	width:530px;
	min-height:400px;
	font-size:.9em;
}
#content p {
	display:block;
}
#content img.spacer { /* MSIE: alternate min-height  */
	float:right;
}
/*************************** Photo Zoom CSS ********************/
div.zoom {
	float:right;
	margin:10px 0px 10px 0px;
}
div.zoom img {
	width:200px;
}
div.zoom span.caption {
	width:200px;
	float:left;
	text-align:right;
	text-decoration:none;
	background-color:#f0f0f0;
	font-size:.9em;
}
div.zoom a:hover {
	padding:0px;
}

/* IE needs this in this selector */
div.zoom a:hover img {
	width:520px;
}
div.zoom a:hover span.caption {
	width:520px;
	display:block;
	font-size:1.0em;
	background-color:#fafafa;
}
/* used to avoid the IE box model hack */
div.zoom a:hover span.inner {
	display:block;
	padding:2px 5px;
}

/*************************** FOOTER *************************/
#printadresse {
	display:none;
}
#footer {
	margin:130px 0 0 0;
	height:100px;
	border:solid 0px #ccc;
	background-repeat:no-repeat;
}
#footer .adresse {
	margin:0;
	color:#aaa;
	font-size:0.8em;
	text-align:center;
	border:solid 0px blue;
}
#footer .adresse a {
	color:#aaa;
	text-decoration:underline;
}
#footer .adresse a:hover {
	color:black;
	text-decoration:underline;
}

