@charset "utf-8"; 
/**
 * CSS DOCUMENT
 *
 * @link http://www.computerservice-wetzlar.de
 * @package computerservice-wetzlar
 * @version 1.0.1
 */

/* +++ ALLGEMEIN +++ */

/* Schrift, Hintergrund und Ausrichtung, Browser-Reset */
body {
	margin: 0;
	padding: 0;
	background: #00003c url(img/border.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
}

/* Ueberschriften */
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #00FF00;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}

/* Absaetze */
p {
}

p, ol, ul {
	line-height: 170%;
}

/* Listen */
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

/* Allgemeine Links */
a {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

.textlink {
	color: #00FFFF;
}

.textlink a {
	color: #00FFFF;
}

.textlink a:hover {
	color: #FF0000;
}

/* Bilder und Textfluss*/
img {
	border: 2px solid #1777B1;
	background-color: #E6E6E6;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

/* Hauptmenue */
#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #A8D7F8;
	border-left: 2px solid #1777B1;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #1777B1;
}

#menu a:hover {
	background: #A8DC35 url(img/a_hover.jpg) no-repeat;
	color: #005826;
}

#menu .active a {
	background: #FF9009 url(img/a_activ.jpg) no-repeat;
	color: #E80732;
}

/* Header */
#header {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1 url(img/logo1.jpg) no-repeat 5px 0px;
}

/* Hotline-Nummer */
.notruf {
	font-size: 125%;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 10px;
}

/* Logo */
#logo {
	float: right;
	width: 454px;
	height: 220px;
	background: #3FD9EC url(img/logo2.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	font-size: 320%;
}

#logo h1.line1 {
	color: #0000FF;
	padding-top: 30px;
}

#logo h1.line2 {
	color: #00FF00;
	padding-bottom: 20px;
}

#logo h2 {
	font-size: 150%;
	color: #144B6B;
}

#logo a {
	text-decoration: none;
	color: #144B6B;
}

/* +++ CONTENT-STYLES +++ */

/* Page */
#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */
#content {
	float: left;
	width: 500px;
	padding-top: 8px;
}

/* Content */
#contentnews {
	float: left;
	width: 740px;
	padding: 10px;
}

/* Trennlinie */
hr {
  height: 1px;
  border: 0;
  background: #4db7ff;
  color: #4db7ff;
}

/* Einspaltige Textboxen */
#textbox {
}

#textbox .box {
	margin-bottom: 0px; 
	padding-bottom: 10px; 
	letter-spacing: 1px;
}

/* "Tandem"-Boxen */
.textspalte {
}

.textspalte .title {
	padding-bottom: 10px;
}

.textspalte .sp1, .textspalte .sp2 {
	width: 220px;
}

.textspalte .sp1 {
	float: left;
	padding-right: 29px;
	border-right: 1px solid;
	border-color: #4db7ff;
}

.textspalte .sp2 {
	float: right;
	padding-left: 30px;
}

.textspalte ul {
}

.textspalte ul li {
	padding-left: 0;
}

/* Sidebar */
#sidebar {
}

.bar {
	float: right;
	width: 220px;
	background-color: #0220ff;
	border-bottom: 6px solid #00003c;;
}

.boxed {
}

.boxed .title {
	height: 33px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #3FD9EC url(img/sidebar_title.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 136%;
	color: #144B6B;
	border-bottom: 2px solid #00003c;
}

.boxed .content {
	padding: 20px;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed p {
	font-size: 80%;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 5px;
	border-top: 1px solid #4AF4FE;
}

.boxed ul li.first {
	border: none;
}

/* Footer */
#footer {
	width: 760px;
	margin: 0 auto;
	height: 30px;
	font-size: 85%;
	padding: 10px;
	background: #3FD9EC url(img/footer.jpg) no-repeat;
	color: #00003b;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
}

/*Aktualisierungshinweis */
#update {
	float: right;
	font-size: 80%;
	padding-top: 5px;
}

/* Autorenhinweis */
#copyr {
	font-size: 0.8em; 
	text-align: center; 
	margin-top: 1.0em; 
	margin-bottom: 1.0em;
}

/* +++ SPEZIELLES +++ */

/* Fuer inzeilige Textausrichtungen */
.txtleft {
	float: left;
}

.txtright {
	float: right;
}

/* Fuer Absatzfreie Texte */
#no_p {
	line-height: 150%;
}

/* Fuer AGB-Text */
#agb {
	font-size: 80%;
}

/* Text einruecken */
.space {
	padding-left: 70px;
}

/* +++ TABELLEN +++ */

/* Tabellen-Ueberschriften */
caption {
	color: #00ff00;
	font-size: 125%;
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
}

/* Tabellenbreite */
table.preisliste {
	width: 100%;
	empty-cells: show;
	line-height: 120%;
}

/* Textzellen */
.preisliste td {
	width: 100%;
	padding-left: 30px;
	padding-bottom: 5px;
}

/* Preiszellen */
.preisliste td.preis {
	text-align: right;
	white-space: nowrap;
}

table.impressum {
	width: 100%;
	empty-cells: show;
	line-height: 150%;
}

.impressum td {
	padding-left: 30px;
	padding-bottom: 5px;
}
	
/* +++ END OF CSS DOCUMENT +++ */
