html, body {
	margin: auto;
	width: auto;
}
html {
	height: auto;
	margin-bottom: 0;
	background: none;
}
body, p, h1, h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	margin: auto;
}
a {
	color: #a5027d;
	text-decoration: underline;
}
.hidden {
	display: none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/*  HR  */
div.hr {
	height: 1px;
	margin: 0;
	border: 0;
	background: #ebebeb;
	margin: 14px 0 20px 0;
}
div hr {
	display: none;
}

/******* AUFBAU *******/
#boxAll {
	width: auto;
}
#boxHeader {
	position: relative;
	width: auto;
	height: auto;
	margin: auto;
	background: none !important;
}
	#boxLogo {
		position: relative;
		width: auto;
		height: auto;
		margin: 10px 0;
	}
	#boxLogin {
		display: none;
	}

/** FORMS **/
fieldset {
	margin: 0;
	padding: 0;
	border: none;	
}
legend {
	display: none;
}
button {
	width: 79px;
	height: 23px;
	padding: 0;
	border: none;
	cursor: pointer;
}
button span {
	display: none;	
}
button:hover {
	background-position: 0 23px !important;
}

/** MENU **/
#boxMenu {
	display: none;
} 

/** CONTENT **/
#boxContent {
	position: relative;
	width: auto;
	margin: auto;
	padding: 0;
	background: none;
}
	#boxContent .boxContentLeft {
		float: none;
		width: auto;
		margin: 0;
	}
	#boxContent .boxContentRight{
		display: none;
	}
	#boxContent .teaser {
		float: none;
	}
	#boxContent .tagcloud {
		padding: 0;
		background: none;
	}
		#boxContent .tag {
			line-height: 22px;
			padding: 0 5px;
		}
		#boxContent .tag a {
			color: #000000 !important;
		}
	#boxContent .profile {
		padding: 15px 15px 7px 15px;
	}
	#boxContent .profile img {
		float: left;
		padding-right: 12px;
	}
	#boxContent .profile h3 {
		color: #FFF;
		font-size: 26px;
		font-weight: bold;
		padding: 5px 0 10px;
	}
	#boxContent .profile p {
		color: #FFF;
		font-size: 14px;
		line-height: 16px;
	}
	#boxContent .profile .cats {
		padding: 25px 0 0 0;
	}
	#boxContent .tagcloudBottom {
		display: none;
	}
	h3 {
		font-size: 15px;
		font-weight: bold;
		padding: 25px 0 15px 0;
		color: #000000;
	}
	
	.articleTeaser {
		margin-bottom: 35px;
	}
	.articleTeaser img {
		float: left;
		margin-right: 10px;
	}
	.articleTeaser h4 {
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		color: #9c2377;
	}
	.articleTeaser p {
		line-height: 18px;
	}
	.articleTeaser .linkMore {
		margin-left: 5px;
		font-size: 11px;
		font-weight: bold;	
	}
	
	.formSearch {
			margin: 0;
	}
	
		.formSearch label { /* erweiterte Styledefinition mittels JS eingebunen */
			position: relative;
			float:left; 
			width: 80px;
			top: 6px;
			left: 6px;				
			color: #666666;
			font-size: 12px;
			line-height: 12px;
			padding: 0;
		}
		.formSearch input { /* erweiterte Styledefinition mittels JS eingebunen */
			float: left;
			width: 165px;
			margin:0;
			padding: 4px 5px 4px 5px;
			color: #666666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			border: none;
			background: #fcebf0;
		}
		.formSearch .buttonSearch {
			margin-top: 5px;
			background: url(../img/button-search.gif);
			width: 97px;
		}
		.formSearch .formLine {
			position: relative;
			height: 30px;
		}
		
		
		
		.sideList {
			margin: 0;	
			padding: 0;
			list-style: none;
		}
		
		.sideList li {	
			line-height: 18px;
		}
		
		.rssLink {
			display: block;
			height: 35px;
			padding: 10px 0 0 45px;
			background: url(../img/button-rss.gif) no-repeat;
		}
		
		.share {
			float: left;
			padding-right: 10px;
		}
		
		
		#boxMetalinks ul {
			margin: 40px 0 0 0;
			padding: 0;
		} 
		#boxMetalinks ul li {
		   display: inline;
		} 
		#boxMetalinks ul li a,
		#boxMetalinks ul li.active {
		   font-size: 12px;
		   font-weight: bold;
		   color: #bfa0bc;
		   text-decoration: none;
		   padding: 0 30px 0 0;
		   margin: 0;
		}
		#boxMetalinks ul li a:hover,
		#boxMetalinks ul li .active {
			color: #666 !important;
		}

