/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 02: 2 column
  -------------------------------------
*/
.scroll {
	height: 300px;
	overflow: auto;
	border: 0px solid #bbb;
	padding: 4px;
}

a:link {
	color: #326d3d;
}
a:visited {
	color: #326d3d;
}

form input.cfinputtext{
    width:495px;
}
.dringlichkeitHoch {
	color:#FFFFFF;
	background-color:#c97700;
	text-align:center;
}
.dringlichkeitNormal {
	text-align:center;
}

.hg_hellorange {
	padding: 4px 4px 4px 4px;
	background-color: #f9cd8e;
	color: #804c00 !important;
}
.hg_orange {
	background-color: #f4a93c;
	color: #804c00;
}
.dklorangerText {
	color: #e38600 !important;
}
.dkl2orangerText {
	color: #804c00 !important;
}
.gruenerText {
	color: #326d3d;
}
.hg_dunkelgruen {
	padding: 8px 8px;
	background-color: #619c6c;
	color:#FFFFFF;
}

.hg_hellgruen {
	padding: 4px 4px 4px 4px !important;
	background-color: #e6f0e8;
	color: #326d3d;
	/*font-weight: bold;*/
}
.hg_weiss {
	padding: 0px 0px 0px 8px !important;
	background-color: #ffffff;
	color: #969696;
}

html {
	min-height:101%;
}
.einruecken10 {
	padding-left:10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*background-color: #e7f0e9;*/
	background-color: #dce5de;
	margin: 0px;
	padding: 0px;
	color: #505050; /*gilt auch für content!*/	
}
#masthead {
	background-color: #ffffff;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-color:#b0cdb5;
	/*background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;*/
	height: 20px;
}
#pmm_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middleGRUEN.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	background-color:#ffffff;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;*/
	padding-top: 10px;
	/*background-position: 22px -78px;*/
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #505050;
	font-size: 0.8em;
	padding: 16px 15px 16px 15px;
	line-height: 1.2em;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #6ca174;	
}
h2 {
	font-size: 1.3em;
	letter-spacing: .2em;
	color: #6ca174;	
	padding-bottom:20px;
}
h3 {
	font-size: 1em;
	color: #6ca174;	
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-color:#ffffff;
	/*background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;*/
	height: 0px;
}
#footer {
	background-image: url(img/p7CRVCol2_bottomGRUEN.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px 14px 14px 252px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	/*color: #6ca174;*/
	text-decoration: none;
}
.content a:visited {
	/*color: #6ca174;*/
	text-decoration: none;	
}
.content a:hover, .content a:focus, .content a:active {
	/*color: #6ca174;*/
	text-decoration:underline;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	text-decoration:none;
}
#footer a:hover, .content a:focus, .content a:active {
	text-decoration:underline;
}
#footer a:visited {
	color: #663366;
}

