/* CSS Document */
/***********************************************/
/* styles.css		                            */
/* Use with template index.html                 */
/* Copyright 2014 - IT Beratungsleistungen      */
/* http://www.itberatungsleistungen.de          */
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font: 100%/1.4 Geneva, Arial, Helvetica, sans-serif;
	background: #501C4F;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url(_images/bg.png);
	background-position:center;
	background-repeat:no-repeat;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#95358c;
	text-decoration: underline; 
}
a:visited {
	color: #95358c;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	color: #95358c;
	text-decoration:underline;
	border: 1px solid #afafaf;
	background: #afafaf;
	padding:5px;
}

.menue a:link {
	font: 90%/1.4 Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration: underline; 
}

.menue a:visited {
	font: 80%/1.4 Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

.menue a:hover, a:active, a:focus { 
	font: 80%/1.4 Geneva, Arial, Helvetica, sans-serif;
	color: #95358c;
	text-decoration:underline;
	border: 1px solid #afafaf;
	background: #afafaf;
	padding:5px;
}


.container {
	width: 80%;
	max-width: 1260px;
	min-width: 900px;
	background: #501C4F;
	margin: 0 auto;
	background-color:transparent;
}


.header {
	background: transparent;
}


.content {
	padding: 10px 0;
	color:#000;
	font-size:14px;
	border:solid;
	border-width:thin;
	border-color:#FFF;
	background: white;
	background-color: rgba(255,255,255,0.7);
	padding:35px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.footer {
	padding: 10px 0;
	background: transparent;
	font-size:14px;
	color:#FFF;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	
}.container .content .Cleft {
	width: 50%;
	float: left;
}
.container .content .fb-page {
	width: 50%;
	float: right;
	margin-right: 0%;
}
.container .content .Dummy {
	height: 430px;
}
