/* CSS Document */
.Content { 
	width:1030px;
	background-image:url(../Images/Layout/Backgrounds/Content_Back.png);
	margin:0px;  }

/*Grundklasse Thumbnail, Margin wird in den einzelnen Stylesheets gesetzt*/
.ThumbNail{ width:288px; height:220px; float:left;  cursor:pointer; }
.ThumbNail_Left { margin: 0px 0px 0px 0px; cursor:pointer; }
.ThumbNail_Right { margin: 0px 0px 0px 0px; cursor:pointer; }

.MiniThumb {  width:180px; height:120px; cursor:pointer; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.0em; }
.AlignRight { text-align:right; }
.AlignLeft { text-align:left; }
.AlignCenter { text-align:center; }

.TextBlock { text-align:justify; }
.Text_Size_Small { font-size: 0.8em; }
.Text_Size_Medium { font-size: 0.95em; }
.Text_Size_Large { font-size: 1.3em; }
.Text_Padding_Sym{ padding: 10px 30px 10px 30px; }
.Text_Padding_Right{ padding: 10px 30px 10px 0px; }
.Text_Padding_Left{ padding: 10px 0px 10px 30px; }
.Content_Upper_Text { margin: -10px 0px 0px 0px; width: 320px; float:left; height: 240px; }
.Content_Lower_Text_Small { margin: -10px 0px 0px 0px; width: 320px; float:left; }
.Content_Lower_Text_Medium { margin: 0px 0px 0px 0px; width: 640px; float:left; }


/*Textfarben*/
.LightBlue { color: #249ac9; }
.DarkBlue { color: #2391bd;  }
.DarkGray { color: #485142; }
.DarkGreen { color: #469806; }
.LightGray { }
.Orange { color: #ff650a; }
.Red_Alert{ color:#F00; font-size: 1.0em; }

.MiniLogo_Product { width:123px; height: 37px; background-repeat:no-repeat; }
.MiniLogo_Category { width: 60px; height: 60px; }

a { text-decoration:underline; color: #46a100; }

/*MArgin Klassen für das Verschieben der Content Container*/
.Left_Level1 { margin-left:0px; }
.Left_Level2 { margin-left:-680px; }
.Left_Level3 { margin-left:-1360px; }
.Left_Level4 { margin-left:-2040px; }

.Side_Level1 { margin-left:0px; }
.Side_Level2 { margin-left:-340px; }
.Side_Level3 { margin-left:-680px; }
.Side_Level4 { margin-left:-1020px; }

.Bottom_Level1 { margin-left:0px; }
.Bottom_Level2 { margin-left:-1020px; }
.Bottom_Level3 { margin-left:-2040px; }
.Bottom_Level4 { margin-left:-3060px; }

.Right_Level1 { margin-left:0px; }
.Right_Level2 { margin-left:-680px; }
.Right_Level3 { margin-left:-1360px; }
.Right_Level4 { margin-left:-2040px; }
.Right_Level5 { margin-left:-2720px; }
.Right_Level6 { margin-left:-3400px; }
.Right_Level7 { margin-left:-4080px; }
.Right_Level8 { margin-left:-4760px; }

/*Iframe für das Formular*/
#IFrame_Container {
	position:absolute;
	left: 340px;
	top: 0px;
	width: 340px;
	height: 495px; 
	overflow:hidden; 
	visibility: hidden; }

.IFrame_Level1 { top: 350px; }
.IFrame_Level2 { top: 500px; }
.IFrame_Level3 { top: 700px; }
.IFrame_Level4 { top: 900px; }

.Small_Form { height: 500px; }

.Form_Frame { 
	width: 300px;
	overflow: hidden;
	border: 0;
	margin-left:20px; }

.Form_Frame { height:440px; }
#Form_Top, #Form_Bot { height: 25px; }
#Form_Mid { height: 440px; }

.Zoom { 
	position:absolute; 
	left: 110px;
	top: 400px;
	height: 640px; 
	width: 825px; }

.Zoom_Image { 
	position:absolute;
	left:5px;
	top:10px;
	z-index: 2;
	cursor:pointer; }
