/*                                                                           */
/* CSS Definition opengate.de                                                */
/*                                                                           */

* {
	font-family: verdana, helvetica, arial, sans-serif;
	outline: none;
}
td,p,div,ul,ol,li,dl,dd,dt {
	font-size: 11px;
}

a		{ color: #0c539e; }
a.nav	{ text-decoration:none; }
h1		{ font-size: 16px; color: #0c539e; }
h2		{ font-size: 15px; color: #0c539e; }
h3,big	{ font-size: 13px; color: #0c539e; }small	{ font-size: 10px; }
sup		{ font-size: 8px; }
.alert	{ color: #d00; }
.hl		{ color: #0c539e; }
.price	{ color: #11386E; }
.ready	{ color: #090; }
.blue	{ color: #0c539e; }
.green	{ color: #090; }
.red	{ color: #d00; }

a.phone {
	text-decoration: none;
}

a.phone:active, a.phone:hover {
	background: url(buttons/icon_addcontact.png) right center no-repeat;
	padding: 1px 20px 1px 5px;
	border: 1px dotted #ccc;
}

body {
	margin-top: 0;
}

.chooser
{
	background-color: #ccc;	border: 2px solid #ccc;	font-family: geneva,verdana,helvetica,arial,sans-serif;
	font-size: 10px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;
}
input,select,textarea {
	font-family:geneva,verdana,helvetica,arial,sans-serif;
	font-size: 10px;
}

table.navbox {
	border-style: solid;
	border-color: #0c539e;
	border-spacing: 0;
	border-width: 1px;
	background-color: #fff;
	-moz-border-radius: 3px;	-khtml-border-radius: 3px;
}
td.navbox_header {
	background-color: #0c539e;
	color: #fff;
	font-family:verdana,helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
}
td.navbox_content {
	background-color: #fff;
	color: #0c539e;
	font-family:verdana,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
}
td.navbox_icon {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}
#contactform input, textarea {
	border: 1px #00336D solid;
	padding: 2px;
	margin: 3px;
	font-family: monospace;
	font-size: 10px;
}

#contactform input.submit {
	border: 3px #309739 groove;
	color: #fff;
	background-color: #309739;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}

#contactform input.refresh {
	border: 3px #0c539e groove;
	color: #fff;
	background-color: #0c539e;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
}

/* Headernavigation */

#onlineshop a {
	background: url("/_media/nav/nav.png") 0 0 no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 85px;
}
#onlineshop a:hover {
	background-position: 0 -30px;
}
#onlineshop a:active {
	background-position: 0 -60px;
}
#meinkonto a {
	background: url("/_media/nav/nav.png") -86px 0 no-repeat;
	display: block;
	float: left;
	width: 90px;
	height: 30px;
}
#meinkonto a:hover {
	background-position: -86px -30px;
}
#meinkonto a:active {
	background-position: -86px -60px;
}
#community a {
	background: url("/_media/nav/nav.png") -176px 0 no-repeat;
	display: block;
	float: left;
	width: 90px;
	height: 30px;
}
#community a:hover {
	background-position: -176px -30px;
}
#community a:active {
	background-position: -176px -60px;
}
#aktuelles a {
	background: url("/_media/nav/nav.png") -266px 0 no-repeat;
	display: block;
	float: left;
	width: 70px;
	height: 30px;
}
#aktuelles a:hover {
	background-position: -266px -30px;
}
#aktuelles a:active {
	background-position: -266px -60px;
}
#agb a {
	background: url("/_media/nav/nav.png") -336px 0 no-repeat;
	display: block;
	float: left;
	width: 50px;
	height: 30px;
}
#agb a:hover {
	background-position: -336px -30px;
}
#agb a:active {
	background-position: -336px -60px;
}
#hilfe a {
	background: url("/_media/nav/nav.png") -386px 0 no-repeat;
	display: block;
	float: left;
	width: 45px;
	height: 30px;
}
#hilfe a:hover {
	background-position: -386px -30px;
}
#hilfe a:active {
	background-position: -386px -60px;
}
#kontakt a {
	background: url("/_media/nav/nav.png") -431px 0 no-repeat;
	display: block;
	float: left;
	width: 65px;
	height: 30px;
}
#kontakt a:hover {
	background-position: -431px -30px;
}
#kontakt a:active {
	background-position: -431px -60px;
}
#impressum a {
	background: url("/_media/nav/nav.png") -496px 0 no-repeat;
	display: block;
	float: left;
	width: 90px;
	height: 30px;
}
#impressum a:hover {
	background-position: -496px -30px;
}
#impressum a:active {
	background-position: -496px -60px;
}
.clear {
clear:left;
}

