/*
Theme Name: ThomasSchiffler.de - 2010 Design
Theme URI: http://www.ThomasSchiffler.de
Description: Design f�r ThomasSchiffler.de
Version: 2010
Author: Thomas Schiffler
Tags: Juli
*/

/* Base */
BODY {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

BODY,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Hauptdesign */
.seitenBreite {
	width: 1024px;
	height: 768px;
	background-color: #000000;
	border: solid 1px #ffffff;
}

.topHeader {
	width: 100%;
	height: 282px;
	background-image: url(images/topImage.jpg);
}

.buttonAgb {
	padding-top: 5px;
	padding-left: 990px;
}

.buttonImpressum {
	padding-top: 5px;
	padding-left: 953px;
}

/* Content */
.contentArea {
	width: 100%;
	height: 450px;
	background-color: #ffffff;
}

.leftIcon {
	position: absolute;
	overflow: auto;
}

.mainMenu {
	margin-left: 110px;
	background-image: url(images/menueRand.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

.buttonThomasSchiffler {
	position: absolute;
	overflow: auto;
	margin-left: 150px;
	margin-top: 16px;
        height: 25px;
}
.buttonProdukte {
	position: absolute;
	overflow: auto;
	margin-left: 350px;
	margin-top: 16px;
        height: 25px;
}
.buttonServices {
	position: absolute;
	overflow: auto;
	margin-left: 560px;
	margin-top: 16px;
        height: 25px;
}
.buttonKontakt {
	position: absolute;
	overflow: auto;
	margin-left: 760px;
	margin-top: 16px;
        height: 25px;
}

.scrollContent {
	padding-left: 200px;
        padding-right: 20px;
	height : 400px;
	overflow: auto;
}

/* LEFT NAVIGATION */
.navigationPosition {
	position: absolute;
	font-size: 10px;
	font-style: normal;
	float: left;
	width: 150px;
	top: 400px;
	padding-left: 5px;
}

.navigationPosition .w3cValidator {
	position: relative;
	top: 5px;
	left: 2px;
}

.linkstyle {
	font-size: 1px;
	color: #FCFAEE;	
}

.linkstyle a:link {
	color: #FCFAEE;	
	text-decoration: none;
}
.linkstyle a:visited {
	color: #FCFAEE;	
	text-decoration: none;
}
.linkstyle a:hover {
	color: #FCFAEE;	
	text-decoration: none;
}
.linkstyle a:active {
	color: #FCFAEE;	
	text-decoration: none;
}
#pagenav, .categories {
	list-style-type: none;
}
.page_item, .cat-item {
	list-style-type: circle;
}

h3 {
	font-family: Arial;
	text-align: center;
	font-style: none;
	font-size: 14px;
	text-transform: uppercase;
}

/* OLD DESIGN */
.codestyle {
	color: #667F66;
	font-size: 10px;
	margin-left: 15px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.keywords {
	font-size: 1px;
	color: #000000;
}
