/* Alle kritischen Werte instanziieren */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-spacing: 0;
  }


	
/* Schriftgröße kontrollieren */

body {
	text-align: center;
	font: normal 11px Verdana, sans-serif;
	color: #DDDDDD;
	background: url(../img/layout/note_back.jpg);
}

body * {
  /* Textausrichtung korrigieren */
	text-align: left;
}



/* general layouts */

a {
  color: #000000;
  background-color: #transparent;
  text-decoration: none;
}

img {
	border: 0;
}



/* headlines */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	background-color: transparent;
	margin: 0 0 4px 0;
}

h1 {
	font-size: 16px;
}

h2 {
	color: #000000;
}





/* hide */

#root_top, #header, #root_bottom, #menu {
	display: none;
}


/* content */




/* news */

.news_img_0 img {
	border: 1px solid #000000;
	float: left;
	margin-right: 8px;
}

.news_img_1 img {
	border: 1px solid #000000;
	float: right;
	margin-left: 8px;
}

.news_1 h1, .news_1 h2 {
	text-align: right;
}

.news_img_0 a img, .news_img_1 a img {
	border: 1px solid #000000;
}

.news_text p {
  margin: 4px 2px 4px 2px;
  text-align: justify;
} 



/* files */

.file_list {
	margin: 4px 0 4px 0;
}

.file_list img {
	margin-right: 10px;
}

.file_list tr {
	height: 18px;
	vertical-align: middle;
}



/* function */

.func_line img {
	margin: 10px 0 10px 0;
	border: 0;
}

.func_back {
	text-align: right;
}



/* gallery */

.gal_cover, .gal_img  {
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

.gal_cover img, .gal_img img{
	border: 1px solid #33FF00;
}

.gal_cover a img, .gal_img a img{
	border: 1px solid #FF9900;
}

.gal_cover img {
	margin: 0 0 2px 0;
}





#imgnewsup  img {
	right: 10px;
	text-align: right;
} 

#imagelist img {
	margin: 7px;
}



#albumimg {
	width: 100px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 10px;
}

#albumimg img {
	margin: 0 0 2px 0;
	border-style: solid; 
	border-width: 1px;
	border-color: #217E21;
}





/* Formulare */
textarea {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: 0;
	border-color: #217E21;
	padding: 2px;
}




#button a:link img, #button a:visited img, #button:hover img, #button a:focus img, #button a:active img {
	border-width: 0;
} 





