@CHARSET "UTF-8";





/* SPACING */
body {
	margin: 0px auto;
	font-family: sans-serif;
	font-size: 70%;
	color: #383D42;
}
A {
	color: #383D42;
	text-decoration: none;
}
table {
	vertical-align:top;
	border:none;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.current_dir {
	direction:ltr;
/* 	direction:rtl; */
}
H1, H2, H3, H4, H1 A, H2 A, H3 A, H4 A {
	font-size: medium;
	color: #B50027;
	text-align: justify;
}


P, .bodytext {
	margin: 10px 0px;
	padding:0;
	line-height: 1.2em;
}
A:hover {
	text-decoration: underline;
}

.maindiv {
	position: relative;
	width: 780px;
	margin: 150px auto;
	margin-top: 155px;
	/*border: red 1px solid;*/
}

.content {
	position: relative;
	margin: 0px;
	top: 0px;
	margin-left: 180px;
	/*min-height: 500px;*/
	height: 516px;
	overflow: auto;
}
.content_in {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
}
.content_txt A {
	color: #B50027;
	text-decoration: underline;
}
.content_in P:first-letter {
	color: #B50027;
	font-size: 1.2em;/*medium;*/
}
.content UL, .content UL {
	list-style-image: url("/fileadmin/template/netstream/images/dot.jpg");
}
.content_in LI .litxt {

	/*color: #383D42;*/
}
.head {
	position: absolute;
	right: 0px;
	top: -140px;
	width: 600px;
	height: 90px;
	overflow: hidden;
	z-index: 0;
	/*border: red 1px solid;*/
}
.pagetitle {
	position: absolute;
	left: 280px;
	top: -90px;
	width: 440px;
	height: 40px;
	/*margin-top: 20px;
	margin-left: 110px;*/

	/*border: red 1px solid;*/
}
.pagetitle H1 {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	line-height: 35px;
	color: white;
	font-weight: normal;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}



.nav_main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 516px;
	color: #B50027;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	/*border: red 1px solid;*/
	background-color: #cccccc;
}
.nav_main .nav_corporate, .nav_main .nav_services, .nav_main .nav_solutions {

}
.nav_main A:hover {
	text-decoration: none;
	color: #B50027;
}
.nav_left {
	margin-bottom: 20px;
}
.nav_left_in {
	margin: 0px;
}

.nav_corporate {
	
}
.nav_services {
	background-image: url("/fileadmin/template/netstream/images/bg_nav_solutions.jpg");
}
.nav_solutions {
	background-image: url("/fileadmin/template/netstream/images/bg_nav_support.jpg");
}
.nav_left_title {
	margin: 0px;
	padding: 0px;
	background-color: #aaabb3;
	color: #ffffff;
	padding: 5px;
	border-bottom: white 1px solid;
}
.nav_left LI {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
}
.nav_left UL {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

.nav_home {
	position: absolute;
	/*right: 160px;*/
	right: 0px;
	top: -50px;
	width: 90px;
	height: 19px;
	text-align: right;
	/*border: red 1px solid;*/
}
.nav_home UL {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 90px;
	/*border: green 1px solid;*/
}

.firstlet:first-letter {
	color: red;
}
.nav_lang {
	position: absolute;
	right: 0px;
	top: -50px;
	width: 180px;
	height: 19px;
	text-align: right;
	/*border: red 1px solid;*/
}
.nav_lang UL {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 180px;
	/*border: green 1px solid;*/
}
.nav_home LI, .nav_lang LI {
	margin: 0px 2px;
	font-weight: bold;
}
.nav_path {
	position: absolute;
	left: 180px;
	top: -50px;
	width: 340px;
	height: 19px;
	text-align: left;
	/*border: red 1px solid;*/
}
.nav_path UL {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 340px;
	/*border: green 1px solid;*/
}
.nav_path LI {
	margin: 0px;
	font-weight: normal;
}
.nav_path .nav_cur {
	text-decoration: underline;
}

.nav_top UL {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-size: 1em;
	line-height: 1.2em;
}
.nav_top LI {
	display: inline;
}


.nav_bot {
	position: absolute;
	right: 0px;
	bottom: -30px;
	width: 600px;
	height: 20px;
	text-align: left;
	/*border: red 1px solid;*/
}
.nav_bot LI {
	margin-right: 10px;
	font-weight: bold;
}

.nav_topic LI {
	margin-right: 10px;
	font-weight: bold;
	color: #B50027;
}

.lang_current {
	color: #B50027;
}
.logo {
	position: absolute;
	left: 0px;
	top: -140px;
	width: 160px;
	height: 108px;
	background-image: url("/fileadmin/template/netstream/images/logo.jpg");
	z-index: 1;
	/*border: red 1px solid;*/
}
.copy {
	position: absolute;
	right: 0px;
	/*bottom: -60px;*/
	bottom: -30px;
	width: 600px;
	height: 20px;
	/*text-align: center;*/
	/*border: red 1px solid;*/
}
.credit {
	position: absolute;
	right: 0px;
	/*bottom: -40px;*/
	bottom: -10px;
	width: 600px;
	height: 20px;
	text-align: right;
	font-size: 0.8em;/*x-small;*/
	/*border: red 1px solid;*/
}

INPUT, TEXTAREA {
	width: 100%;
	border: #B50027 2px solid;
}
#mailformformtype_mail {
	border: none;
	background-color: white;
	color: #B50027;
	cursor: hand;
	font-size: 1.2em;
	margin-top: 10px;
	width: 40px;
}
fieldset {
	float: left;
	border: none;
}



