body {
	padding			: 0px;
	margin			: 0px;
	text-align		: center;
/*	background-color: #793214;*/
	background		: #461608 url(gfx/snickers_bg_line2.gif) repeat-y scroll top center;
}

html, body {
	height			: 100%;
}

body, h1, h2, ol, ul, a, input, textarea {
	font-family	: Arial, Helvetica, sans-serif;
	color			: #250b03;
	font-size	: 12px;
}

body {
	line-height		: 18px;
}

body.start {
	background		: #461608 url(gfx/snickers_bg_line.gif) repeat-y scroll top center;
}

img {
	border			: 0px;
}

h1 {
	font-size		: 22px;
	line-height		: 24px;
	padding			: 5px 0px 5px 0px;
	margin			: 0px 0px 5px 0px;
	border-bottom	: 1px solid #eebe00;
	width				: 100%;
}
h2 {
	font-size		: 15px;
	color				: #cc0000;
}
h3 {
	font-size		: 18px;
	padding			: 5px 0px 5px 0px;
	margin			: 0px 0px 5px 0px;
	border-bottom	: 1px solid #eebe00;
	width				: 100%;
}

.fontLarge {
	font-size		: 24px;
}

.fontMed {
	font-size		: 18px;
}

.fontSmall {
	line-height		: 12px;
	font-size		: 10px;
}

.fontTiny {
	line-height		: 10px;
	font-size		: 9px;
}

a.smalllink {
	text-decoration: underline;
	font-size		: 9px;
	color			: #cc0000;
}

a.ragulink {
	text-decoration: none;
	color				: #cc0000;
	font-weight		: bold;	
}
a.ragulink:hover {
	text-decoration: underline;	
}

.midalign {
	display			: table-cell;
	vertical-align	: middle;
}

.red {
	color			: #cc0000;
}

.dark {
	color			: #330000;
}

.white {
	color			: #ffffff;
}

.gray {
	color			: #666666;
}

.inline {
	display			: inline;
}

.menutext {
	font-weight		: bold;
	font-size		: 13px;
	color			: #ffffff;
}
.menuhighlight {
	font-weight		: bold;
	font-size		: 13px;
}

.logintext {
	font-size		: 10px;
	line-height		: 12px;
}

#loginhighlight {
	color			: #ffcc00;
}

.yellowbox {
	background		: #ffba00 url(gfx/snickers_bg_cntbox.gif) repeat-x scroll top center;
	padding			: 13px 23px 13px 23px;
	vertical-align	: top;
	height			: 330px; /*160px; /* 420 */
}

.whitebox {
	background-color: #ffee99;
	padding			: 0px 10px 0px 10px;
	vertical-align	: top;
}

.graybox {
	background-color: #cccccc;
	padding			: 0px 10px 0px 10px;
	vertical-align	: top;
}

.brightbox {
	background-color: #fff8cf;
	padding			: 10px 10px 10px 10px;
	vertical-align	: top;
}

.cntpadd {
	float				: left;
	padding			: 4px;
}

.profil_browse {
	float				: left;
	width				: 144px;
	height			: 185px;
	line-height		: 15px; 	
	margin			: 4px 4px 0px 0px;
	padding			: 4px;
}

.profil_left {
	float			: left;
	width			: 320px;
	height			: 384px;
	margin			: 10px 0px 0px 0px;
	padding			: 4px;
}

.profil_right {
	float			: left;
	width			: 271px;
	height			: 372px;
	margin			: 10px 0px 0px 5px;
	padding			: 10px;
}

.profile_box {
	float			: left;
	height			: 100px;
	margin			: 10px 0px 0px;
	padding			: 2px;
	width			: 290px;
}

.headerNLS {
	float			: left;
	width			: 470px;
	position		: relative;
}

.logoNLS {
	float			: right;
	width			: 150px;
	z-index			: 9999;
	position		: relative;
}

.printlink {
	padding:  8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
}

.printlink a {
	text-decoration: underline;
}

a {
	text-decoration: none;
}


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

input.search {
	width			: 110px;
	background-color: #b05c0a;
	color			: #ff9933;
	border			: 0px;
	padding			: 4px 4px 4px 4px;
	vertical-align	: middle;
}

input.text select.text textarea.text {
	background-color: #ffffff;
	border			: 0px;
}

input.transtext {
	border: 0px;
	border-bottom: 1px solid #000000;
	background-color: transparent;
}
.height50 {
	height			: 50px;
}

