body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:active {
	/*color: #660033;*/
    color: #000000;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}


div#page {
    width: 950px;
    margin: auto;
}

div#header {
    clear: both;
    width: 950px;
    height: 120px;
    background-image:url(layout/header.jpg);
}

div#mainpage {
    clear: both;
    width: 950px;
    
    background-image:url(layout/owr_backmain.jpg);
    background-repeat: repeat-y;
}

div#left {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0px;
    /*background-color: #F4F4F4;*/
    /*background-color: #ccc;*/
}

div#main {
    float: left;
    width: 550px;
    overflow: hidden;
    
}
div#right {
    float: left;
    width: 200px;
}

div#bottom {
    clear: both;
}

/********************
LEFT
********************/
div.loginlogout {
    text-align: left;
}

h1 {
	font-size: 16px;
	color: #728BAD;
	text-align: left;
	/*margin: 8px 2px 8px 2px;*/
}

h1.sponsoren {
	font-size: 13px;
	color: black;
	text-align: right;
	/*margin: 8px 2px 8px 2px;*/
}

form {
	margin: 0;
}


.login_table {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #728BAD;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/********************
MENU
********************/
li.menu_main {
    list-style:square;
    margin-left: -10px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}


div.main_menu {
    position: relative;
    top: 5px;
}



/********************
RIGHT
********************/
div.rightlogos, div.rightsponsoren {
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

div.rightsponsoren {
    margin-top: 80px;
}

img.rightimg, img.uwz {
    border: 0px;
    margin-bottom: 10px;
}

    img.uwz {
        width: 180px;
    }

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/




