body {
	background-color: #DDEBF4;
	margin: 0px;
	padding: 0px;
}
.prcom_header {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	height: 125px;
	width: 100%;
	position: relative;
}
.prcom_header_left {
	background-image: url(../images/left_logo.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 342px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.prcom_header_right {
	background-image: url(../images/right_2.0.png);
	background-repeat: no-repeat;
	height: 99px;
	width: 212px;
	top: 0px;
	right: 0px;
	position: absolute;
}
.prcom_bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 280px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
* html .prcom_bottom {
	position: absolute;
}
.prcom_main {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 905px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	z-index: 2;
	position: relative;
}
.prcom_nav {
	width: 145px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.prcom_nav_left {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.prcom_nav_computer {
	background-image: url(../images/computerlink.png);
	background-color: #FFFFFF;
	border: 1px solid #4988B6;
	padding: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
}

.prcom_nav_web {
	background-image: url(../images/weblink.png);
	background-color: #FFFFFF;
	border: 1px solid #8FCF4F;
	padding: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
}

.prcom_text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 700px;
	float: right;
	padding: 10px;
}
.prcom_clear {
	clear: both;
}



/* Titeldarstellung Start */
h1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-style: italic;
	color: #999999;
}

h3 {
	font-size: 14px;
	color: #CCCCCC;
}

h4 {
	font-size: 10px;
	color: #CCCCCC;
}

h5 {
	font-size: 8px;
	color: #CCCCCC;
}

h6 {
	font-size: 6px;
	color: #CCCCCC;
}



/* Linkdarstellung Start */

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


/* Linkdarstellung Ende */


.contentheading, .componentheading {
	height: 30px;
	color: #999999;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}

.contentheading, .buttonheading {
	border-bottom:1px dotted #CCCCCC;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
 	width: 99%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.small {
	color: #CCCCCC;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-size: 11px;
}

a.mainlevel:link, a.mainlevel:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	height: 20px;
	line-height: 25px;
	padding-left: 5px;
}

.module_mainmenu a.mainlevel:link, .module_mainmenu a.mainlevel:visited{
	border-bottom-color: #CCCCCC;
	color: #000000;
}
.module_mainmenu a.mainlevel:hover{
	color: #CCCCCC;
}

.module_mainmenu #active_menu{
	color: #999999;
}

.module_computermenu a.mainlevel:link, .module_computermenu a.mainlevel:visited{
	border-bottom-color: #4A88B6;
	color: #000000;
}
.module_computermenu a.mainlevel:hover{
	color: #40769D;
}

.module_computermenu #active_menu{
	color: #356384;
}

.module_webmenu a.mainlevel:link, .module_webmenu a.mainlevel:visited{
	border-bottom-color: #8FCF4E;
	color: #000000;
}
.module_webmenu a.mainlevel:hover{
	color: #7AC034;
}

.module_webmenu #active_menu{
	color: #6AA82D;
}

#computerlink, #weblink{
	height: 20px;
	width: 100%;
	display: block;
	position: relative;
}


