@charset "utf-8";
body {
	background-image: url(http://arzberger-krueger.de/img/bg_pattern.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	list-style-type: none;
	padding: 0px;
}
span {
	background-color: #000000;
}
#container {
	width: 850px;
	margin: auto;
}
#navigation {
	float: left;
}

ul.mainnav {
	padding-top: 187px;
	font-size: 14px;
}

	.mainnav a:link {
		color: #fff;
		background-color: #000;
		text-decoration: none;	
	}
	.mainnav a:visited {
		color: #fff;
		background-color: #000;
		text-decoration: none;	
	}
	.mainnav a:hover {
		color: #000;
		background-color: #fff;
		text-decoration: underline;
	}

ul.subnav {
	margin-top: 30px;
	background-color: #fff;
	font-size: 10px;	
}

	.subnav a:link {
		color: #000;
		background-color: #fff;
		text-decoration: none;
	}
	.subnav a:visited {
		color: #000;
		background-color: #fff;
		text-decoration: none;
	}
	.subnav a:hover {
		color: #fff;
		background-color: #000;
		text-decoration: underline;
	}

#main {
	float: right;
	width: 720px;
}
#content img {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#top {
	width: 720px;
	background-color: #fff;
	height: 135px;
	vertical-align: middle;	
}
#top img {
	margin-top: 15px;
}
#image {
	height: 30px;
	width: 720px;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 36px;
	color: #FFFFFF;
}
li {
	margin-bottom: 5px;
}
#content {
	width: 690px;
	background-color: #fff;
	padding: 10px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.stripe{
	background-image: url(http://arzberger-krueger.de/img/stripe.gif);
	height: 1px;
	line-height: 1px;
}
a:link {
	color: #fff;
	background-color: #000;
	text-decoration: none;	
}
a:visited {
	color: #fff;
	background-color: #000;
	text-decoration: none;	
}
a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	background-color: #000;
	color: #fff;	
}

h3 {
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 20px;
}
h4 {
	background-color: #000;
	color: #fff;
	font-size: 11px;
}
#ref_client td{
	width: 250px;
	height: 30px;
	text-indent: 5pt;
}
#tbl_cicd {
	width: 100%;
}
.td_cicd {
	width: 50%;
	padding-left: 20px;
	height: 100px;
}
