
/* yobene GesmbH */
/* Stefan Porsche Creations, Copyright 12/2007 */


/* ALLGEMEINE DEFINITIONEN */

p, h1, h2, h3, h4, li, td, body, a {
	color: #13694E; 
	font-family: verdana, arial, helvetica, sans-serif;
}

p, li{
	font-size: 0.7em;
}
/*
td{
    font-size: 0.75em;
}
*/
p {
  margin-top:10px;
  padding-bottom:5px;
}

h1 {
	padding: 0px; 
	margin: 0px;
	font-weight: bold; 
	font-size:0.8em;
	text-transform:lowercase;
	text-align:left;
	background-image:url(Images/underline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

h2,h3,h4 {
	padding: 0px; 
	font-weight: bold; 
	font-size:0.8em;
	margin: 0px;
	text-align:left;
	margin-bottom: 10px;
}

img {
	border:0px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.thumbnail {
	position:relative;
	float:left;
	margin:15px 10px 4px 0px;
	border:1px solid #B2C891;
}

/* LAYOUT BODY */

body{
	padding: 0px; 
	margin: 0px; 
	background-image: url(Images/body.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
}


#canvas {
  position:fixed;
  background-image: url(Images/canvas.png);
  background-position:center;
  background-repeat:repeat-y;
  background-attachment:fixed;
  border:0px solid black;
  width:100%;
  min-height:100%;
  margin:0px;
  padding:0px;
}


#header {
	position:relative;
	margin:auto;
	height:135px;
	width:940px;
	border:0px solid black;
	background-image: url(Images/header.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#menubar {
	position:relative;
	margin:auto;
	min-height:20px;
	width:940px;
	border:0px solid black;
 background-image: url(Images/menu.png);
  padding:0px;
  overflow: visible;
  z-index:100; /* muss immer über dem z-index von #content liegen sonst wird das submenu nicht angezeigt*/
}


#content {
  position:relative;
  z-index:1;
  margin:auto;
  min-height:390px;
  border:0px solid black;
  width: 850px;
  background-image: url(Images/content.png);
  padding: 20px 45px;

}


#bottom {
  position:relative;
  margin:auto;
  width:940px;
  height:37px;
 	border:0px solid black;
	background-image: url(Images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#credits {
  position:relative;
  width:50%;
  margin-right:50%;
  border:0px solid black;
  padding-bottom:20px;
  text-align:right;
  color:#13694E;
  top:-15px;
  font-size:60%;
  font-family: verdana, arial, helvetica, sans-serif;
}


/* LAYOUT CONTENT (top-down)*/

.positionline {
  position:absolute;
  top:44px;
  left:0px;
  border:0px solid black;
  text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:60%;
	color:#ffffff;
  background-image:url(Images/positionline.png);
  background-position:top left;
  background-repeat:no-repeat;
  padding: 7px 7px 3px 50px;
}

.positionline a {
  color:#ffffff;
  text-decoration:none;
}

.loginbox {
  position:absolute;
  top:10px;
  right:35px;
  border:0px solid black;
  text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:60%;
	color:#ffffff;
}

.loginbox a {
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}P

.loginbox a:hover {
  color:#ffffff;
  text-decoration:underline;
}

.logoplace {   
  position:absolute;
	top:65px;
	right:70px;
  background-image: url(Images/yobene_logo.png);
}

.navigation {
	position:relative;
	padding: 2px 0px 0px 30px;
	margin:0px; 
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	overflow: visible;
}

.navigation a {
	text-decoration:none;
}

.inhaltStandard {
	position:relative; 
	font-size:100%;
	line-height:120%;
	text-align:left;
	border:0px solid black;
	/*padding: 0px 50px 0px 50px;*/
	width: 100%;
}
.inhalt {
	position:relative;
	padding: 0px 260px 20px 0px;
	margin:0px; 
	font-size:100%;
	line-height:120%;
	text-align:left;
	border:0px solid black;
}

.container {
  margin:0px;
  position:relative;
  border:0px solid black;
  background-image:url(Images/underline.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.submenuContainer
{
 vertical-align:top;
  padding: 0px 20px 0px 0px;
  /*margin:10px 0px 30px 0px;*/
  position:relative;
  border:0px solid black;

  width: 150px;

  z-index: 100; /* muss immer über dem z-index von #content liegen sonst wird das submenu nicht angezeigt*/
}

/*Div im Table submenuContainer*/
.subMenuContainer
{
  padding-top: 10px;
  padding-bottom: 20px;

width: 140px;

  background-image: url(Images/vertical_menu_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;

  background-color: #c9D8B2;
}

.subMenuContainer table
{
  width: 100%;
}

.tower {
  position:absolute;
  border:0px solid black;
  width:200px;
  top:30px;
  right:20px;
  margin:0px;
  padding:10px 20px 0px 15px; 
	font-size:100%;
	line-height: 14px;
	text-align:left;
	background-image:url(Images/tower.png);
	background-repeat:repeat-y;
	background-position:right;
   
}


/* FORMULARE */

label {
  display: block;
  float: left;
  width: 100px;
  text-align: right; 
  margin-right: 1em; 
}

.form_line
{
	clear: both;
	margin-bottom: 5px;
	font-size: 0.7em;
min-height: 20px;
min-width: 20px;
}

input {
	color:#13694E;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #13694E;
}

input#submit {
	margin-top: 20px;
}

textarea {
	color:#13694E;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #13694E;
}

select {
	border:0;
	color:#13694E;
	font-size: 0.8em;
	text-decoration:none;
	font-weight:normal;
	border: 1px solid #13694E;
}




/*  MainMenu   */

#menubar .dxmMenu, #content .dxmVerticalMenu
{
        border: 0px;
	background-color: transparent;
	padding: 4px;
}

#menubar .dxmSubMenu, #content .dxmSubMenu
{
        border: solid 1px #13694E;
	background-color: #C9D8B2;
	padding: 4px;
}

#menubar .dxmControl a, #menubar .dxmMenu a, #menubar .dxmVerticalMenu a, #menubar .dxmSubMenu a,
#content .dxmControl a, #content .dxmMenu a, #content .dxmVerticalMenu a, #content .dxmSubMenu a
{
	color: #13694E;
}

#menubar .dxmMenuItem, #menubar .dxmMenuItemWithImage, #menubar .dxmMenuItemWithPopOutImage, #menubar .dxmMenuItemWithImageWithPopOutImage,
#content .dxmVerticalMenuItem, #content .dxmVerticalMenuItemWithImage, #content .dxmVerticalMenuItemWithPopOutImage, #content .dxmVerticalMenuItemWithImageWithPopOutImage,
#menubar .dxmMenuLargeItem, #menubar .dxmMenuLargeItemWithImage, #menubar .dxmMenuLargeItemWithPopOutImage, #menubar .dxmMenuLargeItemWithImageWithPopOutImage,
#content .dxmVerticalMenuLargeItem, #content .dxmVerticalMenuLargeItemWithImage, #content .dxmVerticalMenuLargeItemWithPopOutImage, #content .dxmVerticalMenuLargeItemWithImageWithPopOutImage,

#menubar .dxmSubMenuItem, #menubar .dxmSubMenuItemWithImage, #menubar .dxmSubMenuItemWithPopOutImage, #menubar .dxmSubMenuItemWithImageWithPopOutImage,
#content .dxmSubMenuItem, #content .dxmSubMenuItemWithImage, #content .dxmSubMenuItemWithPopOutImage, #content .dxmSubMenuItemWithImageWithPopOutImage
{
	font-size: 7pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

#menubar .dxmMenuItemHover, #menubar .dxmMenuItemHoverWithImage, #menubar .dxmMenuItemHoverWithPopOutImage, #menubar .dxmMenuItemHoverWithImageWithPopOutImage, 
#content .dxmVerticalMenuItemHover, #content .dxmVerticalMenuItemHoverWithImage, #content .dxmVerticalMenuItemHoverWithPopOutImage, #content .dxmVerticalMenuItemHoverWithImageWithPopOutImage, 
#menubar .dxmMenuLargeItemHover, #menubar .dxmMenuLargeItemHoverWithImage, #menubar .dxmMenuLargeItemHoverWithPopOutImage, #menubar .dxmMenuLargeItemHoverWithImageWithPopOutImage, 
#content .dxmVerticalMenuLargeItemHover, #content .dxmVerticalMenuLargeItemHoverWithImage, #content .dxmVerticalMenuLargeItemHoverWithPopOutImage, #content .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage,

#menubar .dxmSubMenuItemHover, #menubar .dxmSubMenuItemHoverWithImage, #menubar .dxmSubMenuItemHoverWithPopOutImage, #menubar .dxmSubMenuItemHoverWithImageWithPopOutImage,
#content .dxmSubMenuItemHover, #content .dxmSubMenuItemHoverWithImage, #content .dxmSubMenuItemHoverWithPopOutImage, #content .dxmSubMenuItemHoverWithImageWithPopOutImage
{
	background-color: #D9E8C2;
	border: solid 1px #13694E;
}

#menubar .dxmSubMenuGutter, #content .dxmSubMenuGutter
{
	background-color: #D9E8C2;
}

#menubar .dxmMenuItem, #menubar .dxmMenuItemWithImage
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #13694E;

	padding-right: 7px;
	padding-left: 7px;	
}


/************************************************
	Rowcontrols
************************************************/

.Image_RightText-Container, .Image_LeftText-Container, .Header_Image_LeftText-Container, .Header_Image_RightText-Container 
{
	margin-bottom: 20px;
}

.Image_RightText_image
{
	margin-right: 10px;
        margin-bottom: 4px;
	padding: 8px;
	border:1px solid #B2C891; 
}

.Image_LeftText_image
{
	margin-right: 10px;
        margin-bottom: 4px;
	padding: 8px;
	border:1px solid #B2C891;  
}

.Header_Image_LeftText_header, .Header_Image_RightText_header
{
	margin-bottom: 10px;
}

/****************************************************************/
/*                        NewsItemControl                       */
/****************************************************************/
/* -- ASPxNewsControl -- */
#content .dxncControl
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}
#content .dxncLoadingPanel
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #303030;
	
}
#content .dxncLoadingPanel td#content .dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px 12px 12px 12px;
}
#content .dxncContent	
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
}
#content .dxncPagerPanel
{
	padding: 0px 3px 0px 3px;
}
#content .dxncItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	vertical-align: top;
	border-bottom: 1px dotted #B2C891;
	padding: 5px 0px 5px 0px;
}
#content .dxncEmptyItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}
#content .dxncBackToTop
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #404040;
}
#content .dxncBackToTop a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #0d45b7;
}
#content .dxncBackToTop a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #5494ea;
}
#content .dxncBackToTop a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #ab59a6;
}
#content .dxncItemHeader
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #13694E;
}

#content .dxncItemHeader a
{
	text-decoration: none;
}
#content .dxncItemDate
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
}
#content .dxncItemContent
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #13694E;
	line-height:120%;
}