/* Start generic elements (set/reset html elements to often used values) */
html {
	overflow-y: scroll; 
}
body {
	color:#666666;
	background-color:#c4c4c4;
	margin:0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#editor {
	background-color:#fff;
}
td, p, div, span, ol, ul, input, textarea, select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
input, textarea {  
	border:1px solid #999999; 
	background-color:#f2f2f2; 
	line-height:120%; 
	margin-top:1px 0px; 
	padding:1px 0px;  
	resize: none; 
}
input[type=submit] { 
	padding:2px 20px; 
}

input:focus, textarea:focus { 
	outline: none; 
}
form { 
	margin:0; padding:0; 
}
table {
	border-collapse:collapse;
	padding:0;
	border:0;
}
table td, table th {
	padding: 0; 
} 
a:link { 
	color: #666666;
	text-decoration: underline 
}
a:visited { 
	color: #666666; 
	text-decoration: underline 
}
a:hover {
	text-decoration: none;
}
a:active { 
	outline: none; 
}
a:focus { 
	-moz-outline-style: none; 
	outline: none; 
}
ul, li{padding:0px; margin:0px; list-style:none}
#content ul { 
	list-style-type: none; 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 1px;  
}
#content ol { 
	list-style-position: outside; 
	list-style-type: decimal; 
	margin-left: 0px; 
	padding-left: 1px; 
}
#content ul li { 
	list-style-type: none; 
	background:url('/images/bullet.gif') no-repeat 0px 7px; 
	padding-left:14px; 
}
hr { 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px; 
}
/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
.small { 
	font-size: 10px;
	line-height:120%;

}
.big { 
	font-size: 15px
}
.color1 { 
	background-color: #e5e5e5 
}
.color2 { 
	background-color: #e0e0e0 
}
.color3 { 
	background-color: #FFFFFF 
}
/* End Freshpage elements  */

/* Start generic classes/elements */
.clear {
	clear:both;
}

.checkbox { 
	border-width:0px 
}

.entrytitle { 
	color:#666666; 
	font-size:15px; 
	margin-bottom:15px; 
}

#maincontainer {
	height:100%;
	height: auto;
	width:920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#header{
	padding-left: 60px;
}

#col1{
	float: left;
	width: 20px;
	margin-right: 40px;
	position: relative;
}

#col2{
	float: left;
	width: 528px;
	margin-right: 50px;
	background-image: url(/images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 525px;
	padding-top: 5px;
	padding-right: 4px;
}

#col3{
	float: left;
	width: 260px;
}

/* End generic classes/elements */
#content {
	line-height:150%;
}


#nav {
	margin-bottom: 20px;
}

#nav li{
	margin-bottom:6px
}

.navact{
	font-size: 18px;
	padding-bottom: 4px;
}


.nav{
	font-size: 18px;
	padding-bottom: 4px;
}

.subnav{
	font-size: 16px;
	padding-bottom: 2px;
	margin-left:20px
}

.subnavact{
	font-size: 16px;
	padding-bottom: 2px;
	margin-left:20px
}
#info{
	font-size:11px;
}

.kundendokumente {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.kundendokumente__head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-right: 1rem;
}

.kundendokumente__documents, .kundendokumente__selection {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.loginform td:first-child {
	padding-right: 0.5rem;
}