#boxFooter {
	display: none;
}



		.formNewsletter {
			margin-top: 10px;
		}
			.formNewsletter label { /* erweiterte Styledefinition mittels JS eingebunen */
				position: relative;
				float:left; 
				width: 100px;
				top: 6px;
				left: 6px;				
				color: #666666;
				font-size: 12px;
				line-height: 11px;
				padding: 0;
			}
			.formNewsletter input { /* erweiterte Styledefinition mittels JS eingebunen */
				float: left;
				width: 200px;
				margin:0;
				padding: 4px 5px 4px 5px;
				color: #666666;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				border: none;	
				background: #fcebf0;
			}
			.formNewsletter .buttonNewsletter {
				margin-top: 5px;
				background: url(../img/button-abonnieren.gif);
				width: 84px;
			}
			.formNewsletter .formLine {
				position: relative;
				height: 30px;
			}
		#hotline {
			float: left;
			margin-left: 25px;
		}
			
			
		#boxMetalinks ul {
			margin: 40px 0 0 0;
			padding: 0;
		} 
		#boxMetalinks ul li {
		   display: inline;
		} 
		#boxMetalinks ul li a,
		#boxMetalinks ul li.active {
		   font-size: 12px;
		   font-weight: bold;
		   color: #bfa0bc;
		   text-decoration: none;
		   padding: 0 30px 0 0;
		   margin: 0;
		}
		#boxMetalinks ul li a:hover,
		#boxMetalinks ul li a:active,
		#boxMetalinks ul li.active {
			color: #666 !important;
		}
		
		#whiskasInternational {
			position: absolute;
			top: 76px;
			right: 37px;
			padding: 65px 0 0 0;
			background: url(../img/logo-whiskas-hell.gif) no-repeat;
			background-position: top center;
			color: #bfa0bc;
		}
		#whiskasInternational:hover {
			color: #666 !important;
		}

#boxFooterBottom {
	display: none;
}

/****** REGISTRIERUNG *******/
.registerLine {
	display: block;
	width: 640px;
	margin: 8px 0;
	height: 22px;
}
	.registerLine label {
		float: left;
		width: 150px;
		height: 19px;
		padding: 4px 0 0 10px;
		color: #FFFFFF;
		font-weight: bold;
		background: #A5027D url(../img/register-label.gif) no-repeat;
		background-position: top right;
	}
	.registerText {
		float: left;
		width: 236px;		
		height: 19px;
		margin-left: 10px;
		padding: 4px 0 0 10px;
		background: #fcebf0;
		border: none;
	}
	.registerLine select {
		float: left;
		width: 246px;		
		height: 22px;
		margin-left: 10px;
		padding: 2px 0 0 10px;
		background: #fcebf0;
		border: none;
	}
	.registerError {
		float: left;
		width: 165px;
		height: 19px;
		margin-left: 12px;
		padding: 4px 0 0 25px;
		background: url(../img/register_error.gif) no-repeat;
		background-position: top left;
	}
	.registerOk {
		float: left;
		width: 190px;
		height: 22px;
		margin-left: 12px;
		background: url(../img/register-ok.gif) no-repeat;
		background-position: top left;
	}
	.captchaText {
		padding-top: 8px;
	}
	.captchaImage {
		padding-bottom: 8px;
	}
