@charset "utf-8";

body {
	margin: 0;
	padding: 0;
        background: #6db5ed;
}
img {
	border: 0;
}

.fixBanners
{
    display:block;
    margin: 5px auto;
}

#user_menu {
        float:left;
        width: 230px;
        height: 58px;
	clear: both;
	color: #1b83d4;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
        background: url('images/backgrounds/usermenu.png') #dfeffc repeat-y;
        border: 3px outset #1b83d4;
        padding: 10px;
	margin-top: 20px;
        margin-left: 50px;
        text-align: center;
}
#user_menu > a {
	color: #1b83d4;
	font-size: 12px;
	font-weight: normal;
        margin-bottom: 4px;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#user_menu > a:hover {
	text-decoration: underline;
}

.user_menu_top {
    background: url('images/addon/usermenu_top.png');
    width: 250px;
    height: 11px;
    float: left;
}
.user_menu_bottom {
    background: url('images/addon/usermenu_top.png');
    width: 250px;
    height: 11px;
    float: left;
}

#sitemap {
	clear: both;
	float: right;
	padding: 0px 0px 0px 13px;
	margin: 10px 20px 0px 0px;
	background: url('images/sitemap.png') no-repeat 0px 2px;
}
#sitemap > a {
	color: #115194;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#sitemap > a:hover {
	text-decoration: underline;
}

#main {
	clear: both;
        padding-bottom: 50px;
        background: url('images/backgrounds/all.png') repeat-x;
}

#main > #header_bg {
        height: 124px;
        background: url('images/backgrounds/header_bg.png') repeat-x;
}

#main > #header_bg > #header {
	width: 960px;
	margin: 0px auto -25px auto;
}

#main > #header_bg > #header > .logo {
	text-align: center;
        padding-top: 20px;
}
#main > #menu_bg {
    background: url('images/backgrounds/nav_bg.png') repeat-x;
}

.menu_spacer {
    background: url('images/nav_spacer.png');
    height: 47px;
    width: 12px;
    display: inline;
    float: left;
}
.menu {
	width: 760px;
	height: 120px;
        margin: 0px auto;
}
.menu > ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
}
.menu > ul > li {
    float: left;
    padding: 0px 10px 0px 10px;
    margin: auto;
}
.menu > ul > li:hover {
	border-top: 2px dotted #1b83d4;
}
.menu > ul > li > a {
	color: #1b83d4;
        text-shadow: #000 0px 1px 0px;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	height: 27px;
	padding: 0px 0px 0px 0px;
        padding-top: 15px;
}
.menu > ul > li:hover > a {
	color: #1b83d4;
        clear: both;
}
.menu > ul > li > ul {
        margin-top: -5px;
	padding: 0;
        -webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	list-style: none;
	position: absolute;
	left: 0px;
        min-width: 900px;
	height: 44px;
	background: url('images/submenu_background.png') repeat-x;
	display: none;
}
.menu > ul > li.active > ul {
	display: none;
        clear: both;
}
.menu > ul > li:hover > ul {
	display: inline;
        clear: both;
}
.menu > ul > li > ul > li {
	float: left;
	margin: 8px 20px 0px 20px;
}
.menu > ul > li > ul > li > a {
	color: #ffffff;
	text-decoration: none;
        text-shadow: 0px 1px 0px #000;
	font-size: 16px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
        clear: both;
        display: inline;
}
.menu > ul > li > ul > li > a:hover {
	text-decoration: underline;
}

 .flash {
        width: 940px;
        margin: -20px auto 15px auto;
        padding: 10px;
        background: #d6d7d8;
        text-align: center;
        -webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
        font-size: 15px;
        font-family: Georgia, Verdana, Geneva, sans-serif;
        font-weight: bold;
}
.flash.notice {
        color: #0000ff;
}

.columns_2 {
	width: 900px;
	margin: 0px auto;
        clear: both;
}
.columns_header_left {
    background: url("images/header_contentbox_left.png") no-repeat;
    height: 44px;
    width: 86px;
    float: left;
    margin-left: -50px;
    clear: none;
}
.columns_header_right {
    background: url("images/header_contentbox_right.png") no-repeat;
    height: 44px;
    width: 81px;
    float: left;
    clear: none;
}

.columns_header_bg {
    background: url("images/header_contentbox_bg.png") repeat-x;
    height: 44px;
    width: 470px;
    float: left;    
    margin-left: 0px;
    clear: none;
}

.columns_header_bg h2{
    font: 22px Tahoma, Verdana, Helvetica, sans-serif;
    color: #dfeffc;
    text-shadow: #000 0px 1px 0px;
    font-weight: bold;
    margin-left: -50px;
    margin-top: 7px;
}

