/* =============================================================
	© Autor Sandra Tyrchan
	easymoments - Werbeagentur für Design und Programmierung
	info@easymoments.de | www.easymoments.de
============================================================= */

html * {
	margin:	0;
	padding:0;
}

html, body {
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #8797a0;
	background: #f5f4f4;
	/*background: url(../img/body.png) repeat-x bottom #f5f4f4;*/
}

a { outline:none; }
p { margin: 0 0 20px 0; }

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

h1 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

h2 {
	position: relative;
	margin: 0 0 30px 226px;
	padding:0px;
	overflow: hidden;
	text-indent: -99999%;
	font-size: 14px;
}

h2 span {
	display:block;
	height: 100%;
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	background: no-repeat;
}

h3, h3 a {
	color: #8797a0;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

	
#search {display: none;}	
	
/*   = = = = = = = = = = = = = = = = = = = = =    GRUNDAUFBAU     = = = = = = = = = = = = = = = = = = = = =  */

#container {
	position: absolute;
	left: 50%;
	margin-left: -486px;
	top: 100px;
	text-align: left;
}

#top {
	height: 213px;
	background: url(../img/top.jpg) no-repeat center;
}

#header {
	width: 972px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(../img/header.png);
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 280px;
	height: 39px;
	overflow:hidden;
	text-indent:-999999%;
	position: absolute;
	top: 0;
	margin: -50px 0 0 0;
	background: url(../img/easymoments.png) no-repeat;
	left: 23px;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
	text-align: center;
}


#path {
	position: absolute;
	top: 370px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #b8c7d1;
	left: 33px;
}

#path em {
	font-weight: bold;
	margin: 0 5px 0 0;
}

#path a {
	color: #b8c7d1;
	text-decoration: none;
}

#media {
	clear: both;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 880px;
	height: 272px;
	z-index: 1;
	overflow: hidden;
}

.shadow {
	position: absolute;
	top: 22px;
	width: 47px;
	height: 339px;
	z-index: 2;
	/*filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;*/

}
.right {
	right: 41px;
	background: url(../img/shadow_r.png);
}
.left  {
	left: 182px;
	background: url(../img/shadow_l.png);
}


#content {
	clear: both;
	width: 928px;
	/*height:	auto !important;*/
	padding: 380px 22px 0 22px;
	background-image: url(../img/content.png);
	text-align: justify;
}

#content p a {
	background: url(../img/a.png) no-repeat 0 4px;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #f21085;
}

#content p a:hover {
	background: url(../img/a_over.png) no-repeat 0 4px;
	color: #8797a0;
}

#col1 {
	width: 424px;
	float: right;
	margin: 0 20px 30px 0;
}

#col3 {
	float: right;
	width: 200px;
	margin: 0 57px 0 0;
}

#col2 {
	width: 189px;
	float: left;
	font-size: 11px;
	margin: -80px 0 0 0;
}
#col2 p {
	padding: 0 0 0 11px;
}

#agentur {
	clear: both;
	height: 22px;
	background: url(../img/agentur.png) no-repeat;
}

#footer {
	background: url(../img/footer.png) bottom no-repeat;
	margin: 50px 0 0 0;
	padding: 22px 22px 0 226px;
}

#footer p {
	float: left;
	margin: 0 25px 0 0;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
}

#content #footer p a {color: #8797a0; background: none; padding: 0;}
#content #footer p a:hover {color:#697379;}

/* = = = = = = = = =  NEWS COL0  = = = = = = = = =  */

#col0 {
	position: absolute;
	padding: 70px 0 0 0;
	top: 22px;
	left: 1px;
	z-index: 3;
	width: 162px;
	height: 206px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Verdana, sans-serif;
	background: url(../img/col0.png);
	text-align: left;
}

#col0 h2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 15px 5px;
	padding: 9px 0 5px 28px;
	width: 75px;
	text-indent: 0;
	background: url(../img/h2_news.png); 
	position: absolute;
	left: 0;
	z-index: 99;
}

#col0 h3 a {
	display: block;
	color: #8797a0;
	font-size: 10px;
	margin: 0 10px 8px 0;
	text-decoration: none;
}

