 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { 
}

body {
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}


/* links */
a, a:visited {
	color: #006;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #F90;
	background: inherit;
	padding-bottom: 0;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h3 { font-size: 14px; 
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	font-size: 11px;
	line-height: 25px;
}

/* images */
img { background: transparent; 
}
.txtinput {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 20px;
	width: 170px;
	border: 1px dashed #F90;
}

img.float-right { margin: 0px 0px 10px 15px; 
}
img.float-left { margin: 0px 10px 10px 0px; 
}
blockquote {
	font: bold 1.4em/1.5em Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0 0 0 25px;
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
	color: #444;
}
/* end - table */

/* form elements */
form {
	margin:3px 3px 3px 0px;
	padding: 0 5px 0 0px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #006;
	border-left: 1px solid #006;
	background: #FFF repeat-x center top;
}
#content-wrap {
	float: left;
	width: 955px;
	display: inline;
	padding: 0;
	margin-top: 0px;
	background: url(alphamobixx-main_back.gif) repeat-y center top;
}
#header {
	position: relative;
	background: #000050;
	height: 20px;
	width:955px;
	padding: 0;
	color: #FFF;
	background-color: #000066;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 0px;
	color: #838181;
	font-size: 10px;
	font-weight: bold;
	width: 945px;
	left: 5px;
	right: 5px;
	height: 15px;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {
	color: #FFF;
	text-decoration: none;
}
#header #header-links a:hover { color: #F60; 
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 175px;
	width: 955px;
	background: #fff url(main_header/handy-reise-sprachen-guide.jpg) no-repeat center center;
}
#header-photo-bonus {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 175px;
	width: 955px;
	background: #fff url(header/head_my_bonusworld.jpg) no-repeat center center;
}

#header-photo h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #006;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px;
	left: 290px;
	width: 400px;
	height: 30px;
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #F60;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 60px;
	left: 320px;
	width: 400px;
	height: 160px;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	background: #000050;
}
#nav ul {
	float: left;
	list-style: none;
	width: 955px;
	padding: 0;
	margin: 0 auto;
	height: 29px;
	display: inline;
	color: #006;
	background: #000050;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FBF4E9;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 18px;
	color: #FFF;
	font: normal 12px/29px Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFF;
	text-decoration: underline;
}
#nav ul li#current a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

/* Main Column */
.three-col #main {
	margin: 20px 190px 0 200px;
	padding-right: 10px;
	padding-left: 20px;
	background: #FFF;
}
.two-col #main {
	width: 450px;
	clear: both;
	margin-top: 15px;
	float: left;
	position: relative;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;
	margin-top: 20px;
	padding-right: 5px;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 20px;
}
#rightcolumn h1, #sidebar h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FF6E00;
	margin: 0px 5px 0 15px;
	padding-top: 10px;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 10px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	color: #006;
	border: none;
}
ul.sidemenu li a:hover {
	color: #F60;
	border: none;
	font-weight: bold;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 955px;
	font-size: 10px;
	padding: 2px 0;
	text-align: left;
	background: #FEF4EA;
	border-top: 1px dashed #F60;
}
#footer-wrap a {
	text-decoration: none;
	color: #000;
}
#footer-wrap a:hover {
	color: #006;
	text-decoration: underline;
}
#footer-wrap p {
	padding: 1px 0;
	color: #000;
	text-align: center;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #FEF4EA;
	margin: 5 auto 5px;
	width: 955px;
	padding: 1px 0;
	text-align: center;
	border-top: 1px solid #F2F2F2;
}

/* alignment classes */
.float-left  {
	float: left;
	margin-right: 10px;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px;
	margin: 20px 10px 0 10px;
	font-size: 10px;
	color: #333;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
	text-decoration: underline;
}

#header #header-links h1 {
	position: absolute;
	top: 0px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	width: 945px;
	left: 5px;
	right: 5px;
}

.selected {
	color: #000050;
	font-weight: bold;
	padding-left: 3px;
}

#wrap #content-wrap #main ul li {
	list-style: url(8px_orange.gif) outside;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
	left: 0px;
}

.minitext {
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

img.float-lefttrans { }

.submitter {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	padding: 2px;
	height: 20px;
	border: 1px dashed #F90;
	background: #fafafa;
}

.whitetxt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtinputbig {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 20px;
	width: 300px;
	border: 1px dashed #F90;
}

.txtinputplz {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 20px;
	width: 40px;
	border: 1px dashed #F90;
}

.txtinputbigdrop {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 30px;
	width: 300px;
	border: 1px dashed #F90;
}

.txtinputarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 100px;
	width: 300px;
	border: 1px dashed #F90;
}

#wrap #content-wrap #main h1 {
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 17px;
	color: #006;
	margin: 0px;
	padding-top: 10px;
}

.unterhandy { margin-left: 12px; }

#rightbar {
	float: right;
	width: 195px;
	margin-top: 10px;
	padding-right: 5px;
	border-right: 1px solid #CCC;
}

.indexbackleft { background: url(index/handy-reisefuehrer-vokabeltrainer/fremdsprachenhelfer.jpg) no-repeat left top; }

indexbackright { background: url(index/handy-reisefuehrer-vokabeltrainer/handyreisefuehrer.jpg) no-repeat right top; }

.indexbackright { background: #000050 url(index/handy-reisefuehrer-vokabeltrainer/handyreisefuehrer.jpg) no-repeat right top; }

.indexbackbottom {
	background: url(index/handy-reisefuehrer-vokabeltrainer/bonuswelt.jpg) no-repeat left top;
	width: 955px;
}

.indextable {
	height: 350px;
	width: 440px;
}

.indextabletxt {
	height: 170px;
	width: 280px;
}

hr {
	color: #FF6800;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #F60;
	margin-top: 4px;
}

.three-col #main2 {
	background: #FFF;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding: 20 0 0;
}

.topimagetxt {
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
}

.toptable {
	margin: 0px;
	padding: 0px;
	height: 161px;
	width: 520px;
}

.tableborderleft {
	background: #FBF4E9;
	border: 1px solid #000050;
}

.txtinputbig2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 30px;
	width: 500px;
	border: 1px dashed #F90;
}

.txtinputarea2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 150px;
	width: 500px;
	border: 1px dashed #F90;
}

#header-photo-sk {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 175px;
	width: 955px;
	background: #fff url(download/head_download.jpg) no-repeat center center;
}

.txtinputbigdropdevice {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 30px;
	width: 300px;
	border: 1px dashed #F90;
}

.txtinputbigdevice {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006;
	background: #fafafa;
	padding: 2px;
	height: 30px;
	width: 100%;
	border: 1px dashed #F90;
}

.serialinput {
	font: bold 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
	padding: 2px;
	height: 45px;
	width: 490px;
	border: 1px solid #fafafa;
}
