body {
	background-color:#f0f5f8;
	font-family:Tahoma;
	font-size:10pt;
	color:black;
	margin:0px;
	padding:0px;
	text-align:center;
}


/* #94b340 */

a {
	color:#88ab32;
	text-decoration:underline;
}

a:link {
	color:#88ab32;
	text-decoration:underline;
}

a:hover {
	color:#88ab32;
	text-decoration:none;
}

a:visited:hover {
	color:#88ab32;
	text-decoration:none;
}

a:visited {
	color:#88ab32;
	text-decoration:underline;
}

img {
	border:0px solid black;
}

input {
	font-family:Tahoma;
	font-size:10pt;
}

input[type="submit"], div.button {
	color:white;
	border:1px solid #6a802e;
	text-transform:uppercase;
	font-variant:small-caps;
	font-weight:bold;
	background-color:#88ab32;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
	float:right;
}

input[type="text"], input[type="password"] {
	color:black;
	height:24px;
	border:0px solid #cccccc;
	background-color:#cccccc;
	padding-left:5px;
	padding-right:5px;
}

textarea {
	color:black;
	border:0px solid #cccccc;
	background-color:#cccccc;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	height:100px;
	margin-bottom:5px;
}

select, option {
	color:black;
	border:1px solid #cccccc;
	background-color:#cccccc;
	width:100%;
}

.white a {
	color:white;
}

.white a:link {
	color:white;
}

.white a:hover {
	color:white;
}

.white a:visited {
	color:white;
}

.clickable {
	cursor:pointer;
}

.clickable a, .clickable a:link {
	text-decoration:none;
}

.clickable a:visited {
	text-decoration:none;
}


.inlet {
	text-align:left;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:270px;
	background-color:black;
	background-image:url('/themes/online-net/images/header_bg.png');
}

#header #logo {
	width:310px;
	height:120px;
	float:left;
}

#header #toprow {
	width:690px;
	height:120px;
	float:right;
/*	background-image:url('/themes/online-net/images/header_toprow.png');*/
	background-image:url('/themes/online-net/images/header_sprites.png');
	background-position:-310px 0px;
	background-repeat:no-repeat;
}

#header #slider {
	width:510px;
	height:150px;
	float:left;
}

#slider #sleft {
	width:10px;
	height:150px;
	float:left;
/*	background-image:url('/themes/online-net/images/header_slider_left.png');*/
	background-image:url('/themes/online-net/images/header_sprites.png');
	background-position:0px -120px;
	background-repeat:no-repeat;
}

#slider #smain {
	width:500px;
	height:150px;
	float:right;
/*	background-image:url('/themes/online-net/images/header_slider.png');*/
	background-image:url('/themes/online-net/images/header_sprites.png');
	background-position:-10px -120px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#slider #smask {
	overflow:hidden;
	height:150px;
	width:500px;
}

#slider #simgs {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:150px;
}

#simgs li {
	float:left;
	width:500px;
}

#header #middlerow {
	width:490px;
	height:150px;
	float:right;
/*	background-image:url('/themes/online-net/images/header_middlerow.png');*/
	background-image:url('/themes/online-net/images/header_sprites.png');
	background-position:-510px -120px;
	background-repeat:no-repeat;
}

#header_bottomrow {
	height:50px;
	background-image:url('/themes/online-net/images/header_bottomrow_bg.png');

}

#header_bottomrow .inlet {
	height:50px;
/*	background-image:url('/themes/online-net/images/header_bottomrow.png');*/
	background-image:url('/themes/online-net/images/header_sprites.png');
	background-position:0px -270px;
	background-repeat:no-repeat;
}

#header_bottomrow #slideswitcher {
	margin-top:15px;
	margin-right:510px;
	height:22px;
	float:right;
}

#slideswitcher #sswitcher {
	list-style:none;
	margin:0px;
	padding:0px;
}

#sswitcher li {
	width:22px;
	height:20px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:black;
	float:right;
	margin-left:5px;
	color:white;
	padding-top:2px;
	cursor:pointer;
}

#sswitcher .selected {
	background-color:#88ab32;
	font-weight:bold;
}

#sswitcher span {
	margin-left:8px;
}

