@charset "UTF-8";
/* CSS Document 
retecplast.de

*/

{
	margin: 0;
	padding: 0;	
}

/* Tell the browser to render html5 elements as block*/
header, footer, aside, nav, article{
	display:block;	
}


body {
	margin: 0 auto;		/* align center  */
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;

	background-color: #9CC11E;
     color:#808080;
}


h2{
    font-size: 15px;
}

h3{
    font-size: 14px;
}
h4{
    font-size: 13px;
}


#logoHeaderImage {

	padding-right: 0px;
	padding-top: 20px;
	position: relative;
	float:right;
	z-index: 100; /* otherwise logo will be covered, no link*/
}

#logoheader{

	width: 850px;
	height: 120px;
	background-color: white;
	
	position:relative;
	z-index: 0;
}

#navigationLeft ul{
	position:relative;
	margin: 0 auto;		
	list-style:none;	
	padding: 35px 0px 0px 73px;
	float: left;
}

ul li {
	font-size: 15px;
	font-weight:normal;
	padding-top: 15px;
}

ul li a {
	text-decoration: none;
	color: #9CC11E;
}

ul li a:hover{
	/*color:#CCC;*/
	text-decoration:underline;
}

ul li.selected a{
	/*color:#CCC;*/
}


/* email & web link */
a {
	text-decoration: none;
	color: #9CC11E;
}

a:hover{
	/*color:#CCC;*/
	text-decoration:underline;
}



/* CONTENT BOX ---------------- */
#contentBox {
	
	margin-top: 0px;
	width:  850px;
	background-color: white;
	
	z-index: 100;
	position:relative;

	-webkit-box-shadow: 0px 0px 45px #828282;	/* safari & chrome*/
	box-shadow: 0px 0px 45px #828282;	
}

#contentBox #content{
	margin: 0px 30px 0px 275px; 
	padding: 30px 30px;
	line-height: 28px;
}


#contentBox #content h1{
	padding-left: 0px;
	/*color: gray;*/
}

#contentBox #content p{
	font-size: 14px;
	color: gray;
}


.headerGreen {
	color: #9CC11E;
}

.headerGray{
	color: gray;
	padding-top: 45px;
}

.bold{
	font-weight: bold;
	color: #9CC11E;
}

.tab{
	padding-left: 38px;
}


.dropshadow{
	position:relative;

	-webkit-box-shadow: 0px 0px 45px #828282;	/* safari & chrome*/
	box-shadow: 0px 0px 45px #828282;	
}

button {
    
    padding: 16px;
    background-color:#9CC11E; 
    border: none;
    color: white;
    font-size: 16px;
 
}
button a{
    color:white;
    text-decoration: none;
}

.margin-bottom{
    margin-bottom: 40px;
}


