
/** BASIC */

html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #848484;
}

h1 span, h2 span { color: #C9C9C9; }

h1 { font-size: 21px; }

h2 {
	margin-bottom: 15px;
	font-size: 15px;
}

h2.style1 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #676767;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
}


p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align:inherit;
	line-height: 170%;
}
h3 span{
	color: white;
}


ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	
}

/* WEBPAKETE 29 Juli 2009 */

#box_xs{
	height:140px;
	width: 335px;
}
#box_xs_pic{
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
#box_xs_txt{
	float: left;
	padding-left: 100px;
	padding-top: 5px;
}
#box_xs_txt p span{
	color:white;
	font-weight: bold;
}

#box_s{
	margin-top:5px;
	height:140px;
	width: 335px;
}
#box_s_pic{
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
#box_s_txt{
	float: left;
	padding-left: 100px;
	padding-top: 5px;
}
#box_s_txt p span{
	color:white;
	font-weight: bolder;
}

#box_m{
	margin-top:5px;
	height:140px;
	width: 335px;
}
#box_m_pic{
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
#box_m_txt{
	float: left;
	padding-left: 100px;
	padding-top: 5px;
}
#box_m_txt p span{
	color:white;
	font-weight: bolder;
}
#box_l{
	margin-top:5px;
	height:140px;
	width: 335px;
}
#box_l_pic{
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
#box_l_txt{
	float: left;
	padding-left: 100px;
	padding-top: 5px;
}
#box_l_txt p span{
	color:white;
	font-weight: bolder;
}

#box_xl{
	margin-top:5px;
	height:140px;
	width: 335px;
}
#box_xl_pic{
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}
#box_xl_txt{
	float: left;
	padding-left: 100px;
	padding-top: 5px;
}
#box_xl_txt p span{
	color:white;
	font-weight: bolder;
}

/*#################################  Details Webpakete 09.08.2009  ##############################*/

.details_left{
	float: left;
	width: 128px;
	height: 128px;
	padding-top: 15px;
}
.details_right{
	float: left;
	width: 220px;
	padding-left: 7px;
}

.back{
	float: right;
	width: 150px;
}
.buy{
	float: left;
	width: 150px;
}



/** LINKS */

a { color: #D3D3D3; }

a:hover { text-decoration: none; }

/** STYLES */

/* .style1 {  } */

/* .style1 a { } */

/* .style1 a:hover { } */

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.border { border: 3px solid #474747; }

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 51px; /* WERT von 51 auf 20 geŠndert */
	background: url(images/homepage04.gif) repeat-x left center;
	clear: both; 
}

/*Für Produkte geändert!!!!!! Nur für Produkte*/
.hr2{
	height: 20px; 	
	background: url(images/homepage04.gif) repeat-x left center;
	clear: both;
}

/** MENU von uns*/

#menu {
	background: url(images/subpage05.jpg) no-repeat left top; /* header von navibereich */
	/* border: 1px solid red; */
	padding: 47px 0 0 32px;
	
}


#menu ul li{
	width: 171px;
	/* border: 1px solid green; */
	border-top: 1px solid #CFCFCF;
	padding: 15px 0 15px 0;
		
	
	
	
}
#menu li a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	/* border: 1px solid red; */
	font-weight: bold;
	color: #4C4C4C;
	background: url(images/homepage03.gif) no-repeat right center;
	
}

.aktiv{
	color: #8a141a;
	font-weight: bolder;
	display: block;
	width: 100%;
	/* border: 1px solid green; */
	background: url(images/homepage03.gif) no-repeat right center;
}


/** WRAPPER */

#wrapper { background: #313131 url(images/subpage01.jpg) repeat-x left top; }

#wrapperbg { background: url(images/subpage02.jpg) repeat-x left bottom; }

/** PAGE */

#page { background: url(images/subpage03.jpg) repeat-y left top; }

#bgbtm {
	padding-bottom: 20px;
	background: url(images/subpage06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	width: 355px;
	padding: 150px 72px 0px 54px;
	background: url(images/subpage08.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 736px;
	height: 118px;
	margin: 0px auto;
	background: url(images/subpage07.jpg) no-repeat left top;
	color: #4B4B4B;
}

#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}

