/* CSS Document */

.angebot-titel {
	color: #DB2925;
	font-weight: bold;
	
	border-bottom: 1px #DB2925 solid;
	
	clear: both;
	
	width: 576px;
	height: 40px;
	line-height: 40px;
	
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 20px;
}

hr {
	color: #DB2925;
	clear: both;

}

.angebot-abstract {
	color:#000000;
	white-space: normal; 
	text-align:justify;
	font-weight: bold;
	margin-left: 40px;
	
	width: 565px;
		
	clear:both;
}

.angebot-content {
	color:#000000;
	white-space: normal;
	text-align:justify;
	
	margin-left: 40px;
	
	width: 565px;
		
	clear:both;
}

.angebot-link {
	width: 565px;
	text-align: right;
		
	margin-left: 40px;
}

.name {

	width: 200px;
	float: left;
}

.son-name {
	width: 150px;
	float: left;
}

.spezial-preis {
	font-weight: normal;
}

.preis {
	color: #000000;
	float: right;
}

.son-title {
	color: #DB2925;
	font-weight: bold;
	
	border-bottom: 0.5px #DB2925 solid;
	
	clear: both;
	
	width: 556px;
	height: 30px;
	line-height: 30px;
	
	margin-top: 20px;
	margin-left: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 20px;
}

.son-abstract {
	color:#000000;
	white-space: normal; 
	text-align:justify;
	font-weight: bold;
	margin-left: 60px;
	
	width: 545px;
		
	clear:both;
}

.son-content {
	color:#000000;
	white-space: normal;
	text-align:justify;
	
	margin-left: 60px;
	
	width: 545px;
		
	clear:both;
}

.link-abstract {
	color: #FFFFFF;
	font-weight: bold;
}

.link-abstract:hover {
	color: #DB2925;
}

.link-content {
	color: #FFFFFF;
	font-weight: bold;
}

.link-content:hover {
	color: #DB2925;
}

.edit-header {
	margin-left: 40px;
}

input#titel {
	background-color: #E9E9E9;
	color: #DB2925;
	
	font-weight: bold;
	
	margin-left: 40px;
	
	width: 400px;
	line-height: 20px;
}

input#preis {
	background-color: #E9E9E9;
	color: #DB2925;
	
	width: 30px;
	line-height: 20px;
}

input#preis_now {
	background-color: #E9E9E9;
	color: #DB2925;
	
	margin-left: 35px;
	
	width: 30px;
	line-height: 20px;
}

select#show {
	margin-left: 40px;
	margin-right: 10px;
	
	width: 200px;
	height: 20px;
	line-height: 20px;
}

select#father {
	margin-left: 120px;
	
	width: 200px;
	height: 20px;
	line-height: 20px;
}

textarea#abstract {
	margin-left: 40px;
	padding-left: 10px;
	
	width: 556px;
	height: 100px;
	
}

textarea#content {
	margin-left: 40px;
	padding-left: 10px;
	
	width: 556px;
	height: 400px;
	
}

.edit-angebot {
	margin-left: 40px;
	margin-bottom: 10px;
	display: block;
}

input#bis {
	background-color: #E9E9E9;
	color: #DB2925;
	
	margin-left: 30px;
	
	width: 100px;
	height: 20px;
	line-height: 20px;
}

textarea#spezialangebot {
	margin-left: 40px;
	padding-left: 10px;
	
	width: 556px;
	height: 100px;
	
}

input#angebot-ok {
	margin-top: 10px;
	margin-left: 540px;
}

.add-angebot {
	
	background-image: url(../images/add.jpg);
	background-repeat: no-repeat;
	
	color: #DB2925;
	font-size: 16px;
	font-weight: bold;
	
	text-decoration: none;
	
	clear: both;
	
	width: 576px;
	height: 40px;
	line-height: 40px;
	
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 20px;

}

.add-angebot:hover {	
	background-image: url(../images/add_hover.jpg);
	color: #000000;
}