/*********************************************************
 Änderungen AS 22.06.2006
 ********************************************************/

body {
    background-color:	#F0F0F0;
}

#content {
    background-color:	#F0F0F0;
    margin:             0px;
    padding:            0px;
    position:           relative;
    margin-left:        auto;
    margin-right:       auto;
    width:              760px;
}

body.print {
  background-color:#fff;
  width:600px;
}

div#printFooter {
    display: none;
}

.printOnly {
    display: none;
}


div{
    font-family: arial, verdana, sans-serif;
    line-height:16px;
    font-size: 11px;
    color: #000;
}

td {
    vertical-align: top;
}

p{
    margin: 0 0 5px 0;
}

#headerTop {
    width: 760px;
    height: 125px;
    background-color:#FFF;
}

#logo{
	left:593px;
	position:absolute;
	text-align:right;
	top:0px;
	width:110px;
}

/* Mood-Bild bzw. flash auf der Startseite */
#moodStart{
    border-left:1px solid #fff;
    padding-top: 125px;
    background-color:#FFF;
    width:759px;
}

/* Mood-Bild auf der Home*/
#moodHome{
    border-left:1px solid #fff;
    background-color:#FFF;
    width:759px;
}

#main {
    position: relative;
    left: 0;
    top: 0;
    width:760px;
    background-color:#FFF;
}

/*********************************************************
  Content
 ********************************************************/
#main a{
    text-decoration: 	none;
    color: 				#6B6B6B;
}


div.link, div.contentLink{
    background-image: url('images/icons/icon_arrow_grey.gif');
    background-position: 0 5px;

    background-repeat: no-repeat;
    padding-left: 9px;
}

a.contentLink{
    background-image: url('images/icons/icon_arrow_grey.gif');
    background-position: 0 5px;

    background-repeat: no-repeat;
    padding-left: 9px;
}

.copyright {
    text-align: left;
    padding: 4px 0 3px 10px;
    border: solid 1px #ffffff ;
    background-color: #f0f0f0;
    clear: left;
}

/*********************************************************
  Allgemeine Klassen
 ********************************************************/

h1 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 27px;
    padding-bottom: 10px;
    margin: 0px;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
 /*   padding-top: 27px; */
    padding-bottom: 10px;
    margin: 0px;
}

h2.noPadding {
    font-size:          11px;
    font-weight:        bold;
    text-decoration:    none;
    padding-top:        0;
    padding-bottom:     0;
    margin:             0px;
}

.clear {
    clear:             both;
}

/* Content für die Startseite */
#homeContent {
    padding-bottom:10px;
    width:760px;
}

#homeContent h1 {
    font-weight: bold;
    font-size: 16px;
    margin:0px;
    padding-bottom:10px;
    padding-top: 0px;
}

#homeWelcome {
    float:left;
    width:320px;
    padding:35px 50px 0px 40px;
    background-color: #fff;
    overflow: hidden;
}

#homeWelcome p {
    line-height: 16px;
    margin-bottom: 10px;
}

#homeRegions {
    float:left;
    width: 350px;
    padding-top:60px;
    overflow: hidden;
}

#layer {
  padding:0 0 20px 50px;
  background:url(images/logo.gif) top right no-repeat;
  overflow:hidden;
}

#layer .button img {
  display:block;
  margin:5px 0 10px 0;
}

#layer ul {
  height:45px;
  list-style-type:none;
  padding:0;
  margin:10px 0 10px 0;
}

#layer_left, #layer_right {
  width:55%;
  float:left;
  margin-bottom:10px;
}

#layer_right {
  width:45%;
}

#layer img {
  border:none;
}

#save_choice_container {
  width:100%;
}

.ui-dialog-titlebar {
  background:none;
  border:none;
}

a .ui-icon-closethick {
  background:url(images/close.png) top right no-repeat !important;
}

.ui-state-hover {
  background:none !important;
  border-color:transparent !important;
}

.ui-resizable-handle {
  display:none !important;
}

/* IE6 */
* html #layer_right {
	width:40%;
}

/* IE7 */
*+html #layer_right {
	width:40%;
}