/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

table{
	border-collapse:collapse;
	border-spacing:0px;
}

.weihnachten {
	padding: 20px 150px 20px 20px;
	background: #ffffff url(/images/Weihnachtskarte.jpg) no-repeat right top;
	border: solid 1px #896E29;
	color: #896E29;
	width: 290px;
	font-size: 12px;
	margin-bottom: 30px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 { font-size:20px; font-weight:bold; color:#005DAB; text-transform: uppercase; letter-spacing: -1px;}
h2 { font-size:11px; font-weight:bold; color:#005DAB; text-transform: uppercase;}

/** TEXTS */

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

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

.text1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.text2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -1px;
	color: #005DAB;
}

.text3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #005DAB;
}

.text4 {
	text-align: center;
	color: #9A9A9A;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px;
	background: url(../images/h-line.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	padding-left: 10px;
	background: url(../images/pfeil.gif) no-repeat left center;
}

.list2 li {
	list-style-image:url(../images/pfeil.gif);
	margin-bottom: 5px;
}

/** LINKS */

a {
	color: #005DAB;
}

a:hover {
	text-decoration: none;
}


.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #005DAB;
}

.link1:hover {
	text-decoration: none;
}

.link2 {
	padding-left: 10px;
	background: url(../images/pfeil.gif) no-repeat left center;
	font-size: 10px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

/** .bg1 { background-color: #D3EDED; } */
.bg1 { background: url(../images/mainbg.jpg) repeat-x left top #D3EDED; }
.bg2 { background-color: #FFFFFF; }
.bg3 { background-color: #A2DADA; }
.bg4 { background: url(../images/contentbg.jpg) repeat left top; }
.bg5 { background: url(../images/h-line.gif) repeat-x left top; }
.bg6 { background: #F2F2F2 url(../images/balkenbg.gif) repeat-y right top; }
.bg7 { background: url(../images/footer.jpg) repeat left top; }

/** MISC */

.div_error {
	border: 2px solid #005DAB;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	text-align: center;
	font-weight:bold;
	color: #005DAB;
}

input, textarea {
	font-weight:bold;
	border:2px solid #005DAB;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color:#FFFFFF;
	width: 150px;
	cursor: pointer;
}

input:hover {
	background-color:#D3EDED;
}

select {
	width: 90px;
	color: #005DAB;
	border: 1px solid #005DAB;
	background-color:#FFFFFF;
}

.bestellinput {
	color: #005DAB;
	font-weight:normal;
	border:1px solid #005DAB;
	padding: 5px; 
	background-color:#FFFFFF;
	width: 330px;
	cursor: default;
}

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.hr2 {
	padding: 10px 0px 0px 0px;
	background: url(../images/h-line.gif) repeat-x left top;
}