#col0 p {
	margin: 0 10px 8px 0;
}

#col0 .more {
	margin: 8px 0 0 70px;
}

.more a, #content .infobox .more a {
	color: #f21085;
	text-decoration: none;
	background: url(../img/mehr.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

.more a:hover, #content .infobox .more a:hover {
	color: #8797a0;
	background: url(../img/mehr_over.png) no-repeat 0 3px;
}

#content p.back {
	border-top:1px dotted #B8C7D1;
	display: block;
}
.back a, #content p.back a {
	clear: both;
	color: #f21085;
	text-decoration: none;
	background: url(../img/back.png) no-repeat 0 9px;
	padding: 5px 0 0 15px;
	font-size: 11px;
	display: block;
}

.back a:hover, #content p.back a:hover {
	color: #8797a0;
	background: url(../img/back_over.png) no-repeat 0 9px;
}

#col0 .date {
	margin: -14px 0 0 0;
	color: #b8c7d1;
}

#col0 .archive, #col0 .img, #col0 .time { display: none; }

#latest_news {
	height: 154px;
	width: 114px;
	overflow: hidden;
	margin: 50px 0 0 0;
	position: absolute;
	left: 33px;
	background: #ffffff;
}

#verlauf {
	position: absolute;
	margin: 181px 0 0 0;
	left: 33px;
	width: 116px;
	height: 24px;
	background: url(../img/verlauf.png) no-repeat;
	z-index: 3;
}

/* = = = = = = = = =  NEWS LISTING / SINGLE  = = = = = = = = =  */

.listing_item {
	position: relative;
	clear: both;
	border-top: 1px dotted #b8c7d1;
	padding: 20px 0 30px 0;
	text-align: left;
}

.listing_item .img {
	float: left;
	width: 130px;
	height: 87px;
	background: url(../img/icon_news.png) no-repeat;
	margin: 0 0 15px 0;
	text-align: center;
}

.listing_item .img img {
	margin: 10px 17px 0 0;
}

.listing_item .content {
	float: left;
	width: 430px;
}

.listing_item .date, #single_news .date {
	background: #f21085;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 4px 4px 4px;
	margin: 0 10px 0 0;
	float: left;
}

#single_news h3 {
	margin: -2px 0 15px 0;
	float: left;
}


.listing_item h3, .listing_item h3 a {
	margin: -2px 0 15px 30px;
}

#content p .news-list-morelink a {
	position: absolute;
	right: 30px;
	font-size: 11px;
	line-height: 14px;
	background: url(../img/mehr.png) no-repeat 0 3px;
	margin: 3px 0 0 0;
}
#content p .news-list-morelink a:hover {
	background: url(../img/mehr_over.png) no-repeat 0 3px;
}


#single_news .news-single-img {
	float: left;
	margin: 0 20px 0 0;
}

#single_news .back a {
	display: block;
	border-top:1px dotted #B8C7D1;
	background: url(../img/back.png) no-repeat 0 7px;
}

#single_news .back a:hover {
	background: url(../img/back_over.png) no-repeat 0 7px;
}

/*   = = =  Page Browser  = = = =  */
.news-list-browse {
	border-top: 1px dotted #b8c7d1;
	clear: both;
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0;
}

.showResultsWrap { float: left; }
.browseLinksWrap { float: right; margin: 0 31px 0 0; }

.browseLinksWrap a {
	color: #f21085;
	text-decoration: none;
}

.browseLinksWrap a:hover {
	color: #8797a0;
}


/* = = = = = = = = =  MENU   = = = = = = = = =  */

#sitemeta{
	float: left;
}


/*   = = = = = = = = = = = = = = = = = = = = =    FORMULAR POWERMAIL     = = = = = = = = = = = = = = = = = = = = =  */

.validation-advice {color:red;}	
input.validation-failed {border: 1px solid #f21085; background:url(../img/x.png) no-repeat ;}

fieldset {
	position: relative;
	width: 317px;
	margin: 0;
	padding: 0;
	border: none;
}

#tx-powermail-pi1_fieldset_1, #tx-powermail-pi1_fieldset_3, #tx-powermail-pi1_fieldset_5, #tx-powermail-pi1_fieldset_7 {
	float:left;
}

