img, div, body, table, span, form {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

img{
	border-color:#bbbbbb;
}
a:hover img{
	border-color:#555555;
}

body.main{
	background-image:url(../img/bg-image.gif);
	background-repeat:repeat-x;	
}

body{
	font-family:Verdana; 
	font-size:12px;
	color: #333;
	margin:0px 0px 0px 0px;
}

#hintergrundrahmen {
	position:relative;
	width:950px;
	height:800px;
	left:50%;
	margin:0px 0px 0px -475px;
	border:0px;
	z-index:1;
}

.rahmen_oben{
	height: 15px; 
	margin: 0px 0px 0px 0px;
	background-image:url(../img/hintergrundrahmen-oben.gif); 
	background-repeat:no-repeat;
}

.rahmen_mitte{
	border:0px solid #3334ff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/hintergrundrahmen-mitte.gif); 
	background-repeat:repeat-y;	
}

.rahmen_unten{
	height: 15px;
	background-image:url(../img/hintergrundrahmen-unten.gif); 
	background-repeat:no-repeat;
}

#hintergrundrahmen_special {
	position:relative;
	width:950px;
	height:800px;
	left:50%;
	margin:0px 0px 0px -475px;
	border:0px;
	z-index:1;
}

.rahmen_oben_special{
	height: 281px; 
	margin: 0px 0px 0px 0px;
	background-image:url(../img/hintergrundrahmen-oben.png); 
	background-repeat:no-repeat;
}

.rahmen_mitte_special{
	border:0px solid #3334ff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/hintergrundrahmen-mitte.png); 
	background-repeat:repeat-y;	
}

.rahmen_unten_special{
	height: 20px;
	background-image:url(../img/hintergrundrahmen-unten.png); 
	background-repeat:no-repeat;
}


.border_box_meinscupy_top{
	height: 20px;
	width:170px;
	padding:14px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image:url(../img/meinscupy_box_top.gif); 
	background-repeat:no-repeat;
}

.border_box_add_top{
	height: 12px;
	width:170px;
	padding:8px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image:url(../img/add_box_top.gif); 
	background-repeat:no-repeat;
}

.border_box_login_top{
	height: 22px;
	width:170px;
	padding:12px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image:url(../img/login_box_top.gif); 
	background-repeat:no-repeat;
}

.border_box_login_center{
	width:173px;
	padding:10px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	border:0px solid #3334ff;
	background-image:url(../img/login_box_center.gif); 
	background-repeat:repeat-y;	
}

.border_box_login_bottom{
	height: 26px;
	width:185px;
	margin: 0px 0px 0px 0px;
	background-image:url(../img/login_box_bottom.gif); 
	background-repeat:no-repeat;
}

#twitter-box-rahmen{
	height: 270px;
	width: 342px;
	background-image:url(../img/twitter-box.gif); 
	background-repeat:no-repeat;
}

#grey-box-rahmen{
	height: 270px;
	width: 342px;
	background-image:url(../img/grey-box.gif); 
	background-repeat:no-repeat;
}


div.header-bg{
	background-image:url(../img/bg-header.gif);
	width:950px;
	height:120px;
}

div.logo{
	padding:10px 0px 10px 0px;
}

div.logo_2{
	padding:0px 0px 3px 10px;
}

div.banner{
	width:728px;
	height:90Px;
	margin:8px 0px 0px 13px;
}

div.banner_border{
	border:1px solid #bbbbbb;
}

.header{
	padding:6px 0px 0px 10px;
}

table.price {
	border-collapse:collapse;
	background-color: #ddd;
	color: #fff;
	font-weight: bold;
    width: 560px;
}

td.price {
  border: 2px solid #fff;
  padding: 3px;
  width: 430px;
  background-color: #97b8c8;
  border:1px solid #ddd;
}

td.price2 {
  border: 2px solid #fff;
  padding: 3px;
  width: 130px;
  background-color: #97b8c8;
  border:1px solid #ddd;
  text-align:right;
}

table.main{
	width:100%;
	border-collapse:collapse;
	border:0px solid #00ddff;
}

td.navi{
	border:0px solid #00ff00;
	vertical-align: top;	
}

td.content{
	border:0px solid #dd00ff;
	vertical-align: top;
}

/* liste */



/* navigation */
.menu {
	width:185px;
	padding:0px 0px 0px 10px;
	border:0px solid #00ff00;
}

ul.menu ,li.menu {
	list-style: none;
    margin: 0px 0px 0px -1px;
    padding: 0px;
}

li.menu  a:link , li.menu  a:visited , li.menu a:active {
	display:block;
	height:32px;
	line-height:32px;
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    padding:0px 0px 0px 10px;
    margin-bottom:0px;
}

li.menu a:hover {
	background-image:url(../img/menu_over.gif);
	margin-bottom:0px;
    color:#eeeeee;
}


li.menu_blue a:link , li.menu_blue a:visited , li.menu_blue a:active {
	display:block;
	height:32px;
	line-height:32px;
	background-image:url(../img/menu_blue.gif);
	background-repeat:no-repeat;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    padding:0px 0px 0px 10px;
    margin-bottom:0px;
}

