@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

a:active, a:hover {
	text-decoration: underline;
}

a:link.grau, a:visited.grau {
	text-decoration: none;
	color: #777777;
}

a:active.grau, a:hover.grau {
	text-decoration: underline;
}

html, table, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea {
	border: solid 1px #666666;
	padding-left: 1px;
}

.art_master_spalte_links {
	background-color: #ffffff;
	border-right: dashed 0px #666666;
}

.art_master_spalte_rechts {
	padding-left: 10px;
}

.art_master_img {
	margin-right: 10px;;
}

.det_master_spalte_links {
	background-color: #ffffff;
	border-right: dashed 1px #666666;
}

.frm_reg {
	height: 25px;
}

.header {
	background-color: #eeeeee;
	border-bottom: dashed 1px #666666;
}

.headline_stage {
	font-size: 16px;
	margin-left: 7px;
}

.imgBorder {
	border: solid 1px #666666;
}


.login_text {
	color:#FFFFFF;
	font-size: 12px;
}


a:link.login_link, a:visited.login_link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
}

a:active.login_link, a:hover.login_link {
	text-decoration: underline;
}

.menu {
	border-right: dashed 1px #666666;
	background-color: #eeeeee;
}

.menu_level1 {
	padding: 5px;
	background-color: #cccccc;
}

.menu_level1_admin {
	padding: 5px;
	background-color: #ffb487;
}

.menu_level2 {
	padding: 5px;
	background-color:#dddddd;
}

.roter_punkt {
	margin-right: 3px;
}

.stage {
	background:url(img/main/STAGE.gif);
}

.stage_border {
	border: solid 1px #666666;
}

.textfield {
	margin-left: 20px;
	margin-top: 20px;
	overflow: auto;
	height:530px;
}

.table_referenzen {
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #888888;
}

.text_grau {
	color:#666666;
}

