/***** CSS Design - Grundgerüst *****/
body
{
    font-family: Verdana;
    font-size: 11px;
    background-color: #f3d495;
    margin: 0px;
    padding: 16px 0px;
    background-image: url(design/bg_gradient_1px.jpg);
    background-repeat: repeat-x;
}

html
{
    background-color: #f3d495;
    background-image: url(design/bg_gradient_1px.jpg);
    background-repeat: repeat-x;
}

.root
{
    width: 960px;
    margin: 0px auto;
    text-align: left;
    color: #333333;
}
/***** Linkfarbe *****/
.root a
{
    color: #0168bd; /*#2986a5;*/
    text-decoration: none;
}
.root a:hover
{
    color: #32a8cf;
}

/***** Inhalts- und Abstands-Klassen *****/
#banner_navi
{
    font-size: 10px;
    color: #2986a5;
    text-align: right;
    margin-right: 30px;
}

#content
{
    background-image: url(design/content_shadow.jpg);
    background-repeat: repeat-y;
    padding: 0px 4px;
}

.content_left
{
    float: left;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 0px 5px 0px 10px;
    width: 675px;
}

.content_right
{
    float: right;
    width: 260px;
    margin: 17px 0px 5px 0px;
}

#banner img
{
    display: block;
}

#navi
{
    background-image: url(design/navi_gradient_1px.jpg);
    background-repeat: repeat-x;
    height: 43px;
    padding-left: 120px;
    margin: 0px;
    font-size: 12px;
}
#navi a
{
    color: #FFF;
    margin: 0px 20px;
    font-weight: bold;
}
#navi a:hover
{
    text-decoration: underline;
}

#subnavi
{
    margin-left: 20px;
}
#subnavi a
{
    font-size: 11px;
    font-weight: normal;
}

#footer
{
    background-image: url(design/footer.jpg);
    background-repeat: no-repeat;
    height: 28px;
    text-align: center;
    padding-top: 4px;
}
#footer a
{
    font-size: 11px;
    margin: 0px 10px;
}

#footerlinks
{
    text-align: center;
    font-size: 10px; 
}

/***** Box Mitte *****/
.box_mid
{
    width: 675px;
    margin-top: 10px;
}
.box_mid h2
{
    color: #ff9900;
    font-size: 13px;
    background-color: #FFF;
    width: 180px;
    margin: 0px 0px 0px 30px;
    padding-left: 10px;
}
.box_mid table
{
    width: 100%;
}
.box_mid form
{
    margin: 0px;
}

