/* INDEX CSS - Haupt-CSS-Datei für eZ Seiten von JAC-Systeme GmbH */
/**********************
 PAGELAYOUT
 **********************/
body {
    font-size: 12px;
	line-height: 16px;
    color: #868686;
	background-color: #ffffff;	
    font-family: Georgia, "Times New Roman", serif; 
}

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #868686;
}

h1, h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0 12px 0;	
}

h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0 4px 0;	
}

h4, h5, h6 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 6px 0;
}

a:focus, a:hover {
    color: #868686;
}

a {
    color: #444444;
    text-decoration: none;
}

div#allcontent {
    width: 740px;
    margin: 10px 0 20px 25px;
}

div#header {
	height: 115px;
}

div#logo {
    width: 220px;
	float: left;
}

div#pagetitle {
    height: 35px;
	width: 650px;
	padding: 0 0 5px 0;
}

div#pagetitle h1 {
	font-size: 30px;
	color: #454132;
	margin: 0;
}

div#topmenu {
	float: right;
    margin: 42px 10px 0px 0px;
}

div#lvl2menu {
	height: 30px;
    width: 650px;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #cccccc;
}


div#lvl3menu {
    width: 180px;
    padding: 0;
}

/* COLUMNS */
div#columns {
}

div#rightcontent {
	float: right;
    width: 200px;
}

div#maincontent {
}

div.maincontent-noleft {
    margin-left: 80px;
    margin-right: 0;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 220px 0 80px;
}

div#footer p {
	margin: -3px 0 0 0;
}

/* SUBMIT BUTTONS */
input.defaultbuttonXXX {
    font-weight: bold;
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.buttonXXX {
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

/* Standard Floating */
div.left {
    float: left;
}

div.right {
    float: right;
}

/**********************
 MENUS
 **********************/

div#topmenu, div#lvl2menu {
	font-size: 11px;
}

div#lvl3menu {
	font-size: 11px;
}

div#topmenu ul, div#lvl2menu ul, div#lvl3menu ul {
    margin: 0;
    padding: 0;
}

div#topmenu li, div#lvl2menu li, div#lvl3menu li {
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 18px;
    background: url(../images/slash10px.png) left center no-repeat;    
}

div#lvl3menu li {
    float: none;
    padding: 0;
}

div#topmenu li.first, div#lvl2menu li.first {
    padding-left: 0px;
    background: none;
}

div#topmenu li a, div#lvl2menu li a, div#lvl3menu li a  {
    color: #808080;
    text-decoration: none;
    font-weight: normal;
}

div#topmenu li a.selected, div#lvl2menu li a.selected, div#lvl3menu li a.selected {
    color: #2f2b05;
}

div#topmenu li a:hover, div#lvl2menu li a:hover, div#lvl3menu li a:hover {
    color: #2f2b05;
}
p.lvl3menutitel {
    font-style: italic;
    margin-bottom: 1em;
}

/* PATH */
div#path {
    margin: 0px 0px 0px 0px;
    font-size: .8em;
    background: url("../images/path_background-trans.png") repeat-x;
}

div#path p {
    margin: 0;
}

div#path p a {
    text-decoration: none;
}

/* TREE MENUE */
div#treemenu {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

div#treemenu ul {
    margin: 0 0 0 0;
}

div#treemenu div.menu-entry {
    padding: 0px 0px 2px 0px;
    border-bottom: 0px solid;
}

div#treemenu li {
    list-style-type: none;
}

div#treemenu li a {
    text-decoration: none;
}

div#treemenu li a:hover {
    text-decoration: underline;
}

div#treemenu li a.selected {
    color: #666666;
}

div#treemenu li.menu-level-0 a {
    font-weight: bold;
}

div#treemenu li.menu-level-1 a, div#treemenu li.menu-level-2 a {
    font-weight: normal;
}

div#treemenu li.menu-level-1, div#treemenu li.menu-level-2, div#treemenu li.menu-level-3, div#treemenu li.menu-level-4 {
    margin-left: 10px;
}

/**********************
 OTHER INCLUDES
 **********************/
/* Searchbox */
div#searchbox {
    width: 100%;
    text-align: center;
    height: 20px;
}

div#searchbox input.searchinput {
    width: 130px;
    height: 12px;
    border: 1px solid #BBBBBB;
    background-color: #eeeeee;
    float: left;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
    padding:.2em;
}

