html {
	height:101%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	background-color:#eeeeee;
	min-width:676px;
}

h1.main_titel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:24px;
	color:#000000;
}
h1.warenkorb_titel {
	color:#000000;
}

div.kalender {
	border:solid 3px #dfdfdf;
	border-top:none;
	border-bottom:none;
	width:630px;
}

div.tag_leer {
	background-color:#eeeeee;
	border-style:solid;
	border-width:1px;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#f0f0f0;
	border-bottom-color:#f0f0f0;
	width:88px;
	height:88px;
	margin:0px;
	padding:0px;
	float:left;
}

.warenkorb {
}

div.tag_aktiv {
	border-style:solid;
	border-width:3px;
	border-top-color:#f7f7f7;
	border-left-color:#f7f7f7;
	border-right-color:#dfdfdf;
	border-bottom-color:#dfdfdf;
	background-color:#f0f0f0;
	width:84px;
	height:84px;
	margin:0px;
	padding:0px;
	float:left;
}
div.tag_aktiv:hover {
	border-top-color:#ffee00;
	border-left-color:#ffee00;
	border-right-color:#eeaa00;
	border-bottom-color:#eeaa00;
}
.tag_zahl {
	font-size:17px;
}
a.tag_link {
	cursor:pointer;
	cursor:hand;
	display:block;
	padding:5px;
	width:74px;
	height:74px;
	color:#000000;
}
a.tag_link:hover {
	background-color:#ffcc00;
	color:#990000;
	text-decoration:none;
}
.tag_small {
	font-size:11px;
	line-height:14px;
	margin-top:23px;
	color:#555555;
	border:solid 1px #dddddd;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	padding:1px 2px 2px 3px;
	height:30px;
	overflow:hidden;
}
a.tag_link:hover .tag_small {
	border-top-color:#ffee00;
	border-left-color:#ffee00;
	border-right-color:#eeaa00;
	border-bottom-color:#eeaa00;
}

div.tag_nolink {
	padding:5px;
	width:74px;
	height:74px;
	color:#888888;
}

div.kal_titel_wrap {
	padding:0 3px 0 3px;
	background-color:#dfdfdf;
	width:630px;
	border-top:solid 3px #dfdfdf;
	border-bottom:solid 3px #dfdfdf;
}

div.tag_titel {
	width:90px;
	height:13px;
	font-size:11px;
	color:#666666;
	float:left;
	padding-bottom:7px;
	text-align:center;
	background-color:#f0f0f0;
}

div.main_untertitel {
	margin-bottom:14px;
}

img.tag_icon {
	float:right;
	margin:7px 1px 0 0;
}

div.content_box {
	width:632px;
	padding:20px;
	margin:10px auto 10px auto;
	background-color:#ffffff;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.black {
	color:#000000;
	text-decoration:none;
}
a.black:hover {
	text-decoration:underline;
}

.small {
	font-size:11px;
	line-height:14px;
}


td.zeile {
	padding:2px 2px 2px 0;
	border-top:dotted 1px #cccccc;
	border-bottom:dotted 1px #cccccc;
	border-collapse:collapse;
}

input, select, textarea {
	padding:0px;
	margin:0px 0px 6px 0px;
	cursor:pointer;
	cursor:hand;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border:inset 1px #cccccc;
}

input:focus, select:focus {
	background-color:#ffff99;
	border-width:1px;
}

input.button {
	border:outset 1px #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:1px 3px 2px 3px;
}
input.button_green {
	background-color:#669999;
	border:outset 1px #669999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:1px 3px 2px 3px;
}