.box_mid .box_top
{
    background-image: url(design/box_mid_top.jpg);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.box_mid .box_content
{
    border-left: 2px solid #ffce82;
    border-right: 2px solid #ffce82;
}
.box_mid .box_bottom
{
    background-image: url(design/box_mid_bottom_or.jpg);
    background-repeat: no-repeat;
    height: 10px;
}

/***** Raumtrenner Mitte *****/
.separator_mid
{
    background-image: url(design/separator_mid.jpg);
    padding-top: 4px;
    margin-top: 5px;
    background-repeat: no-repeat;
}
.separator_mid h2
{
    color: #FFF;
    background-color: #ff9900;
    padding: 0px 3px 2px 3px;
}

/***** Box Mitte offen *****/
.box_open
{
    width: 675px;
    margin: 5px 0px 0px 0px; 
}
.box_open img
{
    float:left;
    padding: 0px 10px 5px 0px;
}
.box_open h3
{
    padding-bottom: 5px;
}

/***** Box Mitte schmal *****/
.box_370
{
    width: 370px;
    float: left;
    margin: 0px 5px 5px 0px;
}
.box_370 h2
{
    background-color: #ff9900;
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_370 img
{
    margin: 5px 0px;
}

.box_370 .box_top
{
    background-image: url(design/box_370_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_370 .box_content
{
    border-left: 1px solid #ffce82;
    border-right: 1px solid #ffce82;
    padding: 0px 4px;
}
.box_370 .box_bottom
{
    background-image: url(design/box_370_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}


/***** Box Mitte klein *****/
.box_330
{
    width: 330px;
    float: left;
    margin: 0px 5px 5px 0px;
}
.box_330 h2
{
    background-color: #ff9900;
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_330 img
{
    margin: 5px 0px;
}

.box_330 .box_top
{
    background-image: url(design/box_330_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_330 .box_content
{
    border-left: 1px solid #ffce82;
    border-right: 1px solid #ffce82;
    padding: 0px 4px;
}
.box_330 .box_bottom
{
    background-image: url(design/box_330_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}

/***** Box Mitte ganz klein *****/
.box_225
{
    width: 220px;
    float: left;
    margin: 0px 5px 5px 0px;
}
.box_225 h2
{
    background-color: #ff9900;
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_225 img
{
    margin: 5px 0px;
}

.box_225 .box_top
{
    background-image: url(design/box_220_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_225 .box_content
{
    border-left: 1px solid #ffce82;
    border-right: 1px solid #ffce82;
    padding: 0px 4px;
}
.box_225 .box_bottom
{
    background-image: url(design/box_220_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}

/***** Box Mitte ganz ganz klein *****/
.box_165
{
    width: 160px;
    float: left;
    margin: 0px 5px 5px 0px;
}
.box_165 h2
{
    background-color: #ff9900;
    margin: 0px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_165 img
{
    margin: 5px 0px;
}

.box_165 .box_top
{
    background-image: url(design/box_160_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_165 .box_content
{
    border-left: 1px solid #ffce82;
    border-right: 1px solid #ffce82;
    padding: 0px 4px;
}
.box_165 .box_bottom
{
    background-image: url(design/box_160_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}


/***** Box Mitte breit *****/
.box_675
{
    clear: both;
    width: 675px;
    margin: 5px 0px;
}
.box_675 h2
{
    background-color: #ff9900;
    padding: 0px 3px;
    color: #FFF;
    line-height: normal;
}

.box_675 h3
{
    font-size: 14px;
    padding: 0px 0px;
    color: #ff9900;
    line-height: normal;
}

.box_675 span
{
    font-weight: bold;
    color: #ff9900;
}

.box_675 .box_top
{
    background-image: url(design/box_675_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_675 .box_content
{
    border-left: 1px solid #ffce82;
    border-right: 1px solid #ffce82;
    padding: 0px 4px;
    line-height: 2;
}
.box_675 .box_bottom
{
    background-image: url(design/box_675_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}

/***** Box rechts *****/
.box_250
{
    width: 250px;
    background-color: #ffebcc;
    margin-bottom: 5px;
}
.box_250 h2
{
    background-color: #ff9900;
    margin-bottom: 5px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_250 img
{
    margin-bottom: 5px;
}
.box_250 ul
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.box_250 li
{
    padding: 0px;
    color: #ff9900;
}
.box_250 span
{
    font-weight: bold;
    color: #ff9900;
}

.box_250 .box_top
{
    background-image: url(design/box_250_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_250 .box_content
{
    margin: 0px 5px;
}
.box_250 .box_bottom
{
    background-image: url(design/box_250_bottom.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_250 .headline a
{
    color: #FFF;
}
.box_250 .headline2
{
    background-color: #ffce82;
    color: #555;
}
.box_250 .listing
{
    list-style-type: decimal;
    margin-left: 5px;
}


.advertising_300x250
{
    float: right;
    width: 300px;
    overflow: hidden;
}

.box_suche
{
    width: 250px;

    margin-bottom: 5px;
}
.box_suche h2
{
    background-color: #ff9900;
    margin-bottom: 5px;
    padding: 0px 3px;
    font-size: 13px;
    color: #FFF;
}
.box_suche img
{
    margin-bottom: 5px;
}
.box_suche ul
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.box_suche li
{
    padding: 0px;
    color: #ff9900;
}
.box_suche span
{
    font-weight: bold;
    color: #ff9900;
}

.box_suche .box_top
{
    background-image: url(design/box_250_top.jpg);
    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_suche .box_content
{
    margin: 0px 5px;
}
.box_suche .box_bottom
{

    background-repeat: no-repeat;
    height: 4px;
    overflow: hidden;
}
.box_suche .headline a
{
    color: #FFF;
}
.box_suche .headline2
{
    background-color: #ffce82;
    color: #555;
}
.box_suche .listing
{
    list-style-type: decimal;
    margin-left: 5px;
}



/***** allgemeine Klassen *****/
.clear
{
    clear: both;
}

h1
{
    color: #ff9900;
    font-size: 14px;
}
h2
{
    color: #ff9900;
    margin: 0px;
    font-size: 13px;
}
h3
{
    margin: 0px;
    font-size: 10px;
}
h4
{
    margin: 5px 0px;
    font-size: 15px;
    color: #0168bd;
}
hr
{
    margin: 0px;
    height: 4px;
    border: 2px solid #ffce82;
    background-color: #ffce82;
    clear: both;
}
.thinline
{
    margin: 0px;
    height: 2px;
    border: 1px solid #ffce82;
    background-color: #ffce82;
    clear: both;
}

.selected
{
    text-decoration: underline !important;
}

.text_box_header
{
    background: url(design/text_box_header.jpg) no-repeat 1px 4px;
    font-weight: bold;
    padding-left: 20px;
}
.text_box
{
	font-size: 11px;
    background-color: #f2f3f3;
    border-top: 1px dotted #96a399;
    border-bottom: 1px dotted #96a399;
    padding: 5px;
    margin: 0px 0px 5px;
}

dl.meImgLeft 
{ 
	float: left; 
	margin-right: 1.5em; 
	margin-bottom: 1.5em;
	background: #D4D4D4;
}

dl.meImgLeft dt 
{ 
	margin-bottom: 0; 
	background: #D4D4D4;
}

dl.meImgLeft dd 
{ 
	font-weight: bold;
	float: left;
	margin: 0; 
	background: #D4D4D4;
}

dl.meImgRight 
{ 
	float: right; 
	margin-left: 1.5em; 
	margin-bottom: 1.5em;
	background: #D4D4D4;
}

dl.meImgRight dt 
{ 
	margin-bottom: 0; 
	background: #D4D4D4;
}

dl.meImgRight dd 
{ 
	font-weight: bold;
	float: left;
	margin: 0; 
	background: #D4D4D4;
}

.ro {
	background:url(design/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(design/roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(design/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(design/roundedbox_lu.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}


/*** Slide Menü ***/
.jqueryslidemenu{
font: bold 11px Verdana;
background: #FE9900;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image: url(images/nav.gif);
color: white;
padding: 8px 10px;
border: 1px solid #ffffff;
color: #ffffff;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-image: url(images/nav_hover.gif);
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #ffffff;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

