﻿
body 
{
	padding: 0px;
	font-family: Arial, Verdana;
	font-size:12px;
	color: #000849;
	text-align: center;
	_margin: 0px auto;
	width: 100%;
	height: auto;
}

.container
{
    margin: 0px auto;
    text-align: left;
    width: 1028px;
    height: auto;
}

.subcontainer
{
    width: 1028px;
    background-image: url(http://dev.vendura-ag.de/Images/bgrnd.png); 
    background-repeat: repeat-y;
    float: left;
}

.menu_box_headline
{
    height: 26px; 
    background-color: #000849; 
    text-align: center; 
    padding-top: 6px; 
    color: White; 
    font-weight: bold;
}

.menu_box_content
{
    background-color: #6D9ACD; 
    margin-top: 4px;
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: White;
}

.menu_box_content a:link{color: White; text-decoration: underline;}
.menu_box_content a:visited{color: White; text-decoration: underline;}

.content
{
    color: #000849;
    padding: 10px 10px 10px 10px;
    height: auto;
}

a:link{ color: #000849; text-decoration:underline}
a:hover{ color: #000849; text-decoration:underline}
a:visited { color: #000849; text-decoration:underline}
a:active{ color: #000849; text-decoration:none}

.head
{
    width: 988px; height: 44px; background-color: #000849;
}

.head_right
{
    width: 125px; 
    float: right; 
    color: White; 
    font-size: 10px;
    padding-right: 10px;
    text-align: right;
}

.main
{
    float: left; 
    width: 554px; 
    background-color: White; 
    border: solid 2px #000849; 
    margin-left: 2px;
}

.main2
{
    float: left; 
    width: 769px; 
    background-color: White; 
    border: solid 2px #000849; 
    margin-left: 2px;
}

.mainAdmin
{
    float: left; 
    width: 988px; 
    background-color: White; 
    border: solid 2px #000849; 
    margin-left: 2px;
}

.head_right a:link{color: White; text-decoration: underline;}

.login
{
    padding-left: 4px; padding-top: 6px; font-size: 12px;
}

.login a:link{color: White; text-decoration: underline;}
.login a:visited{color: White; text-decoration: underline;}

.ticker
{
    width: 988px; 
    height: 32px; 
    margin-top: 4px; 
    background-color: #000849; 
    padding-top: 6px;
    color: White;
}

.ticker a:link{color:White; text-decoration: underline; font-size: 14px; font-weight: bold;}
.ticker a:visited{color:White; text-decoration: underline; font-size: 14px; font-weight: bold;}

/* jquery geschichten  */
div.scrollable 
{ 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 180px; 
    width: 213px; 
} 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
.vertical
{
    position: relative;
    overflow: hidden;
    width: 213px;
    height: 180px;
    _margin-top: 0px;
}

#actions
{
    width: 213px;
    height: 10px;
}

#actions a
{
    font-size: 11px;
    cursor: pointer;
}

#actions a:hover
{
    text-decoration: underline;
}

.disabled{ visibility: hidden;}
.nextPage { float: right;}
.prevPage{ float: left;}