.columns_2 > .column_ads {
        position: relative;
        left: -100px;
	width: 200px;
	float: left;
	min-height: 500px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	background: #d6d7d8;
}
.columns_2 > .column_left {
	width: 636px;
	float: left;
        padding: 10px;
	margin-left: -95px;
	min-height: 50px;
}
.columns_2 > .column_right {
	width: 260px;
	float: right;
        margin-top: 21px;
}

.columns_3 {
	width: 900px;
	margin: auto;
        clear: both;
}
.columns_3 > .column_ads {
        position: relative;
        left: -100px;
	width: 200px;
	float: left;
	min-height: 500px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	background: #d6d7d8;
}
.columns_3 > .column_center {
	width: 360px;
	float: left;
        padding: 10px;
	margin-left: -95px;
	min-height: 50px;
}
.columns_3 > .column_center .expert {
        width: 215px;
        margin-top: -21px;
}
.columns_3 > .column_right {
	width: 420px;
	float: right;
	margin-left: -40px;
	padding: 10px;
	background: none;
}
.columns_3 > .expert {
        background: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
        font-family: Georgia, Tahoma, Verdana, Helvetica, "Times new roman", serif;
}

.columns_3 > .sport {
    width: 300px;
}

.latest_news {
    width: 334px;
    margin-top: 40px;
    background: url('images/expert_background.png') repeat-y;
}

.latest_news > h1{
    font: bold 18px Tahoma, verdana, georgia;
}

.latest_news > a {
	text-decoration: none;
}
.latest_news > a > img {
        margin: 20px;
        margin-left: 30px;
	text-decoration: none;
}
.latest_news > p {
        color: #000;
        font-size: 12px;
	font-family: Georgia, Tahoma, Helvetica, Arial, Helvetica, sans-serif;
        margin: 0;
	margin-top: -5px;
	padding: 10px;
        padding-right: 25px;
}

.latest_news > .button {
        padding: 3px;
	margin: 10px 0px 0px 0px;
	background: url("images/knapp_bg.png");
	border: 3px #2f86c9 outset;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	height: 19px;
	width: 100px;
        
	text-shadow: #000 1px 1px 0px 0px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.latest_news > .button:hover{
    border-style: inset;
    background: url("images/knapp_bghover.png");
}

.contact {
	background: url("images/contentbox_636bg.png") repeat-y;
        margin-top: -15px;
        margin-left: 34px;
        width: 636px;
}

.contact_end {
    background: url("images/contentbox_636bottom.png");
    height: 13px;
    width: 636px;
    margin-left: 34px;
}
.contact label {
	margin-left: 80px;
	width: 100px;
	display: block;
	float: left;
	margin-top: 33px;
	clear: both;
	height: 50px;
	
        text-shadow: #000 1px 0px 0px;
	color: #1b83d4;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.contact input[type=text] {
	float: left;
	margin-top: 25px;
	width: 300px;
	height: 35px;
	border: 1px solid #1b83d4;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	padding: 0px 5px;
}
.contact textarea {
	float: left;
	margin-top: 35px;
	width: 350px;
	height: 200px;
        max-height: 200px;
        max-width: 350px;
	border: 0px;
        border: 1px solid #1b83d4;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
        text-shadow: #000 1px 1px 0px 0px;
}
.contact input[type=submit] {
	clear: both;
        float: left;
        margin: 30px 0px 30px 0px;
	margin-left: 300px;
	height: 25px;
	width: 100px;
        border: 0px;
        background: #dfeffc;
	
	color: #1b83d4;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
        text-shadow: #000 0px 1px 0px;
}

.contact input[type=submit]:hover {
    border-bottom: 2px solid #1b83d4;
}
.contact ul.error_list {
    margin: 5px 0px -35px 0px;
    padding: 0;
    float: left;
    color: #ff0000;
    list-style: none;
}