legend { display: none; }

label {
	display: block;
	float: left;
	width: 98px;
}

input {
	width: 177px;
	margin: 0 20px 5px 0;
	padding: 2px 0 2px 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #b8c7d1;
	color: #4a555b;

}

textarea {
	/*width: 518px;*/
	width: 197px;
	height: 156px;
	border: 1px dotted #b8c7d1;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4a555b;	
	padding: 2px;
	background: url(../img/comment_edit.png) no-repeat 180px 135px;
}


input.powermail_submit, input.tx-powermail-pi1_mandatory_submit {
	position: absolute;
	right: 0;
	background: url(../img/submit.png) no-repeat; 
	color: #ffffff;
	height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	padding: 0 25px 5px 25px;
	margin: 15px 14px 0 0;
	border:1px solid #B8C7D1;
}

input.powermail_submit:hover, input.tx-powermail-pi1_mandatory_submit:hover {
	background: url(../img/submit_over.png) no-repeat;
	color: #8797a0;
}

input.tx-powermail-pi1_mandatory_submit {
	position: relative;
}


.powermail_mandatory_js { color: #f21688; clear: both; }
.powermail_mandatory {color: #f21688;}



/* = = = = = = = =   ZUWEISUNG ICONS   = = = = = = = = */

input.powermail_uid1, input.powermail_uid15, input.powermail_uid26, input.powermail_uid37 { background: url(../img/chart.png) no-repeat; }
input.powermail_uid2, input.powermail_uid3, input.powermail_uid16, input.powermail_uid17, input.powermail_uid27, input.powermail_uid28 , input.powermail_uid38, input.powermail_uid39 { background: url(../img/user.png) no-repeat; }
input.powermail_uid4, input.powermail_uid5, input.powermail_uid18, input.powermail_uid19, input.powermail_uid29, input.powermail_uid30, input.powermail_uid40, input.powermail_uid41 { background: url(../img/house.png) no-repeat; }
input.powermail_uid6, input.powermail_uid20, input.powermail_uid31, input.powermail_uid42 { background: url(../img/telephone.png) no-repeat; }
input.powermail_uid7, input.powermail_uid21, input.powermail_uid32, input.powermail_uid43 { background: url(../img/email.png) no-repeat; }
input.powermail_uid8, input.powermail_uid22, input.powermail_uid33, input.powermail_uid44 { background: url(../img/world.png) no-repeat; }
input.powermail_uid12, input.powermail_uid23, input.powermail_uid34, input.powermail_uid45 { background: url(../img/user_comment.png) no-repeat; margin: 0 0 20px 0; width: 183px;}


.csc-textpic-caption {
	font-size: 10px;
}



/*   = = = = = = = = = = = = = = = = = = = = =    RTE KLASSEN     = = = = = = = = = = = = = = = = = = = = =  */


.hellgrau {
	color: #b7c0c5;
}

.more {}

.more a {
	color: #f21085;
	text-decoration: none;
	background: url(../img/mehr.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

.more a:hover{
	color: #8797a0;
	background: url(../img/mehr_over.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

.back a {
	clear: both;
	color: #f21085;
	text-decoration: none;
	background: url(../img/back.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
	font-size: 11px;
}



/*   = = = = = = = = = = = = = = = = = = = = =    LANG     = = = = = = = = = = = = = = = = = = = = =  */

#lang { display: none; }

/*
#lang {
	position: absolute;
	width: 117px;
	top: -50px;
	right: 31px;
	color: #f8f9fa;
	z-index: 4;
	background: url(../img/lang_top.png) no-repeat top center;
	font-size: 11px;
}
*/

#lang ul {
	width: 117px;
	background: url(../img/lang_bottom.png) no-repeat center 8px;
}

#lang ul li ul {
	margin: -14px 0 0 0;
	padding: 5px 0;
	background: url(../img/lang.png) repeat-y;
}

#lang ul li {
	list-style: none;
	background:none;
}


#lang span {
	display: block;
	width: 95px;
	height: 23px;
	cursor: pointer;
	font-weight: bold;
	background: none;
	padding: 2px 0 0 11px;
	color: #ffffff;
	background: url(../img/arrows_white.png) no-repeat 95px -98px;
}

#lang span:hover {
	color: #ffffff;
	background: url(../img/arrows_white.png) no-repeat 95px 2px;
}

#lang a {
	color: #8797a0;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	margin: 0 0 0 8px;
	background-repeat: no-repeat;
	background-position: 75px 6px;
	font-weight: bold;
	font-size: 11px;
}

#lang li a:hover {
	color: #f21085;
	/*background-color: #f8f9fa;*/
}

