/*Scrollbarcolor changed in Internet Explorer, Safari and Chrome */
/* Internet Explorer: */
html
{
	scrollbar-face-color: #883333;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #AA7777;
	scrollbar-3dlight-color: #770000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #500000;
}

/*Safari and Chrome */
::-webkit-scrollbar
{
	width: 12px;
	height: 12px;
}


::-webkit-scrollbar-track-piece  
{ 
	background-color: #500000;
	border: thin solid #500000;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical 
{ 
	height: 50px;
	background-color: #883333;
	border: 0;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal 
{ 
	width: 50px;
	background-color: #883333;
	border: 0;
	-webkit-border-radius: 6px;
}


.img_thumb_width
{
         width: 150px;
}
.img_thumb_height
{
         height: 113px;
}


body {
    color: black;
    background-color: #000000;
	/*background-color: #006633;*/
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    min-width: 1024px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	min-height: 768px; /*Mindesthöhe --> Container*/
}


/*
***********************
General Section
***********************
*/
p{
        font-family:Arial,Helvetica,sans-serif;
        font-size: 1.0em;
        text-align: justify;
		padding: 0px;
		
		
}
td {
        font-family:Arial,Helvetica,sans-serif;
        font-size: 1.0em;
		padding: 0px;
}
h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.7em;
        font-style: oblique;
        font-weight: bold;
        font-variant: normal;
        letter-spacing: 0.06em;
        line-height: 1em;
		padding: 0px;
}
h2{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        font-variant: normal;
        letter-spacing: 0.06em;
        line-height: 1em;
		padding: 0px;
}

h2.tablestart {
	margin-top: 0px;
}

.invis
{
	display:none;
}

a img {
 border: none;
		padding: 0px;
}
a:link {
        color: #000000;
        text-decoration: underline;
}
a:visited {
        color: #000000;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: underline;
}
a:active {
        color: #000000;
        text-decoration: none;
}
img.presse {
	max-height: 150px;
}

#Container {
	position: relative;
    width: 1024px;
	height: 768px;
    margin: 0 auto;
    padding: 0;
    background-image: url(background_1024.jpg);
	background-size: contain;
    background-position: left top;
    background-repeat:no-repeat;
}

#MenueBox {
	position:absolute;
	left: 0px;
	top:  150px;
	height: 35px;
	width: 1024px;
    padding: 0px;
}

ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}	
ul#menu li label {
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 0px 0px 20px;
}	
ul#menu li input {
	display:block;
	float:left;
	color:#999999;
	background-color: #770000;
	border: 1px double;
	text-decoration:none;
	font-weight:bold;
	margin: 6px 0px 4px 20px;
}	
ul#menu li a:hover {	
	color:#FFFFFF;
	height:22px;
	/*text-transform:uppercase;*/
	/*background:transparent url(nav_bg.png) 0px -30px no-repeat;		*/
}
ul#menu li a.current{
	display:inline;
	height:22px;
	/*text-transform:uppercase;*/
	color:#FFFFFF;
	/*background:transparent url(nav_bg.png) 0px -30px no-repeat;	*/
	float:left;
	margin:0;
}
#ContentColumnBox{
	position:absolute;
	float: left;
	left: 15px;
	top : 0px;
	width: 210px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#ContentInfoBox {
	position:static;
	float: left;

	border-right: solid 2px;
	border-bottom: solid 2px;
	border-top: solid 2px;
	border-left: solid 2px;
	
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-color: #000000;

	top : 0px;
	min-height: 10%;
	max-height: 90%;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #660000;
	
	overflow: auto;	
}

#ContentAddBox {
	position:static;
	float: left;
	border: none;
	margin-top : 5px;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

#ContentInfoBox li {
	margin-left: 0px;
	color: #999999;
	padding: 0px;
	padding-top: 5px;
}
#ContentInfoBox li a {
	margin-left: 0px;
	text-decoration: none;
	font-weight:bold;
	color: #999999;
}
#ContentInfoBox li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ContentInfoBox h2 {
	color: #999999;
	padding: 0px;
}
#ContentInfoBox ul {
	margin-left: 0px;
	padding-left: 20px;
}
#ContentContentSmallBox  {
	float: left;
	position:absolute;
	left: 230px;
	top : 0px;
	/*width: 770px;*/
	width: 76%;
	height: 558px;
	padding: 5px;
	
	overflow: auto;
}
#ContentContentBigBox  {
	position:relative;
	left: 0px;
	top : 0px;
	width: 99%;
	height: 558px;
	padding: 5px;
	
	overflow:auto;
}
#ContentBox {
	position:absolute;
	left: 0px;
	top : 200px;
	width: 1024px;
	height: 568px;
	padding: 0px;

	overflow: none;
}
#FooterBox {
	position: absolute;
	left: 0px;
	top : 768px;
	width: 1024px;
	height: 30px;   
    text-align: left;
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
}
#FooterBox a {
	color: #FFFFFF;
}
#FooterBox a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#FooterBox a:visited {
	color: #FFFFFF;
}
#FooterBox a:active {
	color: #FFFFFF;
}
