html, body
{
	background-image: url('../../images/bodyBG.jpg');
	background-repeat: repeat-x;
	background-color: #729CC6;
	margin: 0px;	
	font-family: Times new roman;
	font-size: 12pt;
	text-align: left;
	color: #444444;
	line-height: 20px;
}

p
{
	font-size: 12pt;
	text-align: left;
	color: #444444;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h1
{
	font-size: 20pt;
	text-align: left;
	color: #000000;
}

h2
{
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: #550000;
}

h3
{
	font-size: 13pt;
	text-align: left;
	font-weight: normal;
	color: #550000;
}

h4
{
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #550000;
}

th
{
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	color: white;
}

td
{
	font-size: 12pt;
	text-align: left;
	line-height: 20px;
}

a
{
	text-decoration: underline;
}
a:link { color: #550000; font-size: 12pt; }
a:visited { color: #550000; }
a:hover { color: #FF0000; }
a:active { color: #550000;}

.contentTable
{
	width: 100%;
	background-color: white;
	border: 0px solid #999999;
}
.contentTable td
{
	vertical-align: top;
}

.contentTable .titelDiv
{
	width: 100%;
	height: 28px;
	vertical-align: top;
	border-bottom: 3px solid #000000;
}

.contentTable .titelDiv h1
{
	padding-left: 7px;
	margin: 0px;
	color: black;
	font-weight: bold;
}

.cBoxImage
{
	/*background-color: #FFFFFF;*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	/*border: 1px solid #000000;*/
	text-align: center;
}
.cBoxImage img
{
	/*max-width: 315;
	width:expression(document.body.clientWidth > 315? "315px": "auto");*/
	/*border: 1px solid #FF0000;*/
}

.boxPrefix
{
	/*border: 1px solid red;*/
	padding: 7px;
}

.contactForm
{

}

.contactForm input,select
{
	width: 250px;
	background-color: #EFEFEF;
	color: #550000;
	border: 1px solid #999999;
}
.contactForm textarea
{
	width: 320px;
	height: 100px;
	background-color: #EFEFEF;
	color: #550000;
}

.contactForm td
{
	padding-left: 7px;
	vertical-align: top;
}

.contactForm .row2
{
	background-color: #e6e6e6;
}


.webhostTable
{
	width: 100%;
	/*border: 1px solid #e6e6e6;*/
	margin-top: 5px;
}

.webhostTable td
{
	padding-left: 7px;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;	
}

.webhostTable .row2
{
	background-color: #e6e6e6;
}


.wizard
{
	padding-top: 7px;
	width: 100%;
}

.wizard td
{
	padding-left: 7px;
}

.wizard .row2
{
	background-color: #e6e6e6;
}

.wizard .stapImages
{
	margin-right: 73px;
}

.smallPort
{
	width: 130px;
	height: 130px;
	margin: 6px;
	padding: 3px;
	float: left;
	border: 1px solid #888888;
}

.portfolio
{
	vertical-align: top;
	padding: 0px 7px 3px 7px;
	float: left;
	margin: 0px;
	width: 97%;
	position: static;
}

.portfolio img
{
	margin: 7px;
	padding: 7px;
	float: left;
	border: 1px solid #888888;
}

.portfolio h2
{
	margin: 5px 0px 0px 0px;
}

.portfolio h3
{
	margin: 3px 0px 3px 0px;
}

.portfolio p
{
	margin: 0px;
}

.newsBox
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	float: left;
	margin-left: 4px;
	width: 98%;
	position: static;
}

.newsBox img
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;
	border-left: 1px solid black;
	border-right: none;
	border-bottom: 1px solid black;
	border-top: none;
}