#sswitcher .selected span {
	margin-left:7px;
}
	
#navi {
	height:50px;
	background-image:url('/themes/online-net/images/navi_bg.png');
}

#navi .inlet {
	height:50px;
/*	text-align:left;*/
}


/* geaendert auf aktiv 31.12.2016
 * Falls zusätzliche Elemente in die Nav-bar kommen die "780" anpassen bis alles in die Zeile passt!
 * Jedoch nicht zu groß setzen damit es noch in etwa zentriert ist.
 */
#naviinletdiv {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:780px;
	height:50px;
}

#navi .navelem {
	float:left;
	font-size:12pt;
	margin-top:17px;
	margin-left:15px;
	margin-right:15px;
}

#navi .active {
	font-weight:bold;
}

.navelem a {
	text-decoration:none;
}

.navelem a:link {
	text-decoration:none;
}

.navelem a:hover {
	text-decoration:underline;
}

.navelem a:visited:hover {
	text-decoration:underline;
}

.navelem a:visited {
	text-decoration:none;
}

.clearboth {
	height:0px;
	clear:both;
}

.clearright {
	height:0px;
	clear:right;
}

.clearleft {
	height:0px;
	clear:left;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

#main .inlet {
	margin-top:25px;
}

#sidebar_left {
	width:220px;
	margin-left:30px;
	float:left;
}

#sidebar_right {
	width:220px;
	margin-right:30px;
	float:right;
}

.boxheader {
	height:20px;
	padding-top:6px;
	padding-bottom:2px;
	border-bottom:1px solid black;
	text-transform:uppercase;
	font-variant:small-caps;
	font-weight:bold;
	font-size:14pt;
	overflow:hidden;
}

.boxcontent {
	background-color:#e6e6e6;
	padding-top:17px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

.boxcontent input[type="text"], .boxcontent input[type="password"], .boxcontent textarea {
	width:95%;
}


span.number {
	color:#88ab32;
	font-weight:bold;
}

span.bold, div.bold {
	font-weight:bold;
}

span.italic {
	font-style:italic;
}

span.normal {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:black;
}

span.underline {
	text-decoration:underline;
}

span.green {
/*	color:#6a802e;*/
	color:#00aa00;
}

span.red {
	color:#ff0000;
}

div.quote {
	margin:3px;
	padding:4px;
	background-color:#ccc;
}

div.center {
	text-align:center;
}

.boxspace {
	margin-top:30px;
}

.basket_line {
	width:100%;
	height:0px;
	border-bottom:1px solid black;
	margin-bottom:4px;
	margin-top:5px;
}

.basket_doubleline {
	width:100%;
	height:0px;
	border-bottom:3px double black;
	margin-bottom:12px;
}

#protection_submit {
	margin-top:12px;
}

#protection_info {
	font-weight:bold;
}

#content {
	width:460px;
	margin-left:20px;
	float:left;
/*	margin-left:270px;
	margin-right:270px;*/
}

/*#main .inlet {
	width:auto;
}*/

.newsimage {
	float:right;
	margin-left:3px;
}

.newsdate {
	margin-top:-18px;
	margin-left:-8px;
}

.newstext {
	margin-top:8px;
}

#box_right_login input[type="text"], #box_right_login input[type="password"] {
	margin-bottom:3px;
}

.captchaimg {
	width:76px;
	height:20px;
	border:1px solid black;
}

#box_right_login #login_captcha {
	vertical-align:-6px;
}

#box_right_login #login_captcha_input {
	width:107px;
}

#box_right_login #loginpwforgotten {
	margin-top:3px;
	float:right;
}

#box_right_checkedquality {
	text-align:center;
}

#box_right_checkedquality img {
	margin-left:auto;
	margin-right:auto;
}

.justify {
	text-align:justify;
}

.fbinput {
	float:right;
	width:80%;
}

.fbtext {
	padding-top:4px;
}

#fbcaptcha {
	margin-top:-2px;
}

#ptext {
	margin-left:110px;
}

#ptable {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#ptable .floatleft {
	margin-top:4px;
}

#ptable #pmiddle {
	margin-left:105px;
	margin-right:85px;
}

