@charset "utf-8";
/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}
/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/
 
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	background-color: #EBEBEB;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
line-height: 1.1em;
}

h1,
h2,
.subcol h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #F90;
}


h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color: #505862;
}

h4 {
	font-size: 1.2em;
	color: #505862;
}

#beng {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif; 
}

#beng_II {
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	color: #662D91;	
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container { 
	width: 100%;
	min-width: 950px;
	max-width: 950px;
	background-color: #FFF;
	padding: 0px;
	margin: 0 auto;
	
}

/*------------------- HEADER ---------------------
---------------------------------------------------*/

#header {
	position: relative;
}

#hd_top {
	height: 75px;
	background-color: #FFF;
}
#cinsoles {
	height: 50px;
	width: 240px;
	background-image: url(../../img/Logo/cinsoles_logo.png);
	position: absolute;
	left: 8px;
	top: 11px;
	background-repeat: no-repeat;
}
#speach {
	height: 38px;
	width: 400px;
	position: absolute;
	background-image: url(../../img/Logo/slogan.png);
	top: 35px;
	right: 36px;
	background-repeat: no-repeat;
}

#cinshop {
	right: 5px;
	top: -73px;
	position: absolute;
}

#content {
	padding-top: 15px;
	padding-left: 0px;
	background-color: #FFF;
}

/*------------------- FOOTER ---------------------
---------------------------------------------------*/

#footer		   {
	width: 100%;
	height: 120px;
	clear: both;
	background-color: #FFF;
	background-image: url(../../img/bg_footer/ftdwn.png);
	background-repeat: repeat-x;
}
#footerIn 
    { position: relative;
	  padding-top: 10px;
	  margin: 0 auto; 
	  width: 900px; }


#footer p {
	color: #FFF;
}
#footer h4 {
	color: #999;
	font-weight: normal;
	text-align: center;
}

#footer,
.clearfloat {
clear: both;
}

/*------------------- MAIN ---------------------
---------------------------------------------------*/

#afz {
	background-image: url(../../img/info/afz_orange.png);
	left: 21px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

#mainContent p {
	font-size: 1.2em;
}

#mainContent a {
	font-size: 1.1em;
	color:#666;
	text-decoration: underline;
}

#mainContent a:hover {
	font-size: 1.1em;
	color:#F90;
	text-decoration: underline;
}

#link {
	text-align: center;
}


/*------------------- MEHRINFO ---------------------
---------------------------------------------------*/
.mehrInfo {
	font-size: 0.9em;
	margin-top: 8px;
	display: block;
	text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
	padding: 3px 20px;
	background-image: url(../../img/info/info.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
	text-decoration: none;
	background-image: url(../../img/info/info.png);
	background-repeat: no-repeat;
	background-position: right -38px;
}


.zitat {
	font-size: 12px;
	color: #F90;
}
/*3 columne in fußzeile*/
.col		      {
	float: left;
	width: 18%;
	text-align: center;
}

.orange {
	color: #F90;
}
.purple {
	color: #662D91;
}
.white {
	color: #FFF;
}
.noline {
	text-decoration: none;
	color: #F90;
}
 
.beng {
	font-size: 1em;
	color: #333;
}

.borg {
	font-family: "Benguiat Bk BT";
	font-size: 1em;
	color: #F90;
}


 
.borgII {
	font-family: "Benguiat Bk BT";
	font-size: 1.1em;
	color: #FFF;
}