.login {
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	margin-bottom: 20px;
}
.login label {
	margin-left: 80px;
	width: 130px;
	display: block;
	float: left;
	margin-top: 43px;
	clear: both;
        height: 50px;
	
	color: #16589f;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.login input[type=text] {
	float: left;
	margin-top: 35px;
	width: 300px;
	height: 35px;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	padding: 0px 10px;
}
.login input[type=password] {
	float: left;
	margin-top: 35px;
	width: 300px;
	height: 35px;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	padding: 0px 10px;
}
.login textarea {
	float: left;
	margin-top: 20px;
	width: 450px;
	height: 200px;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
}
.login input[type=submit] {
	clear: both;
	float: right;
	margin: 10px 40px 40px 0px;
	background: #0054aa;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	height: 25px;
	width: 100px;
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.login ul.error_list {
    margin: 10px 0px -35px -38px;
    float: left;
    color: #ff0000;
    list-style: none;
}

.login h1{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 20px;
    color: #218adb;
}

.column_right > .news {
        width: 400px;
        height: 150px;
        background: url('images/box420bg.png') repeat-y;
        padding: 15px;
        margin-bottom: 20px;
}
.column_right > .news > h1 {
	color: #16589f;
	font-size: 23px;
	font-family: Verdana, Geneva, sans-serif;
	margin: -10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
        clear: both;
}
.column_right > .news > p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.column_right > .news > a.button {
	display: block;
	background: #0054aa;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	height: 22px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	margin: 10px 15px 0px 0px;
	float: right;
}
.column_right > .pager {
        clear: both;
        margin-top: 25px;
        font-size: 13px;
        font-weight: bold;
        color: #16589f;
        font-family: Verdana, Geneva, sans-serif;
}
.column_right > .pager > a {
        font-size: 13px;
        font-weight: bold;
        color: #16589f;
        font-family: Verdana, Geneva, sans-serif;
        text-decoration: none;
}

.see {
        width: 334px;
        background: url('images/expert_background.png') repeat-y;
        min-height: 100px;
        padding: 10px;
	color: #515152;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.see > p {
	margin: 5px 0px 0px 0px;
	padding: 0;
}
.see > p > span {
	font-weight: bold;
}
.see > p > a {
        color: #1db32a;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}
.see > p > a:hover {
        text-decoration: underline;
}
.see > h1 {
	color: #16589f;
	font-size: 23px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.expert_statistics {
        margin: 0;
        padding: 5px 10px;
        background: url("images/statistik_ruta_bg.png") repeat-y;		
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.expert_statistics > table {
        width: 100%;
}
.expert_statistics > table tr > td {
        width: 80%;
        text-align: right;
        font-weight: bold;
}
.expert_statistics > table tr > td:first-child {
        width: 20%;
        text-align: left;
}
.expert_statistics h1{
    font-family: Tahoma, Verdana, Geneva, sans-serif;
}
.column_right .expert h1 {
        margin: 0;
        padding: 0;
        display: block;
        height: 24px;
        background: #1e67ad;
        font-size: 15px;
        font-family: Tahoma, Verdana, Geneva, sans-serif;
        padding: 6px 0px 5px 15px;
}
.column_right > .expert {
        width: 600px;
        padding: 0;
        margin-top: 21px;
}
.bet {
        background: url("images/box420bg.png") repeat-y;
        max-width: 420px;
        margin: 0px 0px 15px 0px;
        padding: 10px;
}
.bet table {
        width: 100%;
}
.bet table tr td {
        width: 50%;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
.bet hr {
        background: #1b83d4;
        border: #1b83d4;
        height: 1px;
}
.bet .analysis {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 14px;
        max-width: 400px;
        color: #1b83d4;
        overflow: auto;
        white-space: pre;
}
.bet .profit {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-shadow: #000 0px 1px 0px;
        color: #1b83d4;
        float: right;
        clear: both;
        margin-top: 10px;
}
.bet .expert {
        clear: both;
        float: right;
}
.bet .expert a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #1b83d4;
        text-decoration: none;
}

table textarea{
    min-width: 480px;
    max-width: 480px;
    min-height: 300px;
}

.column_right > .stats {
        width: 100%;
        background: url('images/box420bg.png') repeat-y;
        min-height: 200px;
        padding: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
}
.column_right > .spel {
        width: 100%;
        background: url('images/box420bg.png') repeat-y;
        min-height: 200px;
        padding: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
}

.column_right > .sport {
        width: 100%;
        background: url('images/box420bg.png') repeat-y;
        min-height: 200px;
        padding: 5px;
        margin-bottom: 20px;
        margin-top: 20px;
}

.expert_header_left {
    background: url("images/header_contentbox_left.png") no-repeat;
    height: 44px;
    width: 86px;
    float: left;
    clear: none;
}
.expert_header_right {
    background: url("images/header_contentbox_right.png") no-repeat;
    height: 44px;
    width: 81px;
    float: left;
}
.expert_header_bg {
    background: url("images/header_contentbox_bg.png") repeat-x;
    height: 44px;
    min-width: 253px;
    float: left;    
}
.expert_header_bg h2{
    font: 22px Tahoma, Verdana, Helvetica, sans-serif;
    color: #dfeffc;
    text-shadow: #000 0px 1px 0px;
    font-weight: bold;
    margin-left: -30px;
    margin-top: 7px;
}
.expert_bottom {
    background: url("images/expert_background_bottom") no-repeat;
    height: 21px;
    width: 432px;
}
.column_right > .stats > table {
        width: 95%;
        border-collapse: collapse;
}
.column_right > .stats > table thead tr th {
        border-bottom: 1px solid #1b83d4;
	color: #1b83d4;
        text-shadow: #000 0px 1px 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
        width: 20%;
}
.column_right > .stats > table tbody tr td {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}
.column_right > .stats > table tbody tr td a {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.column_right > .stats > table tbody tr.even td {
	color: #1b83d4;
}
.column_right > .stats > table tbody tr.even td a {
	color: #0e66aa;
}

.column_right > .spel > table {
        width: 95%;
        border-collapse: collapse;
}
.column_right > .spel > table thead tr th {
        border-bottom: 1px solid #1b83d4;
	color: #1b83d4;
        text-shadow: #000 0px 1px 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.column_right > .spel > table tbody tr td {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}
.column_right > .spel > table tbody tr td a {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.column_right > .spel > table tbody tr.even td {
	color: #1b83d4;
}
.column_right > .spel > table tbody tr.even td a {
	color: #0e66aa;
}

#main > .news {
	width: 960px;
	margin: auto;
}
#main > .news > .top {
	width: 900px;
	height: 150px;
	margin: auto;
	background: #d6d7d8;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	margin-top: -50px;
        margin-bottom: 50px;
}
#main > .news > h1 {
	color: #1b83d4;
	font-size: 20px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	margin: -30px -30px 0px 0px;
	padding: 0;
}

.box900{
    margin-left: -3px;
    margin-top: -5px;
    padding: 20px;
    background: url("images/box900bg.png") repeat-y;
    width: 870px;
    float: left;
    clear: both;
}

.news > .box900 > p.info {
	margin: 0;
	padding: 0;
	color: #878a8e;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
}
.box900 > .img {
	float: left;
	width: 275px;
}
.box900 > .text {
	width: 550px;
	float: right;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #030303;
        margin-right: 25px;
}
#main > columns_2 > .news > .box900 > hr {
	height: 1px;
	width: 760px;
	background: #666666;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px;
}

.news_header_bg {
    background: url("images/header_contentbox_bg.png") repeat-x;
    min-height: 44px;
    width: 173px;
    float: left;    
}
.news_header_bg h1{
    font: 16px Tahoma, Verdana, Helvetica, sans-serif;
    color: #dfeffc;
    text-shadow: #000 0px 1px 0px;
    font-weight: bold;
    margin-left: -70px;
    margin-top: 7px;
    text-decoration: none;
}

.newsall_header_bg {
    background: url("images/header_contentbox_bg.png") repeat-x;
    min-height: 44px;
    width: 730px;
    float: left;    
}
.newsall_header_bg h1{
    font: 18px Tahoma, Verdana, Helvetica, sans-serif;
    color: #dfeffc;
    text-shadow: #000 0px 1px 0px;
    font-weight: bold;
    margin-left: -70px;
    margin-top: 7px;
    text-decoration: none;
}
.comments > .left {
	width: 300px;
	float: left;
}
.comments > .left h1 {
	margin: 0;
	padding: 0;
	color: #2f86c9;
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
        text-shadow: 1px 1px 0px #000;
}
.comments > .left input[type=text] {
	width: 280px;
	height: 35px;
	border: 0px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	background: #5c5f61;
	
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2f86c9;
	
	padding: 0px 10px;
}
.comments > .left textarea {
	max-width: 280px;
	height: 100px;
	border: 2px #2f86c9 outset;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	background: none;
	
	font-size: 19px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
        text-shadow: #000 1px 1px 0px 0px;
	
	margin: 5px 0px 0px 0px;
	padding: 10px 10px;
}
.comments > .left input[type=submit] {
	clear: both;
	float: right;
	margin: 10px 0px 0px 0px;
	background: url("images/knapp_bg.png");
	border: 3px #2f86c9 outset;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; 
	height: 25px;
	width: 100px;
        
	text-shadow: #000 1px 1px 0px 0px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.comments > .left input[type=submit]:hover{
    border-style: inset;
    background: url("images/knapp_bghover.png");
}

.comments > .right {
	float: right;
	width: 550px;
        margin-top: 30px;
}
.comment {
	margin: 0px 0px 10px 0px;
}
.comment p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
        text-shadow: #000 1px 1px 0px 0px;
}
.comment p.info {
	color: #000000;
        text-shadow: #000 1px 1px 0px 0px;
}
.comment p.info span {
	font-weight: bold;
        text-shadow: #000 1px 1px 0px 0px;
}
.comment p.text {
	color: #4c4e4f;
        text-shadow: #000 1px 1px 0px 0px;
}

#footer {
	clear: none;
        margin: 0px;
	width: 100%;
        height: 50px;
	background: #1b83d4 bottom;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer > .left {
	float: left;
	margin: 10px 0px 10px 10px;
}
#footer > .right {
	float: right;
	margin: 15px 10px 0px 0px;
}
#footer a {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        text-shadow: #000 1px 1px 0px 0px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer > .right > a {
	color: #f6e847;
        text-shadow: #000 1px 1px 0px 0px;
}
