 /* CSS Document */
/*This is the core style sheet for the site*/

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	 text-align: center;
}

p {
	text-align: left;
	line-height: 1.4em;
	color: #442E1E;
}
	
#content-wrapper {
	display: block;	
	width: 960px;
	height: 700px;
	margin: 0px auto;
	top: 25px;
}

#content {
	display: block;	
	width: 900px;
	height: 700px;
}

#logo {
	display: block;	
	float: left;
	width: 300px;
	height: 70px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#header {
	background-image: url(images/1-31-11_montage.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 900px;
	height: 215px;
}

#title-box {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	top: 25px;
	text-align: right;
}



h5 {
	display: block;	
	letter-spacing: .15em;	
	font-weight: normal;
	line-height: 2em;	
	color: #900;
	font-size: 10px;
}

#title-box a:link, #title-box a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-variant: normal;
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif}

#title-box a:hover {
	color: #CC9966;
	border-top: thin dotted #990000;
}



#top-menu {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	left: 50px;
	letter-spacing: .15em;
	height: 30px;
	width: 900px;
}


#top-menu a:hover {
	color: #CC9F6C;
	border-top: thin dotted #990000;
}


#top-menu a:link, #top-menu a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-variant: small-caps;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#top-menu ul {
list-style: none;
padding: 0;
list-style-type: none;
}

#top-menu ul li { 
	display: inline; 


}

#top-menu ul li a
{
	margin-right: 40px;
	margin-left: 40px;
}


.top-menu-item-active {
	font-size: 12px;
	font-style: bold;
	color: #CC9966;
	border-bottom: thin dotted #990000;
	margin-right: 40px;
	margin-left: 40px;

}




#main-text {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	clear: left;
	width: 580px;
}


#main-text a:link, #main-text a:visited {
	border-bottom: none 0;
	font-weight: normal;
	font-size: 10px;
	font-variant: normal;
	text-decoration: none;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#main-text a:hover {
	color: #990000;
	text-decoration: none;
	border-top: thin dotted #990000;
	border-bottom: none 0;
}



#specials {
	border: 1px dotted #900;
	float: left;
	font-size: 12px;
	margin: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 220px;
	text-align: left;
}

#specials a:link, #specials a:visited {
	border-bottom: none 0;
	font-weight: normal;
	font-size: 12px;
	font-variant: small-caps;
	font-variant: normal;
	text-decoration: none;
	color: #990000;
	}
	

#specials a:hover {
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	border-top: thin dotted #990000;
	border-bottom: none 0;
}

.dottedrule
 {
 border-top:0px;
 border-right:0px;
 border-left:0px;
 border-bottom:1px dotted #900;
 margin-top: 20px;
 margin-bottom: 20px;
 }

#facebooklink {
 margin-right:20px;
}

#facebooklink a:link, #facebooklink a:hover {
 border-top: none 0;
 border-bottom: none 0;
}
 
#emailMarketing,
#emailMarketing a:link,
#emailMarketing a:visited,
#emailMarketing a:active,
#emailMarketing a:hover
{
	border: none 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 9px !important;
}

#safeSubsLogo, 
#safeSubsLogo a:link,
#safeSubsLogo a:visited,
#safeSubsLogo a:active,
#safeSubsLogo a:hover
{
	height: 13px;
	width:150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: none 0;
	text-decoration: none;

}


#video {
	float: right;
	margin:10px;
	text-align: CENTER;
	}
	
#photo {
	background-image: url(images/salute.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 150px;
	margin: 10px;
}


#video a:link, #video a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	}

#video a:hover {
	color: #990000 !important;
	border-top: thin dotted #990000;
}


h3, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0.25em;
}



#menu-container {
	float: left;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#left-menu {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	clear: left;
	width: 400px;
}

#right-menu {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	float: right;
	clear: right;
	width: 400px;
	
}

.item {
	font-weight: bold;
	text-align: left;
}

.description {
	font-style: italic;
	text-align: left;
}

.price {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	float:right;
	position: relative;

}




#opinion-container {
	width: 900px;
	float: left;
	clear: both;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#left-opinion {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 500px;
}

#right-opinion {
	border: 1px dotted #900;
	margin-right: 10px;
	float: left;
	width: 175px;
	padding: 20px;
	text-align: left;
}





p.p1 {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	line-height: 2.5em;
}

p.p2 {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	line-height: 1.5em;
}

p.p3 {
	font-size: 11px;
	color: #990000;
	line-height: 1.5em;

}

p.p5 {
	font-style: italic;
	font-size: 11px;
	text-align: center;
	color: #990000;
	line-height: 1.5em;
}


h4 {
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: .35em;
}



#app {
	background-image: url(images/app.png);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	width: 75px;
}