div#searchbox a.submit {
    padding: 0;

    height:19px;
    width:18px;
    background-color: #eeeeee;
    float: right;
    background-image: url("../images/search.png");
}

div#searchbox a.submit:hover {
    color: #ffffff;
    background-color: #cccccc;
    background-image: url("../images/search.png");
}

/****************************
 OE FORMATING
 *****************************/
/* Embed Images */
div.imageleft {
    margin-right: 10px;
}

div.imageright {
    margin-left: 10px;
}

/* Text Colors */
.pWeiss {
	color: #ffffff !important;
}

.pGrau {
	color: #868686 !important;
}

.pGruen {
	color: #454132 !important;
}

.pGrauFortsetzung {
    margin: -12px 0 12px 0 !important;
    color: #868686 !important;
}

.pGruenFortsetzung {
    margin: -12px 0 12px 0 !important;
    color: #454132 !important;
}

/****************************
 CONTENT CLASS FORMATING
 *****************************/
/* GENERAL Full View */
div.content-view-full {
}

div.content-view-full div.attribute-short_description {
}

div.content-view-full div.attribute-description {
}

div.content-view-full div.attribute-image {
}

/* GENERAL Line View */
div.content-view-line {
}

div.content-view-full div.content-view-line div.attribute-short_description {
}

div.content-view-full div.content-view-line div.attribute-description {
}

/* SPECIFIC Full View */

div.content-view-full div.content-view-line div.attribute-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

/* gcd_folder */

div.content-view-full div.class-gcd_folder div.attribute-short_description {
	margin: 0 0 20px 0;
}

div.content-view-full div.class-gcd_folder div.attribute-short_description p {
	font-size: 16px;
	line-height: 22px;
	color: #868686;
	margin: 0 0 10px 0;
}

div.content-view-full div.class-gcd_folder div.attribute-description p {
	font-size: 12px;
	line-height: 16px;
	color: #868686;
	margin: 0 0 10px 0;
}

/* gcd_article*/

div.content-view-full div.class-gcd_article div.leftcol {
    width: 440px;
    margin-right: 30px;
    float: left;
}
div.content-view-full div.class-gcd_article div.rightcol {
    float: left;
    width: 180px;
    margin: 20px 0 0 0;
}


div.content-view-full div.class-gcd_article div.maincontentheader h1 {
	font-size: 30px;
	color: #454132;
	margin: 10px 0 0 0;
}

div.content-view-full div.class-gcd_article div.attribute-short_description {
    margin: 0 0 20px 0;
}

div.content-view-full div.class-gcd_article div.attribute-short_description p {
    font-size: 16px;
    line-height: 22px;
    color: #868686;
    margin: 0 0 10px 0;
}

div.content-view-full div.class-gcd_article div.attribute-description {
}

div.content-view-full div.class-gcd_article div.attribute-description p {
	margin: 0 0 10px 0;
}

div.content-view-full div.class-gcd_kontakt div.attribute-description p {
	margin: 0 0 10px 0;
}


/* gcd_banner_small */

div.class-gcd_banner_small {
	width: 210px;
	height: 150px;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}

div.class-gcd_banner_small div.text {
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px 10px 20px 20px;
}

div.class-gcd_banner_small div.text div.attribute-short_description p {
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	margin: 0;
}

div.class-gcd_banner_small div.text div.attribute-description p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 3px 0 0 0;
}

div.class-gcd_banner_small a {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 150px;
	display: block;
	z-index: 999;
}

/* gcd_banner_large */

div.class-gcd_banner_large {
	width: 650px;
	height: 365px;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}

div.class-gcd_banner_large div.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 365px;
	background-color: #5b574c;
	opacity: 0.6;
	display: none;
}

div.class-gcd_banner_large div.text {
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px 10px 20px 20px;
	display: none;
}

div.class-gcd_banner_large div.text div.attribute-short_description p {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	margin: 0 0 10px 0;
}

div.class-gcd_banner_large div.text div.attribute-description p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin: 3px 0 0 0;
}

div.class-gcd_banner_large a {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 365px;
	display: block;
	z-index: 999;
}

/* Image Viever */
 
div.mask {
	position: relative;
	width: 650px;
	height: 365px;
	overflow: hidden;
}
div.mask img {
	position: absolute;
	display: block;
	border: none;
}

