

html,body,h1,h2,h3,h4,h5,p,div,span,ul,li,img,a,i,b,input {
	margin: 0; padding: 0;
	font-family: Arial,serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}

html {
	background: #999 url(/images/pub/bg-body.gif) center top repeat-y;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a.prominent {
	font-size: 14px;
}

a img {
	border: 0;
}

a.link, a .link {
	text-decoration: underline;
}

a:hover {
	color: #a11801;
	text-decoration: underline;
}

.onredselect {
	color: #a11801;
}

.bold {
	font-weight: bold;
	color: #666;
}

ul { list-style: none;}



input.text, input.num {
}

input.num {
}

input.ondefault {
	color: #717171;
}

.breakboth, .bb {
	clear: both;
}

.breakleft, .bl {
	clear: left;
}

.breakright {
	clear: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

h1 {
	color: #666;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	color: #666;
	font-size: 15px;
}

p.text {
	padding: 4px 0;
	margin-bottom: 10px;
}

.spaced {
	margin-top: 15px;
}


/*  SUPER BOXES  */

#header {
	margin-top: 16px;
	background-color: #383735;
}

#header a, #header span {
	color: white;
}

#container {
	position: relative;
	left: 50%;
	margin-left: -485px;
	width: 971px;
	padding-bottom: 16px;
	/*
	margin: 0 auto;
	padding: 16px 0;
	width: 971px;
	clear: both;*/
}

#container #content {
	margin-top: 20px;
}


/* --- LISTEN IM ALLGEMEINEN --- */

#container ul.alternate, #container li.alternate {
	/*background-color: #eee;*/
}




/* --- DISCLAIMER --- */

#disclaimer {
	vertical-align: bottom;
	height: 100px;
	width: 700px;
	clear: both;
	padding-top: 100px;
}



#eventbuero-info {
	clear: both;
	margin-left: 287px;
	padding-top: 100px;
	margin-bottom: 16px;
}


#eventbuero-info .onselect {
	color: #a51800;
}




/* --- SHOPPING CARD --- */

#shoppingcard_userdata {
	
}


#shoppingcard_userdata #new_user {
	float: left;
	width: 337px;
}
html > body #shoppingcard_userdata #new_user {
	width: 342px;
}

#shoppingcard_userdata #new_user form {
	width: 312px;
}

html > body #shoppingcard_userdata #new_user form {
	width: 317px;
}

#shoppingcard_userdata #registered_user {
	margin-left: 342px;
	width: 337px;
}

html > body #shoppingcard_userdata #registered_user {
	width: 342px;
}

#shoppingcard_userdata #registered_user form {
	width: 312px; 
	margin-left: 5px;
}

html > body #shoppingcard_userdata #registered_user form {
	width: 317px; 
}

#shoppingcard_userdata form label span,
#shoppingcard_userdata form .label span{
	width: 110px
}

html > body #shoppingcard_userdata form label span,
html > body #shoppingcard_userdata form .label span{
	width: 130px
}

#shoppingcard_userdata form label input,
#shoppingcard_userdata form label select,
#shoppingcard_userdata form .label input,
#shoppingcard_userdata form .label select{
	width: 165px
}


