﻿@import "menue.css";  /* Menüs */

body {
margin: 0 0 0 0;
/* margin: 50px 0 10px 0;*/
background-color:#00305d;

/*
background-image:url('images/wallpaper.png');
background-repeat:repeat;
background-attachment:fixed;
*/
}


#table { border: 2px solid #EFEFEF; }

#news{
height:500px;
width:230px;
border:0; 
}

#content {
	 width:500px;  /*height:446px; */ 
	 padding-top:20px;
	 padding-left: 25px;
	 padding-right: 5px; 
	 text-align:left;
	 font-family:Arial, Helvetica, Sans-Serif;
	 color: #000000;
	 font-size:12px;
}


#textilien { list-style:none; color: #333333; text-decoration:underline; }
#textilien a:link, #textilien a:visited { color: #333333; text-decoration:underline; cursor: default;}
#textilien a:hover { color: #EF7F01; text-decoration:underline; cursor: default;}

h4 { color:#EF7F01;font-family:Arial, Helvetica, Sans-Serif; font-size:20px; }