.width500 {
	width				: 560px;
}

.spacing {
	font-size		: 5px; 
	line-height		: 5px; 
	margin			: 0px;
	padding			: 0px;
}

.seperator {
	height			: 1px;
	border-bottom	: 1px solid #dd9c01;
	width			: 100%;
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
	font-size		: 1px;
	line-height		: 1px;
	vertical-align	: top;
}


textarea.width500 {
	width				: 565px;
}

.width250 {
	width				: 270px;
}

.width170 {
	width				: 190px;
}

.width45 {
	width				: 45px;
}

.width70 {
	width				: 70px;
}

.dotted {
	width			: 100%;
	border			: 0px;
	border-top		: 1px dotted #d5d5d5;	
	height			: 1px;
 	margin-top		: 3px; 
	margin-bottom	: 3px;
}

.clear {
  clear				: both;
  line-height		: 0px;
  height			: 0px;
  font-size			: 1px;
}

.buttonspacing {
	margin		: 5px 0px 10px 0px;
}

.pngfix {
}

/************ Live checking Box Classes Start ******/

.messagebox{
	position		: relative;
	width			: 100px;
	left			: 5px;
	bottom			: 1px;
	border			: 1px solid #c93;
	background		: #ffc;
	padding			: 2px;
	font-size		: 9px;
	line-height		: 11px;
}
.messageboxok{
	width			: auto;
	border			: 1px solid #349534;
	background		: #C9FFCA;
	color			: #008000;
}
.messageboxerror{
	width			: auto;
	border			: 1px solid #CC0000;
	background		: #F7CBCA;
	color			: #CC0000;
}

/************ Live checking Box End ******/


/** UPLOAD PROGRESS */
#upload-message {
/*	background-color:#FFFFEE;
	border:1px dashed #CC3300;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:400px;
	padding:10px;
	margin:10px 0px;
*/
}

.upload-progress {
/*	background-image: url('images/infobox200x40.gif');*/
	width:100%;
	text-align: center;
	height:40px;
}

.upload-progress div.bounds {
	width			: 100%;
	margin		: 8px 0px 0px 0px;
	height		: 15px;
/*	margin-left:10px;*/
	border		: 1px solid black;
}
.upload-progress div.meter {
	width:20px;
	height:11px;
	font-size:1px; /* IE display hack */
	background-color:#FFCC00;
	border-top:1px solid #ddaa00;
	border-bottom:3px solid #ddaa00;
/*	margin-left:10px;
	margin-top:1px;
	border:1px solid black;*/
}

.upload-progress div.readout {
	padding:5px 0px 0px 12px;
/*	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	line-height:10px;*/
}

.upload-progress div.readout span {
/*	font-weight:bold;*/
}
/********************/

label {
	clear: left;
	margin-left: 50px;
	float: left;
	width: 5em;
}

#testWrap {
/*	width: 100%; *//*<?=$_imgpreviewwidth?>px;*/
	float: left;
	margin: 10px 0 0 0px;
	vertical-align:top;
}

#mainwindow {
/*	background		: #793214 url(gfx/snickers_bg_line.png) repeat-y scroll top center;*/
	background		: url(gfx/snickers_bg_leftstar.jpg) no-repeat top left;
	background-color: #330000;
	position			: relative;
	height			: auto !important;
	margin			: 0 auto 0;
	min-height		: 100%;
/*	position		: relative; */
	text-align		: left;
	top				: 0px;
	width			: 994px;
	z-index			: 1;
/*	padding		: 0px 14px 0px 14px;*/
}

#msg_result {
	padding-left	: 23px;	
}

#menuholder {
	background		: #793214 url(gfx/snickers_bg_top.gif) repeat-x scroll top center;
	height 			: 75px;
	width			: 100%;
	z-index			: 5;
}
#topmenu {
	position		: relative;
	margin			: 0px;
	padding			: 0px;
	width			: 750px;
	height			: 27px;
	left			: 265px;
	top				: 2px;
	z-index			: 10;
}
#navigation a {
	background		: url(gfx/snickers_bg_menu.png) left top no-repeat;
	text-decoration	: none;
	padding-left	: 5px;
}

#navigation a span {
	background		: url(gfx/snickers_bg_menu_right.png) right top no-repeat;
	padding			: 5px 10px 3px 3px;
}

#navigation a, #navigation a span {
	display			: block;
	float			: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float			: none;
}
/* End hide */

