body
{
	background-color : #6D6D6D;
	color: #EEEEFF;
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
}

a:link
{
 text-decoration : none;
 color : #EEEEFF;
 font-style : normal;
}

a:visited
{
 text-decoration : none;
 color : #EEEEFF;
 font-style : normal;
}

a:active
{
 text-decoration : none;
 color : #EEEEFF;
 font-style : normal;
}

a:hover
{
 text-decoration : none;
 color : #EEEEFF;
 font-style : normal;
}

.maintable
{
 position : relative;
 top : 0;
 margin : auto;

 border-style : solid;
 border-color : #2E2E2E;
 border-width : 1px;
 outline-style : none;
 outline-color : #3E3E3E;
 outline-width : 0px;
 background-color: #3E3E3E;
 
 /*table-layout : fixed;*/
 border-collapse : collapse;
 border-spacing : 0px; /* Zelle zu Zelle; aber nur mit collapse */
 padding : 0px; /* Text zu Zelle */
 
 width : 798px;
}

.blogcontainer
{
 width : 620px;
 border-spacing : 5px; /* Zelle zu Zelle; aber nur mit collapse */
 padding : 3px; /* Text zu Zelle */
 background-color : #3E3E3E;
 
 border-style : solid;
 border-color : #2E2E2E;
 border-width : 1px;
 
}

.lightbg
{
 background-color : #5F5F5F;
}

.blogarea /* TD's für Text bei Blog */
{
 background-color : #B6B6B6;
 color : #000000;
 font-size : 9px;
 text-align : left;
 vertical-align : top;
 
 width : 300px;
 
 border-style : solid;
 border-color : #2E2E2E;
 border-width : 1px;
}

.textarea /* TD's für Text in der Mitte*/
{
 background-color : #B6B6B6;
 color : #000000;
 font-size : 11px;
 text-align : left;
 vertical-align : top;
 
 width : 600px;
 
 border-style : none;
 border-color : #B6B6B6;
 border-width : 0px;
}

.bannercell /* TD in der der Banner ist */
{
 width : 798px;
 height : 60px;
 background-color: #5F5F5F;
 background-image : url(../img/banner.jpg);
}

.navigation
{
 background-color : #5F5F5F;
 text-align : center;
 vertical-align : bottom;
 height : 30px;
}

.buttonrow
{
 background-color : #5F5F5F;
 text-align : center;
 vertical-align : middle;
 height : 50px;
}

.bufferrow
{
 background-color : #5F5F5F;
 text-align : center;
 vertical-align : middle;
 height : 30px;
}

.lastrow
{
 background-color : #5F5F5F;
 text-align : center;
 vertical-align : middle;
 height : 20px;
}


.button
{
 background-color : #4b4b4b;
 border-color : #3e3e3e;
 border-style : solid;
 border-width : 2px;
}

.siderow
{
 width : 200px;
}

.strip
{
 text-align : center;
 padding : 10px;
 background-color : #B6B6B6;
 
 width : 600px;
 
 border-style : solid;
 border-color : #2E2E2E;
 border-width : 2px;
}

.highlight
{
 color : #4f4f99;
 font-weight : bold;
 font-style : normal;
 font-size : 12px;
}

.highlight2
{
 color : #4f4f99;
 font-weight : bold;
 font-style : normal;
}

.minis
{
 position : absolute;
 top : 0;
 margin : 15;

 border-style : solid;
 border-color : #000000;
 border-width : 1px;
 outline-style : none;
 outline-color : #000000;
 outline-width : 0px;
 background-color: #3E3E3E;
 
 /*table-layout : fixed;*/
 border-collapse : collapse;
 border-spacing : 0px; /* Zelle zu Zelle; aber nur mit collapse */
 padding : 0px; /* Text zu Zelle */
 
 width : 200px;
}