/** BASIC */

body 
	{
		margin: 0px;
		padding: 0px;
		background: #282B32 url(images/bg01.jpg) repeat-x;
	}

/** FORMS */

form 
	{
		margin: 0px;
		padding: 0px;
	}

/** HEADINGS */

h1, h4, h5, h6 
	{
		margin: 0px;	
	}
h2
	{
		font: 14px, Verdana, Arial, Helvetica, sans-serif;
		margin: 16 0 14 0;
	}
	
h3
	{
		font: 13px, Verdana, Arial, Helvetica, sans-serif;
		margin: 16 0 14 0;
	}

/** TEXTS */

body, th, td, input, textarea, select 	
	{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ADADAD;
	}

p, blockquote, ul, ol, dl 
	{
		margin-top: 0px;
		margin-bottom: 1em;
	}

.text1 
	{
		font: normal 12px  Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;/*#D2D3D4;*/
	}

.text2 
	{
		color: #7E8084;
	}

.text3 
	{
		font-size: 10px;
		color: #909194;
	}

/** LINKS */

a 
	{
		color: #1DA3AF;
	}

a:hover 
	{
		text-decoration: none;
	}

/** STYLES */

.style1 
	{
		font-size: 10px;
		color: #7D7D7D;
	}

.style1 a 
	{
		color: #CCCCCC;
	}

.style1 a:hover 
	{
	
	}

/** BACKGROUNDS */

.bg1 
	{
		background: #202228 url(images/bg02.gif) repeat-y right top;
	}

.bg2 
	{
		background: url(images/bg05.jpg) repeat-y;
	}

.bg3 
	{
		background: url(images/bg04.jpg) no-repeat;
	}

.bg4 {
	background: url(images/bg07.jpg) repeat-x left bottom;
}

.bg5 
	{
		background: url(images/bg08.jpg) no-repeat;
	}

.bg6 
	{
		background: #282B32 url(images/bg09.jpg) no-repeat;
	}

.bg7 
	{
	
	}

.bg8 
	{
		background: url(images/subpage02.jpg) no-repeat;
	}

/** MISC */

.align-justify { text-align: justify; }

img { border: none; }

.img1 
	{
		float: left;
		margin-right: 10px;
		margin-top: 4px;
	}

.img2 
	{
		float: right;
		margin-right: 15px;
		margin-left: 4px;
	}
	
.img3
	{
		float: left;
		margin-right: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

hr { display: none; }

.hr1 	
	{
		height: 1px;
		margin: 20px 0px 10px 0px;
		background: url(images/homepage14.gif);
	}
	
.home
	{
		display:block;
		width: 74px;
		height: 91px;
		background: url(images/homepage04.jpg);
	}	
	
.home:hover
	{
		display:block;
		width: 74px;
		height: 91px;
		background: url(images/homepage04a.jpg);
	}

	
.gefahren
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage05.jpg);
	}
	
.gefahren:hover
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage05a.jpg);
	}
	
.gesetze
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage06.jpg);
	}	
	
.gesetze:hover
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage06a.jpg);
	}
	
.ernstfall
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage07.jpg);
	}	
	
.ernstfall:hover
	{
		display:block;
		width: 72px;
		height: 91px;
		background: url(images/homepage07a.jpg);
	}
	
.hinweise
	{
		display:block;
		width: 81px;
		height: 91px;
		background: url(images/homepage08.jpg);
	}
	
.hinweise:hover
	{
		display:block;
		width: 81px;
		height: 91px;
		background: url(images/homepage08a.jpg);
	}
