/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}
body {
	font: 0.76em Tahoma, Verdana, Arial, sans-serif, "Arial Narrow";
	color:#000;
	margin:0;
	padding:0;
	background-color:#660000;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
h1{
	font-size:1.2em;
}
h2{
	font-size:1.0em;
}
a{
	color:#ff7528;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}
/* ======== Seiten-Continer ========================*/
#container{
     width:980px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 }
/* ====== Header ========*/
#header{
	width:980px;
	height:100px;
	background-image:url(images/fickpoint-header-background.gif);
	background-repeat: repeat-x;
	border-bottom:1px #000 solid;
}
#header .logo{
    float:left;	
}
#header .loginformtop{
	float:right;
	width:300px;
}
#header .loginformtop label{
	float:left;
	width:100px;
}
#header .loginformtop input.login_input{
	width:150px;
	margin:2px 0px 2px 0px;
	border:1px #c9c9c9 solid;
}
#header .loginformtop form{
	margin-top:10px;
}
#header .loginformtop input.button{
	width:130px;
	height:27px;
	background-image:url(images/fickpoint-button.gif);
	cursor:pointer;
	margin:2px 0px 2px 25px;
}
/*====== maincontainer =========== */
#maingcontainer{
	clear:both;
	width:980px;
	height:auto;
	overflow:auto;
	background-color:#fff;
	margin-bottom:20px;
}
#leftcontainer{
	float:left;
	width:490px;
}

#leftcontainer .portaldesctext{
	width:450px;
	height:auto;
	overflow:auto;
	line-height:1.3em;
	padding:5px;
	margin:10px;
}
#leftcontainer .portaldesctext a{
	color:#000;
	font-weight:bold;
}
#leftcontainer .portaldesctext a:hover{
	color:#ff7528;
}
#leftcontainer .portaldesctext h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
	margin-bottom:10px;
}

#leftcontainer .quicksearch{
	width:450px;
	height:auto;
	overflow:auto;
	line-height:1.3em;
	padding:5px;
	margin:10px;
	border:1px #c9c9c9 solid;
	background-color:#f4f4f4;
}
#leftcontainer .quicksearch h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
}
#leftcontainer .quicksearch label{
	float:left;
	width:130px;
	margin:2px 0px 2px 0px;
	text-align:right;
	padding:0px 10px 0px 0px;
}
#leftcontainer .quicksearch select{
	float:left;
	width:220px;
	margin:2px 0px 2px 0px;
	border:1px #c9c9c9 solid;
}
#leftcontainer .quicksearch input{
	float:left;
	width:126px;
	height:28px;
	background-image:url(images/fickpoint-button.gif);
	margin:2px 0px 2px 95px;
	cursor:pointer;

}

#leftcontainer .profilofday{
	width:450px;
	height:auto;
	overflow:auto;
	line-height:1.3em;
	padding:5px;
	margin:10px;
	border:1px #c9c9c9 solid;
	background-color:#f4f4f4;
}
#leftcontainer .profilofday h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
	margin-bottom:10px;
}
#leftcontainer .profilofday .podimg{
	float:left;
	padding:5px;
	border:1px #c9c9c9 solid;
	background-color:#FFF;
	margin:0px 5px 5px 0px;
}
#leftcontainer .profilofday .profilofday_text{
	float:left;
	width:300px;
	height:157px;
	margin:0px 5px 5px 5px;
}
#leftcontainer .profilofday .profilofday_text .button{
	width:84px;
	height:29px;
	background-image:url(images/fickpoint-button-80.gif);
	cursor:pointer;
}
#leftcontainer .profilofday .profilofday_description{
	clear:both;
}

#leftcontainer .signupform{
	width:450px;
	height:auto;
	overflow:auto;
	padding:5px;
	margin:10px;
	border:1px #c9c9c9 solid;
	background-color:#f4f4f4;
}
#leftcontainer .signupform label{
	float:left;
	width:150px;
	margin:2px 0px 2px 0px;
	text-align:left;
	padding:0px 10px 0px 0px;
	}
#leftcontainer .signupform input{
	
	width:220px;
	margin:2px 0px 2px 0px;
	border:1px #c9c9c9 solid;
}
#leftcontainer .signupform select{
	float:left;
	margin:2px 0px 2px 0px;
	border:1px #c9c9c9 solid;
}
#leftcontainer .signupform .selectisearch {
	float:left;
	width:60px;
	margin:2px 200px 2px 0px;
	text-align:left;
}
#leftcontainer .signupform .selectmultiple {
	float:left;
	width:110px;
	margin:2px 150px 2px 0px;
	text-align:left;
}
#leftcontainer .signupform .checkbox{
	width:15px;
	margin:2px 250px 2px 0px;
	text-align:left;
	border:none;
}
#leftcontainer .signupform .button{
	width:84px;
	height:29px;
	border:none;
	background-image:url(images/fickpoint-button-80.gif);
	cursor:pointer;
}
  
#rightcontainer{
	float:left;
	width:490px
}

#rightcontainer .geouser{
	width:460px;
	height:auto;
	overflow:auto;
	padding:5px;
	margin:20px 10px 10px 5px;
	border:1px #c9c9c9 solid;
	background-color:#f4f4f4;
}
#rightcontainer .geouser h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
}
#rightcontainer .geouser .singleboxes{
	margin-left:40px;
}
#rightcontainer .geouser .singlebox{
	float:left;
	text-align:center;
	margin:5px;	
}

#rightcontainer .geouser .singlebox img{
	
	padding:5px;
	border:1px #c9c9c9 solid;
	background-color:#FFF;
	
}
#rightcontainer .textright{
	text-align:center;
}
#rightcontainer .textright a{
	font-size:1.8em;
	font-weight:bold;
	color:#000;
}
#rightcontainer .textright a:hover{
	color:#ff7528;
}

#rightcontainer .newuser{
	height:auto;
	overflow:auto;
	padding:5px;
	margin:20px 10px 10px 5px;
	border:1px #c9c9c9 solid;
	background-color:#f4f4f4;
}
#rightcontainer .newuser h2{
	font-size:1.2em;
	line-height:1.5em;
	color:#4e4e4e;
}
#rightcontainer .newuser .singleboxes{
	margin-left:40px;
}
#rightcontainer .newuser .singlebox{
	float:left;
	text-align:center;
	margin:5px;	
}

#rightcontainer .newuser .singlebox img{
	padding:5px;
	border:1px #c9c9c9 solid;
	background-color:#FFF;
	
}

#rightcontainer .newuser .searchresult_paging{
   clear:both;
   width:460px;
   text-align:center;
}



/* ====== footer ==== */
#footer {
	clear:both;
	width:980px;
	height:20px;
	text-align:center;
	font-size:0.9em;
	line-height:1.5em;
	color:#4e4e4e;
	padding:30px 0px 5px 0px;
}
#footer a{
	color:#4e4e4e;
}

