/* CSS Document - IN/OUT Pro */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.header {
	height: 100px;
	width: 998px;
	font-size: 28px;
	color: #FF0000;
	position: static;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	line-height: 100px;
}
div.navigation {
	width: 998px;
	height: 20px;
	position: static;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.subnavigation {
	width: 998px;
	height: 20px;
	position: static;
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.container {
	font-size: 12px;
	font-weight: normal;
	width: 998px;
	background-image: url(/images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: static;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div.container div.content{
	font-size: 12px;
	width: 498px;
	position: static;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.container div.content div.title{
	font-size: 20px;
	font-weight: bold;
	height: 33px;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 13px 0px;
	border-bottom: 2px solid #FF0000;
}

div.container div.content a {
	color: #FF0000;
	text-decoration: underline
}

div.container div.content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div.container div.content td.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

div.container div.content td.text {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.container div.content td {
	font-size: 12px;
	line-height: 20px;
}

div.container div.top10{
	width: 300px;
	position: static;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div.container div.top10 td.title {
	line-height: 19px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div.container div.top10 td {
	line-height: 19px;
	font-size: 12px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div.container div.top10 td.bottom {
        line-height: 19px;
        font-size: 12px;
        color: #FF0000;
	border: 0px none #FFFFFF;
}

div.container div.top10 td a {
	color: #FF0000;
	text-decoration: none;
}

div.container div.top10 td a:hover {
	color: #FF0000;
	text-decoration: underline;
}
div.navigation div.topLinksTop{
	width: 120px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(/images/bg_topLinksTop.jpg);
	background-repeat: repeat;
	background-position: bottom;
	position: static;
	float: right;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.subnavigation div.topLinksHeader{
	width: 120px;
	height: 20px;
	background-image: url(/images/bg_topLinksHeader.jpg);
	background-repeat: repeat;
	background-position: bottom;
	position: static;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.container div.topLinksBody{
	width: 120px;
	height: 240px;
	background-image: url(/images/bg_topLinksBody.jpg);
	background-repeat: repeat;
	background-position: bottom;
	position: static;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.container div.topLinksFooter{
	width: 120px;
	height: 40px;
	background-image: url(/images/bg_topLinksFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: static;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.textfooter {
	font-size: 10px;
}
.textfooter a{
	color: #000000;
}
.ERROR {
	color: #FF0000;
	font-weight: bold;
}
input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 190px;
	border: 1px solid #CCCCCC;
}
textarea.mitteilung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 80px;
	width: 190px;
	border: 1px solid #CCCCCC;
}
input, textarea {
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
}

