/*
////////////////////////////////////////////////////////////////
//
// design.css  Stylesheet fuer Texte, Navigation und Hintergruende
//
// erstellt durch Oygar Vangöl, Project-inter.net, www.project-inter.net
// Kontakt info@project-inter.net
//
////////////////////////////////////////////////////////////////
*/

/*
################################################################
Unternavigationspunkte
################################################################
*/
.aNavbottom                  {
	text-decoration:none;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.aNavbottom:hover            {
    text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/*
################################################################
Links
################################################################
*/
.alink               {
	text-decoration:none;
	color:#981704;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.alink:hover           {
    text-decoration:none;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.alinkproject                 {
	text-decoration:none;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.alinkproject:hover           {
    text-decoration:none;
	color:#981704;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/*
################################################################
Hintergrund Bilder
################################################################
*/
.backStart {
	background-attachment: fixed;
	background-image: url(img/layout/back/start.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.backHome {
	background-attachment: fixed;
	background-image: url(img/layout/back/home.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.backCharisma {
	background-attachment: fixed;
	background-image: url(img/layout/back/charisma_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.backProdukte {
	background-attachment: fixed;
	background-image: url(img/layout/back/produkte.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.backLeistungen {
	background-attachment: fixed;
	background-image: url(img/layout/back/leistungen.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.backTips {
	background-attachment: fixed;
	background-image: url(img/layout/back/tips.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.backAngebote{
	background-attachment: fixed;
	background-image: url(img/layout/back/angebote.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/*
################################################################
Texte
################################################################
*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	vertical-align: middle;
}
.textbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	vertical-align: middle;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.subHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/*
################################################################
Bilder (Positionierung und Effekte)
################################################################
*/
.picRight {
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
	border: 1px solid #333333;
	padding: 5px;
}
.picLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.picRahmen {
	float: left;
	border: 1px solid #333333;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.rahmen {
	border: thin dashed #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	margin: 5px;



}

