.Uberschrift, h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #A6A6A6;
	font-weight: bold;
}

.Erklaerung {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

table {
	font-size: 11px;
}
body {
	/* line-height: 17px; */
	
    font-family: Tahoma;
	font-size: 11px;
	color: #222222;
	

	
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {

	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #335999;
	text-decoration: underline;
}
a:active {



	color: #335999;
	text-decoration: underline;
}
.TopNavigation {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.RahmenMitGrauenHintergrund {
	background-color: #E1E1E1;
	border: 1px solid #666666;
}
input {
	font-family: Tahoma;
	font-size: 11px;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
}
.sidebar {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	
}
.topbg {
	background-image: url(../../Images/System/TOPBg.jpg);
	font-size: 16px;
	vertical-align: middle;
	margin-top: 10px;
}
.bottom {
	background-image: url(../../Images/System/BottomBG.jpg);
}
.win {
	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: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.Icon {
	margin-right: 2px;
	border: 1px solid #666666;
}


.TabNormal #Tab_left
{
	background-image:url('../../Images/System/tab_left_inactive.gif'); height:19px; background-position:bottom left; background-repeat:no-repeat;
}
.TabNormal #Tab_right
{
	background-image:url('../../Images/System/tab_right_inactive.gif'); background-repeat:no-repeat;  width:2px; height:19px; background-position:bottom right;
}


.TabHover #Tab_left
{
	background-image:url('../../Images/System/tab_left_over.gif'); height:19px; background-position:bottom left;background-repeat:no-repeat;
}
.TabHover #Tab_right
{
	background-image:url('../../Images/System/tab_right_over.gif'); width:2px; height:19px; background-position:bottom right;
}


.TabSelected #Tab_left
{
	background-image:url('../../Images/System/tab_left_active.gif'); height:19px; background-position:bottom left;background-repeat:no-repeat;
}
.TabSelected #Tab_right
{
	background-image:url('../../Images/System/tab_right_active.gif'); width:3px; height:19px; background-position:bottom right;
}

.TabPanel
{
	border:solid 1px #bbbbbb;
	padding: 15px;
}