#ptable input[type="submit"] {
	margin-top:3px;
}

#pcheck {
	text-align:center;
}

#phist {
	text-align:left;
}

.storelist_title {
	font-size:13pt;
	margin-bottom:5px;
}

.storelist_code {
	font-size:8pt;
	margin-top:-9px;
}

.storelist_text {
	margin-left:95px;
}

.storelist_space {
	margin-top:20px;
	border-bottom:1px solid black;
	margin-bottom:20px;
}

#storedetails_code {
	float:right;
	margin-top:-15px;
	font-size:8pt;
}

#storedetails_left {
	width:190px;
}

#storedetails_right {
	margin-left:190px;
}

#totalprice {
	font-size:18pt;
	font-weight:normal;
	letter-spacing:-1px;
}

#onetimebox {
	font-size: 11px;
}

.storeconfig {
	margin-bottom:15px;
}

.storeconfig .floatright {
	width:50%;
}

.storeconfig .floatleft {
	width:50%;
	overflow:hidden;
	margin-top:3px;
}

#storedetails_hr {
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #bfbfbf;
}

#baskettable {
	width:100%;
}

#baskettable td {
	vertical-align:top;
}

#store_steps {
	margin-left:auto;
	margin-right:auto;
}

#store_steps .sstep {
	float:left;
	margin-left:15px;
	width:100px;
}

#store_steps .firststep {
	margin-left:8px;
}

.sstep img {
	float:left;
	margin-right:5px;
}

#baskettable input {
	width:30px;
	text-align:right;
	margin-right:18px;
}

#baskettable .right {
	text-align:right;
	/*padding-right:18px;*/
}

.slinput {
	float:right;
	width:70%;
}

.sltext {
	padding-top:4px;
}

.spsmall {
	width:40% !important;
}

#sslist {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#splist .floatleft {
	width:100%;
}

#splist .spinner {
	margin-left:30px;
}

.scinput {
	float:right;
	width:70%;
	margin-top:-15px;
}

.sctext {
	margin-top:-15px;
}

.shbox {
	width:140px;
	padding-top:15px;
	padding-bottom:14px;
	overflow:hidden;
}

.sh0 {
	float:left;
	padding-right:4px;
	border-right:1px solid black;
}

.sh1 {
	float:left;
	margin-left:5px;
	padding-right:4px;
	border-right:1px solid black;
}

.sh2 {
	float:right;
}

.shcenter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.shcenter img {
	margin-left:auto;
	margin-right:auto;
}

.shtitle {
	font-size:11pt;
	white-space:nowrap;
}

.shcode {
	font-size:8pt;
	margin-top:-5px;
}

.shtotal {
	font-weight:normal !important;
	font-size:18pt;
	letter-spacing:-2px;
}

.shbox .button {
	width:108px;
	float:none;
	text-align:center;
}

.shbasket_line {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

#imprint_left {
	float:left;
}

#imprint_right {
	float:right;
}

#upperfooter {
	height:170px;
	background-color:#1a1a1a;
	margin-top:30px;
	background-image:url('/themes/online-net/images/upperfooter_bg.png');
	background-repeat:repeat-x;
}

#upperfooter a {
	text-decoration:none;
}

#upperfooter a:link {
	text-decoration:none;
}

#upperfooter a:hover {
	text-decoration:underline;
}

#upperfooter a:visited:hover {
	text-decoration:underline;
}

#upperfooterinner {
	padding-top:30px;
	padding-right:30px;
	padding-left:30px;
}

#upperfooterinner .floatleft {
	margin-top: -63px;
}

#upperfooter .footermenu {
	color:white;
	text-transform:uppercase;
	font-variant:small-caps;
	float:right;
	width:160px;
	margin-left:100px;
}

#lowerfooter {
	height:30px;
	background-color:#0d0d0d;
	font-size:10pt;
	color:white;
}

#lowerfooter #imprint {
	float:right;
	padding-top:6px;
	padding-right:30px;
}

/* Special stuff */
#i_domain {
	width: 55px;
}

#i_domain_shortcut {
	width: 50px;
}
.domain .floatleft {
	width: 38%;
}
.domain .floatright {
	width: 62%;
}
