/* TEMPLATE / CSS / TYPO3 by INCOWEB.de */
/* YEAH ROY! */

@import url('reset.css');
@import url('text.css');
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url('form.css');

/* COLORS

Green
c0d956 #c0d956

Dark Green
1d8101 #1d8101

Pink
e71d85 #e71d85

 */

body {
	background: #fff;
	font-family: 'Helvetica Neue','Helvetica',Arial,sans-serif;
	font-size: 14px;
	color: #008000;
}

::selection {
	background: #e71d85;
	color: #fff;
}

div.clear {
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	color: #e71d85;
	font-weight: bold;
	font-family: 'Arial',serif;
	font-size: 16px;
}

p.align-center {
	text-align: center;
}
div.sitewrap{
	
	
	overflow: hidden;
	
	border: 2px solid #29a429;
	
	
	margin: 30px auto;
	width: 906px;
	height: 636px;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;

	position: relative;
	
	behavior: url('fileadmin/template/IE/PIE.htc');
}
div.sitewrap_ie {
	background: url(../images/floral.png) left bottom no-repeat;
	padding: 50px;
	width: 856px;
	height: 586px;
	position: relative;
	overflow: hidden;
}
div.sitewrap a {
	color: #e71d85;
}

div#content {
	width: 433px;
	height: 330px;
	
	padding-right: 45px;

	float: left;
}

div#content-right {
	width: 333px;
	height: 330px;
	
	padding: 0 10px 0 35px;
	
	float: left;
}

div#navigation {
	background: #e2f39e;
	border-top: 2px solid #29a429;
	border-bottom: 2px solid #29a429;
	
	width: 100%;
	height: 105px;
	
	margin-left: -50px;
	padding: 0 50px;	
	
	position: relative;
}

div#navigation ul {
	list-style: none;
	margin: 40px 0 0 0px;
}
div#navigation ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	display: inline;
	margin: 0 0 0 12px;
	padding-left: 11px;
	border-left: 1px solid #e71d85;
}
div#navigation ul li.active a {
	font-weight: bold;
}
div#navigation ul li a {
	color: #e71d85;
	font-size: 16px;
	text-decoration: none;
}

/* !Contact */
div#contact {
	position: absolute;
	bottom: 34px;
	right: 50px;
	width: 380px;
	height: 270px;
	overflow: hidden;
	color: #1d8101;
	z-index: 0;
}
div#contact img {
	border-bottom: 20px solid #febfd1;
}
div#contact a {
	color: #1d8101;
	font-weight: bold;
}
/* !F00ter */
div#footernavigation ul {
	margin-top: 100px;
}
div#footernavigation ul li {
	display: inline;
	list-style: none;
	margin: 0 20px 0 0;
}
div#footernavigation ul li a {
	font-size: 16px;
	color: #1d8101;
	font-weight: bold;
	text-decoration: none;
}
div#footernavigation ul li:first-child a {
	
}