<style>{  }
/*-----------------------------------------------------*/
/* StyleSheet for the homepage www.sbc-computer.de     */
/*                                                     */
/* Document:       content_sbc.css                     */
/* Version:        0.1                                 */
/* Authors:        pfaff76@gmx.de                      */
/* Creation-Date:  16.11.2004                          */
/* Last-Edit:      11.12.2004 (DP)                     */
/*                                                     */
/*-----------------------------------------------------*/

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Picture                                            */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
TD#picture {
	/*border-bottom: 1px;
	border-bottom-color: #BBBBBB;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: #BBBBBB;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #BBBBBB;
	border-left-style: solid;*/
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Content                                            */
/*----------------------------------------------------*/
/*----------------------------------------------------*/

/*P, OL, UL, DIV, H1, H2 {
	font-size: 11px;
}*/
TD#content {
    padding-top: 0px;
	padding-right: 10px; /*10px*/
	padding-bottom: 10px; /*10px*/
	padding-left: 10px; /*10px*/
	background-color: #E5EBEF;
	border-bottom: 1px;
	border-bottom-color: #BBBBBB;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: #BBBBBB;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-left: 1px;
	border-left-color: #BBBBBB;
	border-left-style: solid;
}

P {
   font-size: 11px;
}

/*P#block {
   font-size: 12px;
   text-align: justify;
}*/

H1 {
   padding-top: 4px;
   padding-bottom: 1px;
   padding-left: 15px;
   padding-right: 5px;
   font-size: 12px;
   font-weight: bold;
   color: #F58220;
   height: 20px;/*10*/
   background-image: url(../img/h1_img.gif);
   background-repeat: no-repeat;
   /*background-color: #AAAAAA;*/
}

H2 {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
    background-image: url(../img/h2_img.gif);
	background-repeat: no-repeat;
	border: 1px;
}

H3 {
   padding-top: 2px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: bold;
   font-size: 12px;
}

H4 {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: normal;
   font-size: 12px;
}

H5 {
   padding-top: 2px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: normal;
   font-size: 12px;
}

H6 {
   padding-top: 2px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: normal;
   font-size: 12px;
}

TITLE {
   color: red;
   font-size: 10px;
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
}

TABLE#content {
  font-size: 12;
}

TD#content {
   font-size: 12px;
}

/*TD#content A {
   text-decoration: none;
   color: #AAAAAA;
}

TD#content A:hover {
   text-decoration: underline;
   color: #AAAAAA;
}

TD#content A:visited {
   text-decoration: none;
   color: #AAAAAA;
}*/

/*----------------------------------------------------*/
/* links                                              */
/*----------------------------------------------------*/

a:link    { text-decoration: none; color: #EE7B0F }
a:visited { text-decoration: none; color: #EE7B0F }
a:active  { text-decoration: underline; color: #EE7B0F }
a:hover   { text-decoration: underline; color: #EE7B0F }


TD#footer {
   font-size: 10pt;
   font-weight: normal;
   text-align: center;
}

/*----------------------------------------------------*/
/* Footer - #-<a>...</a>-#                            */
/*----------------------------------------------------*/

TD#footer A {
   text-decoration: none;
   color: #000000;
}

TD#footer A:hover {
   text-decoration: underline;
   color: #AAAAAA;
}

/*----------------------------------------------------*/
/* Formulardaten                                      */
/*----------------------------------------------------*/

input {
	display:block;
	width:210px;
	margin-bottom:10px;
}

label {
	display:block;
	text-align:left;
	width:110px;
	padding-right:20px;
}

legend {
	font-size:0px;
	color:#e5ebef;
}

span.csc-mailform-radio {
	display
	width:110px;
	margin-bottom:0px;
}

</style>