html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #313131 url(../images/bg1_01.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h1 {
	margin-top: 0px;
	margin-bottom: 8px;	
	font-size: 32px;
	letter-spacing: -2px;
	font-weight: normal;	
	color: #1D1D1D;
}

h2 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: normal;	
	color: #1D1D1D;
}

h3 {
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1D1D1D;
}


h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	color: white;
}

	

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 150%;
}

strong {
}

a {
	color: #84191C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}


/** LOGO */

#logo {
	position: relative;
	float: left;
	width: 500px;
	height: 192px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/informatikbuero.png) no-repeat left top;
}


/** WRAPPER */

#wrapper {
	background: url(../images/bg1_02.gif) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
} 

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 900px;
	padding: 0px 50px;
	height: 192px;
	background: url(../images/bg1_03.gif) no-repeat left top;
}

/** SEARCH */

#search {
	float: left;
	width: 246px;
	height: 105px;
}

#search form {
	margin: 0px;
	padding: 97px 0px 0px 70px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	outline: none;
	width: 245px;
	height: 30px;
	margin: 0px;
	padding: 7px 5px 0px 10px;
	background: none;
	border: none;
	text-transform: lowercase;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #646464;
}

#search-submit {
	display: none;
}

/** Oberes linkes rotes Menue */

#menu {
	width: 350px;
	height: 256px;
	background: #540C0F url(../images/bg_menu.jpg) no-repeat left top;
}

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

#menu li {
}

#menu a {
	display: block;
	height: 33px;
	margin: 0px;
	padding: 7px 35px 0px 0px;
	outline: none;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu .active a {
	background: url(../images/bg_shade.jpg) no-repeat right top;
	color: #7A7A7A;
}

/** PAGE */

#page { 
	width: 1000px;
	margin: 0px auto;
}

#page-bgtop {
	width: 900px;
	padding: 0px 50px;
	background: url(../images/bg1_04.gif) no-repeat left top;
}

#bg1 {
	background: url(../images/bg2_02.gif) repeat-y left top;
}

#bg2 {
	background: url(../images/bg2_01.gif) no-repeat left top;
}

#bg3 {
	overflow: hidden;
	width: 900px;				
	background: url(../images/bg2_03.gif) no-repeat left bottom; 
}

#bg4 {
	background: url(../images/bg3_02.gif) repeat-y left top;
}

#bg5 {
	background: url(../images/bg3_01.gif) no-repeat left top;
}

#bg6 {
	overflow: hidden;
	width: 900px;
	background: url(../images/bg3_03.gif) no-repeat left bottom; 
}

/** CONTENT */

#content {
	float: right;
	width: 550px;
	padding: 0px;
}

#content h2 {
	color:black;
}

/** Innerer Bereich von content */

#box4 {
	margin-top: 5px;
	padding: 50px 40px 40px 40px;
	position:relative;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 350px;
	padding-bottom: 70px;
}

/** FOOTER */

#footer {
	width: 550px;
	height: 193px;
	padding: 12px 50px 0px 400px;
	background: url(../images/bg1_05.gif) no-repeat left top;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4A4A;
}


#footer a {
	color: #4A4A4A;
}



.byline {
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 15px;
	color: #B1B1B1;
}

/** Untere linke Box, die auf jeder Seite gleich ist */

#box-lower-left {
	width: 300px;
	padding: 50px 25px;
}

ul.style1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
	color: #959595;
}

ul.style1 li {
	padding: 15px 0px 8px 0px;
	line-height: normal;
	background: url(../images/stripline2.jpg) repeat-x left top;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

ul.style1 a {
	color: #C0C0C0;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** CleanCode, Archtektur, Anforderungsmanagement */

.image-style1 {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #656565;
}

/** Java-Nashörner */

.image-style2 {
	float: right;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #CACACA;
}

/* Anker */

.image-style3 {
	padding: 4px;
	border: 1px solid #CACACA;
}

/* Bilder im (oberen) Content-Bereich */

.image-style4 {
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #CACACA;
}

.image-style5 {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #CACACA;
}



/** LINK STYLES */

.link1 {
	display: block;	
	padding-left: 0px;
	/* background: url(../images/document1.gif) no-repeat left top; */
}


/** TABELLEN-STYLES */

table.left_right_table {
	width:100%;
	border-spacing: 0px 4px;
}

table.left_right_table tr { 
	vertical-align:top;
	line-height:1.4;
}