/* 
	(c) iNet-development
*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial,Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: center;	
}

#submitbutton {
	width: 105px;
	height: 30px;
	border: none;
	background: no-repeat url("../img/submitbutton_de.gif");
	cursor: pointer;
}

#loginbutton {
	width: 105px;
	height: 30px;
	border: none;
	background: no-repeat url("../img/loginbutton_de.gif");
	cursor: pointer;
}

.hidden {
	display: none;
}




table {
	border-spacing: 0px;
}


html { margin: 0px; padding:0px;}

img {
	border: 0px;
}

.project_img {
	border: 1px solid #999999;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;	
}

a:active, a:hover {
	color: #24C41C;
	text-decoration: underline;
}

.nav_top a:link, .nav_top a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

.nav_top a:active, .nav_top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.hl2 {
	color: #999999;
	font-size: 22px;	
}

h2 {
	color: #999999;
	
}

/*
div {
	cursor: default;
}
*/

#main {
	position: relative;
	width:890px;
	margin:0px auto;
	text-align: left;
}

.contact_input {
	margin: 2px 0px;	
}


#login{
	position: fixed;
	bottom: 130px;
	width: 890px;
	height: 161px;
	margin: 0px auto;
	text-align: left;
	z-index: 200;
	background: url(../img/login_bg.png);
	background-repeat: no-repeat;
	font-size: 15px;
	display: none;
}


#logina:link, #login a:visited {
	color: #000000;
	text-decoration: none;	
}

#login a:active, #login a:hover {
	color: #000000;
	text-decoration: underline;
}

#login_input {
	position: absolute;
	top: 35px;
	left: 170px;
	width: 550px;
}

#login_error {
	position: absolute;
	top: 35px;
	left: 170px;
	width: 550px;
	visibility: hidden; 	
}

#login_send_button {
	position: absolute;
	top: 70px;
	left: 360px;
	height: 30px;
	width: 80px;
}

#login_ok_button {
	position: absolute;
	top: 70px;
	left: 470px;
	height: 30px;
	width: 80px;
	background: #FF00FF;
}

#login_close_button {
	position: absolute;
	top: 10px;
	right: 100px;
}




#bg_world {
	position: relative;
	width: 100%;
}

#bg_world_2{
	position: relative;
	width: 100%;
	background-image: url(../img/world2_bg.jpg);

	background-position: top center;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 416px;
	height: 80px;
}

#navi_top_right1 {
	position: absolute;
	top: 15px;
	left: 690px;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

#navi_top_right2 {
	position: absolute;
	top: 65px;
	left: 690px;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

#header_img {
	position: relative;
	top: 120px;
	width: 890px;
	height: 181px;
	background:url(../img/google_search_bg.gif);
}



#area_content_fooder {
	position: relative;
	top: 120px;
	width: 890px;
	background:url(../img/content_fooder_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}


#content {
	position: relative;
	width:845px;
	margin:0px auto;
	text-align:justify	
}

#navi_middle {
	position: relative;
	width:845px;
	margin:0px auto;	
	height: 161px;
	padding-top: 60px;
	margin-bottom: 40px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;	
}

.navi_login {
	background: url(../img/navi_login.jpg);
}

.navi_logout {
	background: url(../img/navi_temp.jpg);
}

#navi_middle a:active, #navi_middle  a:hover, #navi_middle a:link, #navi_middle a:visited  {
	color: #FFFFFF;
	text-decoration: none;	
}




#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	position: absolute;
	top: -8px;
	height: 34px;
	width: 133px;
	padding-top: 22px;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
}

#menu1 {
	left: 21px;
}

#menu2 {
	left: 155px;
}

#menu3 {
	left: 289px;
}

#menu4 {
	left: 423px;
}

#menu5 {
	left: 557px;
}

#menu6 {
	left: 691px;
}

#headline_box_right {
	float:right;
	width: 317px;
	padding: 0px 10px;
	margin-right: 50px;
	text-align: left;
	background: url(../img/headline_box.jpg);
	background-repeat: no-repeat;
}