#navigation a:hover {
	color			: #330000;
	background		: url(gfx/snickers_bg_menu_hl.png) left top no-repeat;
	padding-left	: 5px;
}


#navigation a:hover span {
	background		: url(gfx/snickers_bg_menu_right_hl.png) right top no-repeat;
	padding			: 5px 10px 3px 3px;
	
}

#navigation a.menuhighlight {
	color			: #330000;
	background		: url(gfx/snickers_bg_menu_hl.png) left top no-repeat;
	padding-left	: 5px;
}
#navigation a.menuhighlight span {
	background		: url(gfx/snickers_bg_menu_right_hl.png) right top no-repeat;
	padding			: 5px 10px 3px 3px;
}


#navigation ul {
	list-style		: none;
	padding			: 0;
	margin			: 0;
}

#navigation li {
	float			: left;
	margin			: 0px 2px 0px 0px;
	display			: block;
} 

#socialmeta {
	float			: left;
	margin-left	: 300px;
	margin-top	: 10px;
}

#metanavi {
	position		: relative;
	float			: right;
	right			: 10px;
	top				: 5px;
}

#flashbox {
	position		: absolute;
	top				: 0px;
	width			: 290px;
	height			: 540px;
	z-index			: 4;
}

#introbox {
	position		: absolute;
	top				: 76px;
	width			: 994px;
	height			: 580px;
	z-index			: 4;
}

#introbox_new {
	position		: absolute;
	top				: 0px;
	width			: 994px;
	height			: 656px;
	z-index			: 4;
}

#contentbox {
	position		: absolute;
	top				: 90px;
	left			: 304px;
/*	margin-left		: 304px;*/
	width			: 690px;
	float			: left;	
	z-index			: 5;
}

#peanutbar {
	background		: url(gfx/snickers_barandpeanuts.png) no-repeat bottom right;
	behavior		: url(/gfx/iepngfix.htc);
	width			: 230px;
	height			: 130px;
	left			: 850px;
	top				: 50px;
	position		: absolute;
	z-index			: 10;
}

#snl_submenu {
	background		: url(gfx/snlsc10_promomen_bg.gif) no-repeat bottom right;
	width			: 670px;
	height			: 40px;
	left			: 304px;
	top				: 90px;
	position		: absolute;
	z-index			: 9;
}

#snl_submenu .item {
	background		: url(gfx/snlsc10_promomen_line.gif) no-repeat bottom right;
	height			: 40px;
	position		: relative;
	float			: left;
	padding			: 0px 15px;
}

#snl_submenu a {
	color			: #ffffff;
	text-decoration : none;
	line-height		: 40px;
	font-weight		: bold;
}

#snl_submenu a:hover, #snl_submenu .selected{
	color			: #ffe400;
	line-height		: 40px;
	text-decoration : none;
	font-weight		: bold;
}

.fbboxborder {
	background-color: transparent;
	margin-left		: 18px;
	position		: relative;
	top				: 480px;
}

.fbbox {
	width			: 240px; 
	height			: 420px;
	text-align		: center;
	margin			: 0px 0px 0px 18px;
	position		: relative;
	top				: 480px;
}

/* Komplettes Flash auf der Startseite */
#content {
/*	margin		: 0px 13px;*/
	z-index			: 5;
	width			: 994px;
}

#cropPreview {
/*	float			: left;
	width			: 240px;
	height			: 240px;
	margin: 20px 0px 0px 20px;
	vertical-align	: left;
	clear			: right;
	*/
	width			: 1px;
	height			: 1px;
	float			: left;
	visibility		: hidden;
	
}

#disclaimer {
	z-index			: 2000;
/*	position		: absolute;*/
	position		: relative;
/*	bottom			: 15px;*/
/*	width				: 290px;*/
	margin			: 8px 38px 0px 15px;
	color				: #ffffff;
	font-size		: 10px;
	line-height 	: 12px;
	text-align		: center;
}
#disclaimer a {
	color				: #ffffff;
	font-size		: 10px;
	line-height 	: 12px;
}

#bottom {
	background		: url(gfx/snickers_bg_bottom.png) no-repeat scroll bottom right;
	behavior		: url(/gfx/iepngfix.htc);
	z-index			: 2;
	position		: absolute;
	bottom			: 1px;
/*	margin			: 0px 13px;*/
	width				: 450px;
	margin-left 	: 544px;
	height			: 450px;
}