body
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 30px;
    font-style : normal;
    font-weight : normal;
    text-decoration : none;
    background-image : none;
    background-repeat : repeat;
    margin : 0px;
    Background-color : black;
    Color : rgb(240 , 191 , 138);
}
.menuTitel
{
    Font-family : Verdana , Arial , Helvetica , sans-serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 10px;
    Color : rgb(240 , 191 , 138);
    Border-top : solid 1px rgb(240 , 191 , 138);
    Border-bottom : solid 1px rgb(240 , 191 , 138);
    Vertical-align : middle;
    Text-align : center;
}
.naviStatus
{
    Font-family : Verdana , Arial , Sans Serif;
    Color : rgb(240 , 191 , 138);
    Font-size : 10px;
    Text-decoration : underline;
    Vertical-align : bottom;
    Text-align : right;
}
.header
{
    background-image : url("../imgs/header_logo_mit_blitz.jpg");
    background-repeat : no-repeat;
    background-position : bottom center;
}
.content
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    color : rgb(102 , 51 , 0);
    text-decoration : none;
    background-image : url("../imgs/drb_logo_bg.jpg");
    background-repeat : repeat-y;
    background-position : top center;
    background-color : white;
}
.text10
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    color : rgb(240 , 191 , 138);
}
.text10b
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    color : rgb(240 , 191 , 138);
    text-decoration : none;
    Font-weight : bold;
}
.text10u
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    color : rgb(240 , 191 , 138);
    text-decoration : underline;
}
.borderTOP
{
    background-image : url("../imgs/border_top.jpg");
    background-repeat : repeat-x;
    background-position : center top;
}
.borderLEFT
{
    background-image : url("../imgs/border_left.jpg");
    background-repeat : repeat-y;
    background-position : left top;
}
.borderBOTTOM
{
    background-image : url("../imgs/border_bottom.jpg");
    background-repeat : repeat-x;
    background-position : center bottom;
}
.borderRIGHT
{
    background-image : url("../imgs/border_right.jpg");
    background-repeat : repeat-y;
    background-position : right center;
}
.margin
{
    margin : 10px;
}
h1
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    font-weight : bold;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : rgb(102 , 51 , 0);
    border-bottom-color : rgb(102 , 51 , 0);
    text-align : center;
}
a.email:link
{
    text-decoration : none;
    font-weight : normal;
    color : rgb(102 , 51 , 0);
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
    font-size : 10px;
    padding : 0px;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-bottom-color : rgb(102 , 51 , 0);
}
a.email:visited
{
    text-decoration : none;
    text-align : center;
    font-weight : normal;
    color : rgb(102 , 51 , 0);
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
    font-size : 10px;
    padding : 0px;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-bottom-color : rgb(102 , 51 , 0);
}
a.email:hover
{
    text-decoration : none;
    text-align : center;
    font-weight : normal;
    color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
    font-size : 10px;
    background-color : rgb(102 , 51 , 0);
}
a.email:active
{
    text-decoration : none;
    text-align : center;
    font-weight : normal;
    color : rgb(255 , 255 , 255);
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
    font-size : 10px;
    background-color : rgb(102 , 51 , 0);
}

a.toWebsite:link
{
	text-decoration: none;
	font-weight: normal;
	color: #F0BF8A;
	font-family: Verdana , Geneva , Arial , Helvetica , sans-serif;
	font-size: 10px;
	padding: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #F0BF8A;
}
a.toWebsite:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #F0BF8A;
	font-family: Verdana , Geneva , Arial , Helvetica , sans-serif;
	font-size: 10px;
	padding: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #F0BF8A;
}
a.toWebsite:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: Verdana , Geneva , Arial , Helvetica , sans-serif;
	font-size: 10px;
	padding: 0px;
	background-color: #F0BF8A;
}
a.toWebsite:active
{
	text-decoration: none;
	font-weight: normal;
	color: #F0BF8A;
	font-family: Verdana , Geneva , Arial , Helvetica , sans-serif;
	font-size: 10px;
	padding: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #F0BF8A;
}