﻿/*
	Dunkle Schriftfarbe: #6482B4
*/


.angebotsUebersichtHeader
{
	position:relative;
	background-image:url(../grafik/angebot_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:135px;
	height:25px;
	padding-top: 8px;
	letter-spacing:3px;
	color:#fff;
	font-weight:bold;
}

.buttonAngebotBack a
{
	position:relative;
    background-image:url(../grafik/angebot_button.jpg);
    width:135px;
    height:24px;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    color:#fff;
    text-decoration:none; 
	float:right;
}

.buttonAngebotBack a:hover
{
	position:relative;
    background-image:url(../grafik/angebot_button_aktiv.jpg);
    width:135px;
    height:24px;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    color:#fff;
    text-decoration:underline; 
	float:right;
}

.buttonAngebotBackOffline a
{
	position:relative;
    background-image:url(../grafik/angebot_button.jpg);
    width:135px;
    height:24px;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    color:red;
    text-decoration:none; 
	float:right;
}

.buttonAngebotBackOffline a:hover
{
	position:relative;
    background-image:url(../grafik/angebot_button_aktiv.jpg);
    width:135px;
    height:24px;
    text-align:center;
    padding-top:8px;
    font-size:10px;
    color:red;
    text-decoration:underline; 
	float:right;
}

.Artikel_GV_Rowstyle
{
	background-image:url(../grafik/ArtikelHeader.jpg);  
    background-repeat:no-repeat;
    background-position:top left;
    vertical-align:top;
    font-weight:bold;
    font-size:11px;
    border: none 0px #fff;
}

.Artikel_GV_Pager
{
	background-image:url(../grafik/artikelPager.jpg);  
    background-repeat:no-repeat;
    background-position:top left;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    border: none 0px #fff;
}

.Artikel_GV_Headerstyle
{
	background-image:url(../grafik/artikelPager.jpg);  
    background-repeat:no-repeat;
    background-position:top left;
    vertical-align:top;
    margin-bottom:5px;
    border: none 0px #fff;
}

.Artikel_GV_Headerstyle a
{
	color:White;
}

.Artikel_GV_Headerstyle a:hover
{
	color:White;
	text-decoration:underline;
}

.Artikel_Header
{
	background-image:url(../grafik/artikelPager.jpg);  
    background-repeat:no-repeat;
    background-position:top left;
    width:579px;
    height:20px;
    vertical-align:middle;
    padding: 6px 5px 0px 15px;
    color:White;
    font-weight:bold;
}

.Artikel_Beschreibung
{
    position:absolute;
    width: 170px;
    top:30px;
    left:10px;
}

.Artikel_Pic
{
	width:400px;
	height: 400px;
	border-width:1px;
	border-style:solid;
	border-color:#6482B4;
	position:absolute;
	top:30px;
	right:10px;	
}

.Artikel_Preis
{
    position:absolute;
    top:440px;
    right:10px;
    text-align:right;
}

.Artikel_CloseButton
{
	border: solid 1px white;
	background-color:#6482B4;
	color:White;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	cursor:pointer;
	padding:0px;
	position:absolute;
	top:3px;
	right:3px;
	width:16px;
	height:16px;
}


.Artikel_EditButton
{
	position:relative;
	clear:both;
	display:inline;
	cursor:pointer;
	margin-right:3px;
}

.Artikel_DeleteButton
{
	position:relative;
	clear:both;
	display:inline;
	cursor:pointer;
}

.Artikel_Progressbar
{
	position:absolute;
	display:none; 
	padding:5px; 
	color:#000; 
	text-align:center; 
	font-size:9px;
	width:120px;
	height:50px;
	left:50%;
	margin-left:-60px;
	top:50%;
	margin-top:-25px;
}

/*Modal Popup*/
.modalBackground {
	background-color:#fff;
	filter:alpha(opacity=100);
	opacity:1;
}

.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:#6482B4;
	padding:0px;
	width:599px;
}

