/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

div#container .box-test1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 none repeat scroll 0 0;
margin:10px;
padding:5px;
}

div.box div.leaf-content {
line-height:1.5em;
}

h1.page-title, h1.entry-title, h2.entry-title {
border-bottom:1px solid #EEEEEE;
border-top:1px solid #EEEEEE;
}


.entry-content h2 {
background:transparent url(custom/images/tt_headline.gif) 0 50% no-repeat;
padding-top:10px;
padding-bottom:0px;
padding-left:50px;
}

.a:hover, a:link, a:visited {
text-decoration:none;
}

.a:link, a:hover {
text-decoration:underline;
}

.fotolb {
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #DFDFDF;
	background-color: #FBFBFB;
	border-bottom: 1px solid #aaa;
}
.fotorahm {
	margin: 0 3px 0 3px;
	padding: 4px;
	border: 1px solid #4F1C34;
	background-color: #FBFAFC;
}