#lang li.active a {
	color: #f8f9fa;
	/*background-color: #f8f9fa;*/
}

#lang .sf-menu li:hover{
	background: none;
}
#lang .sf-menu a:hover {
	background-image:none;
}


.de { background-image: url(../img/de.png); } 
.en { background-image: url(../img/en.png); } 
.fr { background-image: url(../img/fr.png); } 
.ar { background-image: url(../img/ma.png); } 


/*   = = = = = = = = = = = = = = = = = = = = =    INFOBOXEN HOME     = = = = = = = = = = = = = = = = = = = = =  */

.infobox {
	width: 194px;
	height: 230px;
	background: url(../img/infobox.png) no-repeat;
	float: left;
	padding: 20px 10px 0 10px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

.infobox p { margin: 0 0 8px 0;}

.infobox h1 {
	margin: 0 0 8px 0;
	padding: 18px 0 0 0;
	font-size: 14px;
	color: #f21085;
}



/* = = = = = = = = = = = = = =  IE 6 - WARNING  = = = = = = = = = = = = = = */

#ie6msg{border:3px solid #fecb80; margin:8px 0; background:#fcf5cf; color:#4a4948;}
#ie6msg h4{margin:8px; padding:0;}
#ie6msg p{margin:8px; padding:0;}
#ie6msg p a.getie7{font-weight:bold; color:#4a4948;}
#ie6msg p a.ie6expl{font-weight:normal; color:#4a4948;}




/*   = = = = = = = = = = = = = = = = = = = = =    TABLE     = = = = = = = = = = = = = = = = = = = = =  */


table p { margin: 0; }
caption, td, th {
	text-align: left;
	margin: 2px;
}



/*   = = = = = = = = = = = = = = = = = = = = =    SHADOWBOX     = = = = = = = = = = = = = = = = = = = = =  */

#shadowbox_title_inner { color: #8797a0; }




/*   = = = = = = = = = = = = = = = = = = = = =    SKYPE     = = = = = = = = = = = = = = = = = = = = =  */

#sandra {
	position: absolute;
	margin: -40px 0 0 60px;

}


/*   = = = = = = = = = = = = = = = = = = = = =  password_page     = = = = = = = = = = = = = = = = = = = = =  */

.tx-password-pi1 form {
	width: 520px;
	background: #f2f4f6;
	padding: 5px 0 5px 10px;
	border:1px solid #B8C7D1;
}

.tx-password-pi1 p { margin: 0 0 10px 0;}

.tx-password-pi1 input {
	padding: 3px 25px;
	border:1px solid #B8C7D1;
	background:url(../img/lock_break.png) no-repeat 3px 3px #ffffff;
	
}

.tx-password-pi1 input.submit {
	background: url(../img/submit.png) no-repeat; 
	color: #ffffff;
	height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	padding: 0 25px 5px 25px;
	margin: 0 0 0 -10px;
}

.tx-password-pi1 input.submit:hover {
	background: url(../img/submit_over.png) no-repeat; 
	color: #8797a0;
}



/*   = = = = = = = = = = = = = = = = = = = = =    TAG CLOUD     = = = = = = = = = = = = = = = = = = = = =  */

.tx-vgetagcloud-pi1 {
	background: none;
	color: #e4e6e7;
}


.tx-vgetagcloud-pi1 li {
	margin: 20px;
}