.nav_main2 {
	position: absolute;
	/*right: 160px;*/
	right: 0px;
	top: -25px;
	width: 100%;
	height: 19px;
	text-align: right;
	background-color: #B50027;
}
.main_menu_inner {
	width: 800px;
	/*border: red 1px solid;*/
	background: url("/fileadmin/template/gravograph/images/menu_bg.gif");
	height: 19px;
	margin: 0px auto;
	vertical-align: middle;
	text-align: center;
}
.nav_main_td {
	background-image: url("/fileadmin/template/gravograph/images/menu_div.gif");
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 19px;
	position: relative;
	direction: ltr;
	border-right: white 1px solid;
}
.nav_main_td A, .nav_main_td A:hover {
	COLOR: #ffffff;
	FONT-SIZE: 100%;
	TEXT-DECORATION: None;
	FONT-WEIGHT: Bold;
	direction: ltr;
}
.nav_main_item {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 2px;
}
.nav_main_item:hover, .nav_main_td:hover {
	background-color: #cccccc;
}
.sub_menu {
	position: absolute;
	top: 19px;
	width: 200px;
	display: none;
	background-color: white;
     list-style-type:none;
     list-style-position:outside;
     text-align: left;
	right: auto;
	margin:0px;
	padding:0px;
}
.sub_menu LI {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	direction: ltr;
	height: 19px;
}
.sub_menu LI A {
	color: #000000;
	margin: 5px;
}
.sub_menu LI A:hover {
	color: red;
}
.sub_menu_item3 A, .sub_menu_item3 A:hover {
	font-weight: normal;
}


.content_bg {
	background: url("/fileadmin/template/netstream/images/bg_content_bot.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
.corner {
	position: absolute;
	bottom:0px;
	height:20px;
	width:20px;
}
.corner_r {
	right:0px;
	background: url("/fileadmin/template/netstream/images/corner_r.gif");
}
.corner_l {
	left:0px;
	background: url("/fileadmin/template/netstream/images/corner_l.gif");
}


.round_corners * {
	background-color: white;
	height: 1px;
	overflow: hidden;
}
.round_corners .l1 {
	margin: 0px 5px;
}
.round_corners .l2 {
	margin: 0px 3px;
}
.round_corners .l3 {
	margin: 0px 2px;
}
.round_corners .l4 {
	margin: 0px 1px;
}
.round_corners .l5 {
	margin: 0px 1px;
}