/*
    Document   : jdesign
    Created on : 26.10.2009, 12:54:29
    Author     : neugi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
	padding:0;
	margin:0;
	background: #fff
}

body, td {
    font-family:Tahoma, Verdana, sans-serif;
    font-size: 11px;
}

a {
    color:#b71d13;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


div.jdesignBackground  {
	background: url(../images/page/jdesignPageBackground.jpg) no-repeat top left;
	width:1145px;
	height:1043px;
	position:relative;
	margin: 0 auto;
}

div.menuHolder  {
    position:absolute;
    width:199px;
    top:156px;
    left:258px;
    padding: 0 0 10px 0;
}

div.menuHolderBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 199px;
    height: 100%;
    background: #ffffff;
}

div.partnerText {
	position:absolute;
	width:521px;
	height:17px;
	top:4px;
	left:475px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
}

div.partnerText a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

div.copyText {
	position:absolute;
	width:521px;
	height:17px;
	top:622px;
	left:476px;
	font-size:11px;
}


div.pageTitel {
	position:absolute;
	width:325px;
	height:22px;
	top:69px;
	left:514px;
	font-size:18px;
	font-weight:bold;
	color:#787a7b;
}

div.pageTitel h1 {
    background: none;
    padding: 0;
    margin: 0;

}

h2 {
  color:#787a7b;
}  

div.siteCont {
	position:absolute;
	width:460px;
	height:480px;
	top:113px;
	left:514px;
	color:#000000;
	overflow:auto;
}

div.homeNavi {
	position:absolute;
	width:99px;
	height:17px;
	top:76px;
	left:855px;
	font-size:11px;
}

div.menuEntry {
    width:150px;
    margin: 0 auto;
    border-bottom:1px solid #fff;
    padding: 8px;
    color:#fff;
    clear:both;
    height:10px;
    position:relative;
}

div.menuEntry div.pageName {
    float:left;
    color:#fff;
    width:130px;
}

div.menuEntry div.pageNo {
    float:left;
    color: #fff;
    font-size:11px;
    width:20px;
}


div.menuEntryAktive {
    width:150px;
    margin: 0 auto;
    border-bottom:1px solid #fff;
    padding: 8px;
    color:#fff;
    clear:both;
    height:10px;
    position:relative;
}

div.menuEntryAktive div.aktiveBackground {
	width:166px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
	z-index:90;
}

div.menuEntryAktive div.pageName {
    float:right;
    color:#fff;
    width:130px;
    text-align:right;
}

div.menuEntryAktive div.pageNo {
    float:right;
    color: #fff;
    font-size:11px;
    width:20px;
}

div.menuEntry div.pageName a,
div.menuEntryAktive div.pageName a {
    color: #ffffff;
    text-decoration:none;
}

div.menuEntry div.pageNameSmall a,
div.menuEntryAktive div.pageNameSmall a {
    color: #ffffff;
    text-decoration:none;
    font-size: 10px;
    padding-bottom: 10px;
}



h1 {
    padding: 12px 0 0 8px;
    margin: 0;
    width:440px;
    height:36px;
    background: url(../images/page/headLineBg.jpg) no-repeat top left;
    font-size:18px;
    font-weight:bold;
    color:#787a7b;
}

div#newsImg {
    float:left;
    width:160px;
}

div#newsText {
    width:280px;
    float:left;
    padding: 6px 0;
}

div#newsText a {
    color:#B61C12;
    text-decoration:none;
}

div.refImg {
    border: 1px solid #dddddd;
    margin: 3px;
    height: 98px;
    width: 98px;
    float: left;
    overflow: hidden;
    position: relative;
}

table.grey td {
    color: #9a9a9a;
    vertical-align: middle;
}

table.grey td a {
    text-decoration: none;
    color: #9a9a9a;
}

div.umsetzung {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #9a9a9a;
}

div.umsetzung img {
    position: relative;
}

div.clear {
    clear: left;
}

div.imgHolder {
    width: 330px;
    float: left;
    text-align: center;
}

div.imgSelect {
    width: 100px;
    float: left;
    text-align: center;
}

div.imgSelect img {
    cursor: pointer;
}

p.imgTitel {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 96px;
    font-size: 12px;
    font-weight: bold;
    color:#b71d13;
}

#bilderLeiste {
    width: 495px;
    height: 40px;
    position: absolute;
    bottom:40px;
    left: -40px;
}

.erfolgMedlung {
    font-size: 14px;
    color: green;
    border: 2px dashed green;
    padding: 10px;
}

.errorMedlung {
    font-size: 14px;
    color: red;
    border: 2px dashed red;
    padding: 10px;
}
