/* main elements */

body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	text-align: center;
	/*background-image: url(../images/welle.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;*/
}

#header {
	margin-bottom: 1em;
}

#wrapper {
	width:950px;
	min-width: 950px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
	
	overflow:hidden;
	display:block;
}

#content{
	
	box-shadow: 2px 2px 7px 2px #939393;
	-moz-box-shadow: 2px 2px 7px 2px #939393;
  	-webkit-box-shadow: 2px 2px 7px 2px #939393;
  
	background-color: #FFFFFF;
	width: 950px;
	min-width: 950px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	
	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
	
	overflow:hidden;
	display:block;
}

.ContentBG{
	background-color: #D5D5D5;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
	margin: 10px;
}

#menu {
	/*background: #eee;*/
	position:relative;
	float:left;  	
	left:0px;
	width:220px;
	margin-right:15px;
}

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

#menu ul li{
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #717171;
	background: #eee;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #666666;
	/*background: #efefef;*/
	text-decoration: none;
	padding: 2px 12px;
}

#menu a:hover {
	color: #00AAD9;
	background: #fff;
}

#footer {
	/*background:#fff;*/
	/*width: 950px;*/
	border: none;
	margin: 15px;
	border-top: 1px solid #999999;
	color: #FFFFFF;
}

#footer .new {
	float:left;
}

#footer a {color: #FFFFFF;}

#footerimg{
	background-image: url(../images/footer.png);
	background-repeat: repeat;
	width:950px;
	height:95px;
	min-height:95px;
	max-height: 95px;
	min-width: 950px;
	max-width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
	
	overflow:hidden;
	display:block;
	
	
}

#toolbar {
	text-align: right;
	background: #fff;
	padding: 2px 6px;
	margin-bottom: 6px;
}

#messages {
	border-radius: 3px;
	background: #f00;
	color: #fff;
	padding: 2px;
	font-weight: bold;
}

#messages a {
	text-decoration: none;
	color: #fff;
}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:190px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

.radiobutton {
	width: 20px;
	vertical-align: middle;
	float:none;
	margin-left: 195px;
	margin-right: 5px;
	margin-top: 0px;
}
input {
	height:20px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:195px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: #00AAD9;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 13px;
	line-height: 15px;
	margin-top: 10px;
}

h5 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}

.errors {
	color: blue;
	font-weight: bold;
	display: block;
	margin-left: 195px;
}

.errorsWithoutMargin {
	color: red;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: #00AAD9;
}

a:hover {
	color: #00AAD9;
}

a:active {
	color: #00AAD9;
}

a:visited {
	color: #00AAD9;
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #717171;
	/*background: #999;*/
	background: #EFEFEF;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #717171;}

.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
}

.tundra .dijitTitlePaneTitle {
	background: #EEEEEE;
}

.dijitTitlePaneTitle * {
	color: #00AAD9;
	/*color: #717171;*/
	font-weight: bold;
	background-color: #EEEEEE;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

div.imageviewerwrapper {
    position:relative;
    text-align: center;
}

div.imageviewerdeleted {
    position:absolute;  
    top: 0px;  
    left:40px;  
}
 
div.imageviewerToolbar {
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

#payment {
/* 	background-image: url(../images/coins.png);  */
	background-repeat: no-repeat; 
	background-position: 5px 0px; 
	height: 35px; 
	width: 130px; 
	padding-left: 7px; 
	margin-bottom: 5px;
}

#paymentlink {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#paymentlink a {
/* 	background-image: url(../images/coins.png);  */
	background-repeat: no-repeat; 
	background-position: 5px 0px;
	background-color: #EEEEEE; 
	border: 1px solid #BBBBBB;
	height: 35px; 
	width: 130px; 
	padding-left: 7px; 
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #777777;
	font-size:11px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
}

#priceCalculation td:first-child {
	border: none;
	text-align: left;
}

#priceCalculation td {
	border: none;
	text-align: right;
}

/* Mehrspaltige Divs */
div#columnLeft {
	float: left; 
	width: 460px;
}

div#columnRight {
	margin-left: 460px;
}