.registerInfo {
	padding: 8px 0 0 0;
}
.buttonAddCat {
	background: url(../img/button-add-cat.gif);
	width: 149px;
	margin-top: 20px;
}
#catButton2, 
#catButton3, 
#catButton4, 
#catButton5 {
	display: none;
}
.cat {
	padding-bottom: 10px;
}

.registerProfileImage {
	float: left;	
}
.registerProfileData {
	padding: 30px 0 0 130px;
}
.registerProfileData h4 {
	margin-bottom: 10px;	
}



.buttonSend {
	background: url(../img/button-absenden.gif);
	width: 75px;
}
.buttonSave {
	background: url(../img/button-speichern.gif);
	width: 76px;
}
.buttonDeleteImage{
	margin-top: 15px;
	background: url(../img/button-foto-loeschen.gif);
	width: 93px;
}
.buttonDeleteCat{
	float: left;
	margin-left: 10px;
	background: url(../img/button-katze-loeschen.gif);
	width: 99px;
}
.buttonPhotoDel {
	background: url(../img/button-fotogallery-loeschen.gif);
	width: 176px;
	margin-top: 20px;
}
.buttonPhotoDelAll {
	background: url(../img/button-fotogallery-loeschen-alle.gif);
	width: 124px;
}
.buttonPhotoNew {
	background: url(../img/button-fotogallery-neu.gif);
	width: 140px;
	margin-left: 20px;
	margin-top: 5px;
}
	
/* t3Blog */
.itemBody {
	padding-top: 10px;
}
.tagCloudSingle {
	padding: 20px 0;	
}
.tagCloudSingle a {
	margin-left: 6px;	
}
.weitersenden a {
	display: block;
	height: 12px;
	padding-left: 27px;	
	background: url(../img/link-weitersenden.gif) no-repeat left top;
}
.previous {
	display: none;
}
.next {
	display: none;
}
.pages {
	display: none;
}
.noNewsletter {	
	display: none;
}
/* Newsletter */
.contentInput {
	background: #FCEBF0;
}
.tx-srfeuserregister-pi1-checkbox {
	margin: 5px 10px;	
}

/* Photo Album */
.photoList {
	padding: 6px 0 9px 15px;
	background: #e8e8e8 url(../img/album-background-top.gif) no-repeat;
	background-position: top left;
}
	.photoList .photoBox {
		float: left;
		padding: 9px 9px 0 0;
		text-align: center;
	}
.photoListBottom {
	height: 6px;
	background: #e8e8e8 url(../img/album-background-bottom.gif) no-repeat;
	background-position: bottom left;
}
.formPictures {
	margin-bottom: 20px;
}
.formPictures .newPicture {
	float: left;
	padding-top: 5px;
}
.formGallery {
	margin: 0;
}
.formPicturesDel {
	position: absolute;
	margin: -23px 0 0 190px;
}
/* Kontakt Forumlar */
.radioFirst {
	margin: 5px 5px 0 10px;
}
.formularCheckbox {
	float: left;
	margin: 5px 5px 0 10px;
}
.infoText {
	float: left;
	width: 450px;	
}
.registerDay,
.registerMonth {	
	width: 23px;
}
.registerYear {	
	width: 38px;
}
/* Variationen */
.variationBox {
	float: left;
	width: 208px;
	background: #e8e8e8 url(../img/variationen-background-top.gif) no-repeat;
	margin-left: 9px;
}
.variation {
	width: 208px;
	padding: 15px 15px 8px 15px;
}
.variation ul {
	margin: 5px 0 0 15px;
	padding: 0;
}
.variationBottom {
	width: 208px;
	height: 7px;
	background: #e8e8e8 url(../img/variationen-background-bottom.gif) no-repeat;
}
.variationFirst {
	margin: 0px;			 
}
.variationRow2 {
	margin-top: 9px;	
}

/* TEMP */

.contentPicture {
	float: left;
	display: inline;
	padding: 0 10px 10px 0;
}
.itemBody p, 
.bodytext {
	margin: 10px 0 20px 0;
}





