@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(/stylesheets/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(/stylesheets/yaml/navigation/nav_shinybuttons.css);

@import url(/stylesheets/screen/basemod.css);
@import url(/stylesheets/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(/stylesheets/yaml/print/print_003_draft.css);


/*------------------------------------------------------------------------------------------------------*/

/**
 * Spezialitaeten fuer OHG, die fonts u.ae. aus screen/content.css fuer fkt. Blockstrukturen ueberschreibt
 */

@media screen {

    #header h1 {
	margin-left:200px;
	padding-top:80px;
    }

    #col1_content, #col2_content {
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	padding-top:10px;
    }

    #col1_content h2, #col2_content h2 {
	color: #4f6386;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	background-color: lightgrey;
	border:0;
    }

    #ohg_box_deptmenu  {
	background-color: lightgrey;
	width: 180px;
	border: 1px solid #E3E6EC;
	margin: 0em 9px 1.5em 9px;
    }

    #ohg_box_deptmenu ul {
	list-style:none;
	margin:0;
    }

    #ohg_box_deptmenu ul li {
	margin:0;
	line-height:1.2em;
    }

    #ohg_box_deptmenu a {
	text-decoration: none;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4f6386;
	color: #4f6386;
	padding-left:0.5em;
    }

    #ohg_box_deptmenu a:hover {
	background-color: #e3e6ec;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #97a3b8;
	font-weight:bold;
	color: #4f6386;
    }

    #ohg_box_contact {
	background-color: lightgrey;
	width: 180px;
	border: 1px solid #E3E6EC;
	margin: 1.5em 9px 1.5em 9px;
    }

    #ohg_box_contact address {
	font-style:normal;
	padding-top: 0.1em;
	padding-right: 1.0em;
	padding-bottom: 0.3em;
	padding-left: 1.0em;
	line-height: 1.0em;
    }

    #ohg_box_news {
	background-color: lightgrey;
	width: 180px;
	border: 1px solid #E3E6EC;
	margin: 1.5em 9px 1.5em 9px;
    }

    #ohg_news_img {
	display:block;
	text-align:center;
    }

    #ohg_box_news p {
	line-height:1em;
	padding:0.2em 0.5em 0.5em 0.5em;
    }

    #ohg_randomimage {
	background-color: lightgrey;
	width: 180px;
	border: 1px solid #E3E6EC;
	margin: 1.5em 9px 1.5em 9px;
    }

    #ohg_oberhessen {
	background-color: transparent;
	width: 180px;
	text-align:center;
	border: 1px solid #E3E6EC;
	margin: 1.5em 9px 1.5em 9px;
    }

    #ohg_logo {
	position:absolute;
	top:0px;
	right:0px;
    }

    #ohg_box_shortlinks {
	background:lightgrey;
	margin: 0em 9px 1.5em 9px;
    }

    #ohg_box_shortlinks h2 {
	/* 3D Effekt */
	border-top:1px solid #E3E6EC;
	border-left:1px solid #E3E6EC;
	border-bottom:1px solid #9d9da1;
	border-right:1px solid #9d9da1;
    }

    #ohg_box_shortlinks h2:hover {
	/* 3D Effekt */
	border-top:1px solid #9d9da1;
	border-left:1px solid #9d9da1;
	border-bottom:1px solid #E3E6EC;
	border-right:1px solid #E3E6EC;
    }

    #ohg_box_shortlinks ul {
	list-style:none;
	position:absolute;
	width:178px;
	border:1px solid #9d9da1;
	margin-left:0;
	background:white;
    }

    #ohg_box_shortlinks ul li {
	margin:0;
	line-height:1.2em;
    }

    #ohg_box_shortlinks ul li a {
	padding-left:0.5em;
    }

    #ohg_box_shortlinks h2 + ul {
	display:none;
    }

    #ohg_box_shortlinks h2:hover + ul, #ohg_box_shortlinks h2 + ul:hover {
	display:block;
	background:lightgrey;
    }

    #ohg_box_shortlinks a {
	text-decoration: none;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4f6386;
	color: #4f6386;
	padding-left:2px;
    }

    #ohg_box_shortlinks a:hover {
	background-color: #e3e6ec;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #97a3b8;
	font-weight:bold;
	color: #4f6386;
    }

    #ohg_event_title {color:grey; font-weight:bold}

    #ohg_copyright {
	padding: 68px 0 0 10px;
    }

    #ohg_pathnavigation {
	padding: 0 0 0 10px;
    }

    .ohg_rubrik a {
	color:lightgrey;
    }
}

@media print {

    #header h1 {

    }

    #ohg_logo {
	display:none;
    }

}

