/*

  Rot: #a42222;
  Schriftrot: #c73737;
  
  Navi:
  1: #a42222;
  2: #c52929;
  3: #df6565;
  4: #f1a8a8;
  5: #f7bebe;
  
*/

/* @group Elemente */

body
{
	background: url('bilder/bg.jpg') center repeat-y #a42222;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

textarea
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 2px 3px;
}

body.bg1, body.bg
{
	background: url('bilder/bg.jpg') center repeat-y #a42222 !important;
}

body.bg2
{
	background: url('bilder/bg.jpg') center repeat-y #a42222 !important;
}

body.bg3
{
	background: url('bilder/bg.jpg') center repeat-y #a42222 !important;
}

body.bg4
{
	background: url('bilder/bg.jpg') center repeat-y #a42222 !important;
}

body.bg5
{
	background: url('bilder/bg.jpg') center repeat-y #a42222 !important;
}

td
{
	font-size: 12px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #666;
}

h2
{
 color: #a42222;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
}

h3
{
	color: #a42222;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}

img
{
	border: 0;
}

/* @end */

#main
{
	width: 750px;
	margin: 20px auto;
}

#sprache
{
	text-align: right;
}

#sprache img
{
	height: 11px;
	border: 1px solid white;
}

#sprache a:hover img
{
	border: 1px solid #333;
}

#top
{

}


/* @group Navigation */

#navigation
{
	height: 30px;
	margin: 10px 0 40px 0;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#navigation li a
{
	display: block;
	width: 150px;
    padding: 20px 0 5px 0;
	text-align: center;
	
	color: black;
	font-size: 14px;
	text-decoration: none;
}

#navigation li a.n1
{
	border-bottom: 10px solid #a42222;
}

#navigation li a.n1:hover
{
	border-bottom: 10px solid #a42222;
	background:  #a42222;
	color: white;
}

#navigation li a.n2
{
	border-bottom: 10px solid #ad2c2c;
}

#navigation li a.n2:hover
{
	border-bottom: 10px solid #ad2c2c;
	background:  #ad2c2c;
	color: white;
}

#navigation li a.n3
{
	border-bottom: 10px solid #bf4141;
}

#navigation li a.n3:hover
{
	border-bottom: 10px solid #bf4141;
	background:  #bf4141;
	color: white;
}

#navigation li a.n4
{
	border-bottom: 10px solid #d25656;
}

#navigation li a.n4:hover
{
	border-bottom: 10px solid #d25656;
	background:  #d25656;
	color: white;
}

#navigation li a.n5
{
	border-bottom: 10px solid #df6565;
}

#navigation li a.n5:hover
{
	border-bottom: 10px solid #df6565;
	background:  #df6565;
	color: white;
}

#navigation li a.navsel, #navigation li a.navsel:hover
{
	border-bottom-width: 20px;
}

#navigation2
{
	clear: both;
	font-size: 11px;	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

#navigation2 a
{
	color: black;
	text-decoration: none;
}

#navigation2 a:hover
{
	color: #c73737;
}


/* @end */

#inhalt
{
	padding: 10px;
	margin-top: 50px;
}

#inhalt p
{
	line-height: 20px;
}

#inhalt li
{
	line-height: 20px;
}

#inhalt a
{
	color: #c73737;	
	text-decoration: underline;
}

#inhalt a:hover
{
	background-color: #c73737;
	color: white;
}

#inhalt #angebote a:visited
{
	/*color: #7a1717;*/
	color: black;
}

/* @group Angeboteseite */

#angebote h3
{
	border-bottom: 1px solid #c73737;
	clear: both;
}

#angebote .vorschau
{
	height: 80px;
}


#angebote .boxL
{
	margin-right: 10px;
	margin-left: 30px;
	
	width: 310px;
}

#angebote .boxR
{
	margin-right: 30px;
	margin-left: 10px;

	width: 330px;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

/* @end */

/* @group Einzelnes Angebot */

#angebot .boxL
{
	float: left;
}

#angebot .boxR
{
	float: right;
	width: 350px;
}

#angebot .bildg
{
	width: 300px;
}

#angebot .bildk
{
	width: 90px;
	height: 65px;
	margin-right: 10px;
	cursor: pointer;
}

#angebot .zurueck
{
	text-align: center;
}



/* @end */

#copyright
{
	text-align: center;
	color: #666;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

#copyright a
{
	color: #666;
	text-decoration: none;
}

#copyright a:hover
{
	color: #c73737;
}

/* @group Angebotebox */

.abox
{
	width: 300px;
	float: right;
	margin: 20px 0 10px 30px;
}

.aboxinhalt
{
	border: 4px solid #a42222;
}

.aboxtitel
{
	width: 300px;
	background: url('bilder/aboxtitel.jpg') no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px 2px 5px;
	text-align: center;
}

.aboxi
{
	padding: 10px;
}

.aboxi p
{
  font-size: 11px;
  line-height: 15px !important;
}

.aboxit
{
	color: #a42222;
	font-weight: bold;
	font-size: 13px !important;
}

.aboxpreis
{
	color: #a42222;
	font-weight: bold;
	font-size: 15px !important;
	text-decoration: underline;
}

.admpic
{
	width: 100%;
}

/* @end */

/* @group Kontaktformular */

.kfr
{
	float: right;
	padding-right: 90px;
}

.kfl
{
	float:  left;
}

.kf
{
	
}

/* @end */

/* @group Klassen */

.rot
{
	color: #c73737;
}

.tm
{
	text-align: center;
}

.tr
{
	text-align: right;
}

.gr
{
	font-size: 14px;
}

/* @end */