/**************************************************************
  xmental [c] 2008 burkhardt wenzel
**************************************************************/
 
/**************************************************************
 Styles importieren
**************************************************************/
@import url(layout.css);

/**************************************************************
  Styles
 **************************************************************/
#container { background:  url(../img/news.jpg) 0px 20px no-repeat;}

 
.news-latest-item {
	border-style:dotted;
	border-color: #969696; 
	border-width: 1px 0px 1px 1px;
	height: 145px; 
	padding: 5px;
	margin-bottom: 8px;
	}

* html .news-latest-item { height: 135px; }
.news-latest-item h1 {margin-top: 10px;}

.news-latest-item img {float: left; margin-right: 15px; width: 150px; }
.news-latest-item p span a {margin-top: 10px;}



.news-single-item {
	border-style:dotted;
	border-color: #969696; 
	border-width: 1px 0px 1px 1px;
	margin-bottom: 8px;
	padding: 5px;	
	}

.news-single-item h1 {margin-top: 10px;}	
.news-single-img {float: left; margin-right: 15px; min-height: 500px;}
* html .news-single-img{ height: 500px; }
.news-single-item p {margin-top: 5px;}


h1  {color: #FF6633;}
	

a, a:link {background: #999999;}
a:hover, a:active {background: #ff6633;}

#footer a:hover, 
#footer a:active,
#termine a:hover, 
#termine a:active {color: #ff6633;}	