#footer {
float: left;
padding-top: 5px;
padding-bottom: 15px;
text-align: left;
clear:both;
width: 100%;
border-top: 1px dotted #900;
display: block;	
	letter-spacing: .15em;	
	font-weight: normal;
	color: #900;
	font-size: 10px;
	
}
#address-footer {
float: right;
}


/* blog --------------------------------- */

#blog-container {
	width: 900px;
	float: left;
	clear: both;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#blog {
	border: 0px;
}


#blog iframe { 
border: none 0;
overflow-x: hidden; 
overflow-y: scroll; 
width: 900px;
height:900px;
} 

div.article {
margin: 0 auto;
width: 400px;
padding: 0.5em 0 1.2em 0;
position: relative;
text-align: left;
}

.article img {
float: left;
margin: 10px 10px 10px 0;
}

.wp-caption img {
	margin-left: 0;
	margin-right: 0;
}

.article img.wp-smiley {
float: none;
margin: 0;
}

.article table {
border-collapse: collapse;
margin: 0 0 1em 0;
width: 100%;
}

.article table td {
vertical-align: top;
line-height: 1.3em;
padding: 0.2em 0.7em 0.2em 0;
border-bottom: 1px solid #bbb;
font-size: 0.9em;
border-right: 0.4em solid white;
}

.article table th {
line-height: 1.3em;
text-align: left;
font-weight: bold;
vertical-align: bottom;
border-bottom: 1px solid #555;
border-right: 0.4em solid white;
padding: 0.2em 0.7em 0.2em 0;
font-size: 0.9em;
}

.article ol li {
list-style: decimal;
}

.article ul li,
.article dl dd {
position: relative;
left: -12px;
padding-left: 13px;
background: url(images/pix-arrow-right.gif) 0 0.6em no-repeat;
margin-bottom: 0.2em;
}

.article ul li li {
left: 10px;
}

dt {
	font-weight: bold;
}

.article ol li li {
	margin-left: 22px;
}

.article dl dd {
	margin-left: 14px;
	margin-bottom: 1em;
}

blockquote {
position: relative;
left: -30px;
padding: 0 0 0.3em 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #777;
background: url(images/quotes.gif) 0 3px no-repeat;
}

code {
font-size: 0.92857142857em;
font-family: consolas, "Bitstream Vera Mono", monaco, courier, "Courier New", fixed;
color: #333;
background: #eee;
}

pre {
padding: 0.3em 1em;
margin: 0.6em 0;
background: #eee;
}

.date, .essaydate {
width: 7em;
position: absolute;
top: 1em;
left: -9em;
text-align: right;
padding: 0 1em 0 0;
color: #990000;
border-right: 1px solid black;
}

.essaydate {
top: 0.65em;
font-size: 1.1em;
line-height: 0.9em;
}

.date_month {
margin: -0.5em 0 -0.25em 0;
letter-spacing: -0.05em;
}

.date_day {
font-size: 3.8em;
line-height: 0.85em;
letter-spacing: -0.1em;
}

p.articlefooter {
padding-top: 0.5em;
clear: both;
}

p.articlefooter span {
padding: 0 17px;
}

p.articlefooter span span {
padding: 0;
}

.italianword {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	font-size: 14px;
}

.posted {
background: url(images/posted.png) left no-repeat;
}

.kommentar {
background: url(images/comments.png) left no-repeat;
}

.trackback {
background: url(images/trackback.png) left no-repeat;
}

.tags {
background: url(images/tags.png) left no-repeat;
}

.cats {
background: url(images/cats.png) left no-repeat;
}

.kommentarfeed {
background: url(images/kommentarfeed.png) left no-repeat;
}

.article h2,
.article h1,
.article h3,
.aa dt {
color: #990000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.25em;
text-align: left;
margin: 0.1em 0 0.4em 0;
clear: le
ft;
}
.aa dt {
margin-top: 1.1em;
}

.article h2 a:link,
.article h2 a:visited {
text-decoration: none;
}

.article h2 a:focus,
.article h2 a:hover,
.article h2 a:active {
text-decoration: underline;
}

.article a:link, a:visited {
	border-bottom: thin dotted #990000;
	font-weight: normal;
	font-size: 10px;
	font-variant: normal;
	text-decoration: none;
	color: #CC9966;
	font-family: Verdana, Arial, Helvetica, sans-serif}

.article a:hover {
	color: #990000;
	text-decoration: none;
	border-top: thin dotted #990000;
	border-bottom: none 0;
}

.article h3 {
font-size: 1.5em;
margin: 0.9em 0 0.5em 0;
}

.article .bildrahmen img {
border-top: 5px solid #ddd;
border-bottom: 5px solid #ddd;
margin: 1em 0;
padding: 0.3em 0;
}

.article .bildrahmen a:hover img {
border-top: 5px solid #aaa;
border-bottom: 5px solid #aaa;