li.menu_blue a:hover {
	background-image:url(../img/menu_blue_over.gif);
	margin-bottom:0px;
    color:#eeeeee;
}

li.active a:link , li.active a:visited , li.active a:active {
	background-image:url(../img/menu_active.gif);
}

div.content{
	border:0px solid #ff0000;
	padding:0px 0px 0px 15px;
	width:728px;
}

/* login */
.login{
	padding:0px 0px 0px 3px;
}
    
.login-feld { 
	width:158px;
	border:1px solid #bbb;
	background-color:#fff;
}
.navi-button {
	margin-top:3px;
	margin-left:50px;
	margin-bottom:3px;
}

.input{
	width:350px;
	border:1px solid #bbb;
	background-color:#fff;
	vertical-align:middle;
}

.input_error{
	width:350px;
	border:1px solid #E20B2C;
	background-color:#fff;
}

.input2{
	width:350px;
	border:1px solid #bbb;
	background-color:#fff;
	vertical-align:middle;
	margin-left:20px;
}

.input2_error{
	width:350px;
	border:1px solid #E20B2C;
	background-color:#fff;
	margin-left:20px;
}

.formular{
	background-color:#e9e9e9; 
	padding:10px 12px 10px 12px; 
	margin:0px -6px 0px -12px;
}

div.sub_error_msg{
	width:300px;
	color:#E20B2C;
	padding:2px 0px 2px 0px;
	font-size:11px;
}

.error{
	color:#E20B2C;
}

.input_label{
    padding: 2px 0px 2px 0px;
	width:120px;
	vertical-align:top;
	font-weight: bold;
}

.input_label_error{
    padding: 2px 0px 2px 0px;
	width:120px;
	vertical-align:top;
	color:#E20B2C;
	font-weight: bold;
}

.input2_label{
    padding: 2px 0px 2px 0px;
	width:120px;
	vertical-align:top;
	font-weight: bold;
}

.input2_label_error{
    padding: 2px 0px 2px 0px;
	width:120px;
	vertical-align:top;
	color:#E20B2C;
	font-weight: bold;
}

.input_headline{
     font-weight:bold;
     padding: 2px 0px 2px 0px;
}

.center{text-align: center;}

h1 {
	color: #333;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding:0px 10px 10px 0px; 
	margin:0px 0px 0px 0px;
}

h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana;
	color: #333;
	padding:0px 10px 10px 0px; 
	margin:0px 0px 0px 0px;
}

h3 {
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana;
	color: #333;
	padding:0px 30px 10px 0px; 
	margin:0px 0px 0px 0px;
}

a.both {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.both {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}

p.demo {
  padding-left:0px;
  font-size:12px;
  padding-right:0px;
  text-align: justify;
  font-weight:bold;
  padding-top:0px;
  margin-top:0px;
}

p {
  font-size:12px;
  padding-right:30px;
  text-align: justify;
  padding-top:0px;
  padding-bottom:0px;
}

p.gse{
  width:680px;
  padding-left:20px;
  font-size:12px;
  padding-right:0px;
  text-align: justify;
  padding-top:0px;
  margin-bottom:10px;
  font-weight:normal;
}

img.gs {
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	border: 0;
}



.gsbg{
	background-image:url(../img/leiste4.gif);
	background-repeat:no-repeat;
	padding:8px 5px 0px 20px; 
	margin:0px 0px 0px 0px;
	height:30px;
	width:720px;
	font-weight:normal;
}

.info_box_top{
	background-color:#d8e8f0; 
	border:1px solid #ddd; 
	width:705px; 
	padding:5px 5px 5px 5px; 
	margin:0px 0px 0px 0px;
}

.divider{
	background-image:url(../img/divider.gif); 
	background-repeat:repeat-x;
	height: 1px; 
	margin-top: 1px;
	}
	
td{
	vertical-align: top;
}

.icon{
	cursor:pointer;
	vertical-align: middle;
	margin: -1px 0px 0px 0px;
}

.block{
	display:block;
	overflow:hidden;a
	-moz-outline-style: none;
}

a:focus
{
-moz-outline-style: none;
}

.bold{
	font-weight: bold;	
}

.small, a.small:hover, a.small{
	font-size:10px;
}

.normal, a.normal, a.normal:hover{
	font-weight: normal;	
}

.color_1, a.color_1:hover{
	color:#f2a614;	
}

.color_2, a.color_2:hover{
	color:#458eb7;	
}


.padding{
	padding:0px 5px 0px 5px;
}

a.none{
	text-decoration:none;
	border:0px
}

.zoom{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: url('http://www.scupy.de/img/icons/zoomin.cur'), pointer;
}

.breadcrumb{
	padding:5px 0px 5px 0px;
	margin:3px 0px 3px 0px;
}

#tagcloud{ background: #fff;}

div.spacer_xxs       {  margin-top: 1px;}
div.spacer_xs       {  margin-top: 2px;}
div.spacer_s       {  margin-top: 3px;}
div.spacer_m       {   margin-top: 5px;}
div.spacer_l       {   margin-top: 10px;}