#headline_box {
	height: 24px;
	width: 317px;
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}


#footer {
	position: relative;
	top: 40px;	
	width: 842px;
	height: 45px;
	margin:0px auto;
	margin-top: 60px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 60px;	
	clear: left;
	clear: right;
	text-align: center;	
	color: #000000;/* #24C41C;	*/
	background: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
}

.footer a:link, .footer a:visited {
	color: #24C41C;
	text-decoration: none;	
}

.footer a:active, .footer  a:hover {
	color: #000000;
	text-decoration: underline;
	
}

#footer_top_img, #footer_imprint_img, #footer_lexicon_img, #footer_partner_img, #footer_webmail_img, #footer_login_img {
	position: absolute;
	top: -18px;
	height: 38px;
	width: 35px;
}

#footer_top_img {
	background: url(../img/footer_top.gif);
	left: 33px;
	cursor: pointer;
}

#footer_imprint_img {
	background: url(../img/footer_imprint.gif);
	left: 103px;
	cursor: pointer;
}

#footer_lexicon_img{
	background: url(../img/footer_lexicon.gif);
	right: 243px;
	cursor: pointer;
}

#footer_partner_img{
	background: url(../img/footer_partner.gif);
	right: 173px;
	cursor: pointer;
}

#footer_webmail_img{
	background: url(../img/footer_webmail.gif);
	right: 103px;
	cursor: pointer;
}

#footer_login_img{
	background: url(../img/footer_login.gif);
	right: 33px;
	cursor: pointer;
}

#footer_top_txt, #footer_imprint_txt, #footer_lexicon_txt, #footer_partner_txt, #footer_webmail_txt, #footer_login_txt {
	position: absolute;
	top: 20px;
	width: 70px;
	text-align: center;
	color: #24C41C;	
}

#footer_top_txt {
	left: 18px;
}

#footer_imprint_txt {
	left: 88px;
}

#footer_lexicon_txt{
	right: 225px;
}

#footer_partner_txt{
	right: 155px;
}

#footer_webmail_txt{
	right: 85px;
}

#footer_login_txt{
	right: 15px;
}

.footer a:active, .footer  a:hover {
	color: #000000;
	text-decoration: none;
}

.footer a:link, .footer a:visited {
	color: #24C41C;
	text-decoration: none;	
}

#footer_partner {
	position: absolute;
	top: 60px;
	left: 23px;
	width: 842px;
	text-align: center;
	visibility: hidden; 	
}

#footer_txt{
	position: absolute;
	bottom: 0px;
	left: 23px;
	width: 842px;
	text-align: center;
}



.partner_links a:link, .partner_links a:visited {
	color: #000000;
	text-decoration: none;	
}

.partner_links a:active, .partner_links a:hover {
	color: #24C41C;
	text-decoration: underline;
}


.project_left {
	margin-top: 50px;
	padding-left: 285px;
	min-height: 211px;
	clear: both;
}

.project_left img {
	position: absolute;
	left: 0px;
}

.project_highlight  {
	width:100%;
	left: 0px;
	border-bottom: 1px solid #999999; 
}


/* -------------------------------------------------- HEADER SACHEN --------------------------------------------------- */

#mainwords {
	position: absolute;
	top: 190px;
	width: 890px;
	height: 90px;
	margin:0px auto;
	text-align: center;
	color: #CCCCCC;
	z-index: 99;
}

#flash1 {
	position: relative;
	top: 10px;
	width: 870px;
	height: 161px;
	margin:0px auto;
	z-index: 99;
}


/* ---- ENDE ------------------------------------ HEADER SACHEN --------------------------------------- ENDE ------- */






#logged_in_as {
	width: 880px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
}

#google_search {
	position: relative;
	width: 650px;
	margin:0px auto;
	text-align: center;
}

.content_input {
	width: 220px;
}



