/*
* file: layout.css 
* version: 1.0 02/2011
* desc: html - layouting
* author: Sylke Renger | sylke@pocolico.de 
* pocolico multimedia berlin | www.pocolico.de
*
*/
/*
darkgrey: #84735A
softgrey: #C5BCAF
darkorange: #EC7206
doubledarkorange: #BC5800
softorange: #FFAC62
dark: #40382B

*/






*, html, body, span, div,
h1, h2, h3, h4, h5, h6, p,
em, img, strong,
ol, ul, li,
table, tr, th, td,
form{
	padding: 0;
  	margin:0;
	border: 0;
	outline: 0;
  	font-size: 100%;

}

input, button{
  overflow: visible;
}
html {
  overflow: auto;
}
html, body {
  height: 100%;
  min-height: 100%;
  background-color:#C5BCAF;
}

body {
  font: normal 12px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #FFF;
}
p {
	margin-bottom: 7px;
	font-size: 0.95em;
}

a {
  text-decoration: none;
  color: #EC7206;
}
a:hover {
  text-decoration: underline;
  color: #BC5800;
}

h2{
	font-size: 1.3em;
	color: #BC5800;
	font-variant:small-caps;
	padding-bottom: 10px;
}

h3{
	font-size: 1.1em;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #40382B;
}

select{
		color: #40382B;
}



#all{ 
	color:#fff;
	width:800px;
	margin: 0 auto; /*center*/
	margin-top: 20px;
	margin-bottom: 30px;

}


#all ul li{
	list-style-type:none;
}
#all ul li a{
	font-size: 1.1em;
	font-weight: bolder;
	color: #FFF;

}

.clear{
	clear:both;
}

fieldset{
		border: 1px solid #BC5800;
		margin: 10px;
		padding: 10px 10px 20px 10px;
		font-weight: bold;
		color: #FFF;
		font-size: 1.0em;
}

fieldset a .preview {
	display:none;
}
fieldset .preview {
	width:200px;
	border: 1px solid #BC5800;
}

fieldset a:hover .preview {
	display:block;
	position:relative;
	z-index: 20;
	margin-bottom: -200px;
	
}



.max_label, .long_label{
	text-align:right;
	margin: 6px;
	font-size: 0.95em;
	display: block;
	float: left;
	height:15px;
	color: #40382B;
}

.max_label{
	width:80px;
}

.long_label{
	width:100px;
}

.max_input, .long_input, .min_input, .max_select, .middle_input{
	color: #40382B;  
	font-size: 0.9em;
	border: 1px solid #BC5800;
	height: 20px;
	display: block;
	float:left;
	
}

.long_input{
	width:450px;
}

.max_input{
	width:300px;
}

.min_input{
	width:60px;
}
.middle_input{
	width:200px;
}
.max_select{
	width: 200px;
}
select:option{
	color: #f00;
}
input[type="checkbox"]{
		
background: transparent;
border: 0;
/*
		
	border: 1px solid #BC5800;
	padding-right: 3px;
	*/

}

input[type="button"]{
	width:160px;
	height:25px;
	background-color: #FFAC62;
	color:#40382B;
	font-style: bolder;
	font-size: 1.0em;
	border: 1px solid #40382B;
	float:right;

}
input[type="button"]:hover{
	color: #fff;
	background-color: #84735A;
}

textarea{
	color: #40382B;  
	font-size: 0.9em;
	border: 1px solid #BC5800;
	height:120px;
	width:450px;
}


button{
	width:120px;
	height:25px;
	background-color: #FFAC62;
	color:#40382B;
	font-style: bolder;
	font-size: 1.0em;
	border: 1px solid #40382B;

}
button:hover{
	color: #fff;
	background-color: #84735A;
}

.description{
	text-align: left;
	font-size: 0.9em;
	font-style:italic;
	font-weight: lighter;
}
#description{
	width: 200px;
	position: relative;
	top: -120px;
	left: 550px;
	text-align: left;
	font-size: 0.9em;
	font-style:italic;
	font-weight: lighter;
}
#message{
	border: 1px solid #BC5800;
	margin: 10px;
	padding: 10px;
	background-color: #FFF;
	color: #F00;

}
#bilderupload{
	width: 99%;
	float:left;
	position:relative;
	top: -40px;
	clear: both;
	
}
.color_grey{
	color: #84735A;
}
.basiclink{
	float: right;
}

