* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}


.page
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: White;
	width: 970px;
	position: relative;
	left:0px;
}
.wall,
.walltop,
.wallbottom
{
	margin:0px;
	padding:0px;
}
.wall
{
	background-image: url(/gfx/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.walltop
{
	background-image: url(/gfx/bgtop.gif);
	background-position:center;
	height:20px;
	background-repeat:no-repeat;
}

.wallbottom
{
	background-image: url(/gfx/bgbottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;
}

body, textarea
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: rgb(229,229,247);
}

form
{
	margin:2px;
}

input
{
	margin:1px;
}

h1
{
	margin-top:0px;
	margin-bottom:10px;
	font-size: 15px;
	border-bottom: #c7c7ff 1px solid;
	clear:both;
}

h2
{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 13px;
	border-bottom: #c7c7ff 1px dotted;
	clear:both;
}

h3
{
	font-size: 11px;
}

ul
{
	padding:0px;
	margin:0px;
}
li
{
	background-position: 0px 4px;
	background-image: url(/gfx/arrow-gray.gif);
	background-repeat: no-repeat;
	padding-left:8px;
	list-style:none;
}

li#tick
{
	background-position: -1px 4px;
	background-image: url(/gfx/icons/silk/tick.png);
	background-repeat: no-repeat;
	padding-left:16px;

	list-style:none;
}


li#sublist
{
	background-image:none;
	padding-left:15px;
	list-style:none;
}

a, a:link, a:visited, a:hover, cmdtxt
{
	padding-left:0px;
	font-weight: bold;
	text-decoration: none;
	color: #0000AA;
}

a:hover
{
	text-decoration:underline;
	color:#0000AA;
}

table
{
	border:0px;
	xxwidth:610px;
}

.contenthead
{
	height: 70px;
	padding:0px;
	margin:0px;
}


.head
{
	height: 65px;
	padding: 0px;
	margin: 0px;
	background-image: url(/gfx/logos/topbanner_cp.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	width: 968px;
	z-index: 10;
	overflow:hidden;
}

.headdate
{
	text-align:right;
}

.content
{
	width:610px;
	padding: 0px 10px 10px 10px;
	float:left;
	min-height:450px;
}


.navframe
{
	margin-bottom: 2px;
	width: 170px;
	padding: 0px;
	float: left;
}

.auxframe
{
	width: 170px;
	padding:0px;
	float:right;
}

a.nodeco,
a:link.nodeco,
a:visited.nodeco,
a:hover.nodeco
{
	font-weight:normal;
}

.box a, 
.box a:link,
.box a:visited,
.legalnotice a:link,
.legalnotice a:visited
{
	text-decoration:none;
	font-weight:normal;
}
.box a:hover,
.legalnotice a:hover
{
	text-decoration:underline;
	font-weight:normal;
}

.box#error
{
	background-position: left center;
	background-image: url(/gfx/icon_vorsicht.png);
	background-repeat:no-repeat;
	padding-left:60px;
}

.boxhead#premium
{
	background-image: url(/gfx/aquabar_selected.png);
	border: #a3a3ff 1px solid;
	padding-left:20px;
}

.boxhead#standard
{
	padding-left:20px;
}



.navitem a, 
.navitem a:link, 
.navitem a:visited, 
.navitem a:hover,
.boxhead a, 
.boxhead a:link, 
.boxhead a:visited, 
.boxhead a:hover,
.navitem_selected a, 
.navitem_selected a:link, 
.navitem_selected a:visited, 
.navitem_selected a:hover
{
	font-weight: bold;
}

.navitem, 
.navitem_selected,
.footer
{
	position: relative;
	padding: 2px;
	margin: 2px;
	margin-bottom: 0px;
	border: #a3a3ff 1px solid;
	font-weight:bold;
	background-image: url(/gfx/aquabar.png);
	height:15px;
}

.navsubitem,
.navsubitem_selected
{
	position:relative;
	padding: 2px;
	padding-left:5px;
	margin:2px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: #c3c3ff 1px solid;
	border-left: #c3c3ff 1px solid;
	border-right: #c3c3ff 1px solid;
	background-color: #e3e3ff;
	xxxcursor:pointer;
	height:14px;
}

.navsubsubitem, 
.navsubsubitem_selected
{
	position:relative;
	padding: 2px;
	padding-left:20px;
	margin:2px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: #c3c3ff 1px solid;
	border-left: #c3c3ff 1px solid;
	border-right: #c3c3ff 1px solid;
	background-color: #e3e3ff;
	xxxcursor:pointer;
	font-size: 10px;
	height:12px;
}

.navitem_selected
{
	background-image: url(/gfx/aquabar_selected.png);
	cursor:default;
}
.navsubsubitem_selected,
.navsubitem_selected
{
	background-color: #ffffcc;
	cursor:default;
}


.footer
{
	clear: both;
	font-variant:normal;
}

textarea,
select
{
	margin: 1px 1px 1px 1px;
	border-left: #c7c7ff 1px solid;
	border-bottom: #c7c7ff 1px solid;
	border-top: #c7c7ff 1px solid;
	border-right: #c7c7ff 1px solid;
	background-color: #ffffdd;
}


textarea
{
	width:580px;
}

.box
{
	position:relative;
	margin-top:0px;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:2px;
	padding:2px;
	border: #c7c7ff 1px solid;
}

.box#premium
{
	border: #c7c7ff 1px solid;
}

.box#side
{
	background-position: 0px 0px;
	background-image: url(/gfx/bgbox.gif);
}

.box#newsletter
{
	background-position: 0px 0px;
	background-image: url(/gfx/bgbox.gif);
}

.box#news
{
	background-color: #e3e3ff;
	background-position:0px -15px;
	padding-top:10px;
}

.boxhead
{
	position: relative;
	padding: 2px;
	margin: 2px;
	margin-bottom: 0px;
	border-top: #a3a3ff 1px solid;
	border-left: #a3a3ff 1px solid;
	border-right: #a3a3ff 1px solid;
	xxxcursor: pointer;
	xxfont-variant: small-caps;
	font-weight:bold;
	background-image: url(/gfx/aquabar.png);
	height:15px;
}


.katframe
{
	padding:0px;
	margin: 0px;
	margin-bottom:0px;
	width:305px;
	float:left;
	cursor:pointer;
}

.box#classmates,
.box#classmates:hover
{
	background-image: url(/gfx/content/classmates_grayed.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.box#classmates:hover
{
	background-image: url(/gfx/content/classmates.jpg);
}

.box#keyboard_lock,
.box#keyboard_lock:hover
{
	background-image: url(/gfx/content/keyboard_lock_grayed.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.box#keyboard_lock:hover
{
	background-image: url(/gfx/content/keyboard_lock.jpg);
}

.box#typing,
.box#typing:hover
{
	background-image: url(/gfx/content/typing_grayed.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.box#typing:hover
{
	background-image: url(/gfx/content/typing.jpg);
}

.box#produkt,
.box#produkt:hover
{
	padding-bottom:5px; 
	cursor: default; 
	background-color:white;
}
.box#produkt:hover
{
	background-image: url(/gfx/bgbox.gif);
}

.linkframe
{
	padding:0px;
	margin-right:5px;
	xxxcursor:pointer;
}


.spacer
{
	height: 10px;
	padding: 0px;
	margin: 0px;
	background-position: center center;
	background-image: url(/gfx/spacer.png);
	background-repeat: no-repeat;
}

.banner
{
	border:solid 1px white;
	padding:1px;
	
	cursor:pointer;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
}

.bannerbar
{
	display:none;	
	height:60px;
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}

.tdodd
{
	border: #c3c3ff 1px solid;
	background-color: #e3e3ff;
	vertical-align: middle;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
}

.tdeven
{
	border: #c3c3ff 1px solid;
	background-color: #e3e3ff;
	vertical-align: middle;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
}
.tdhead
{
	border: #c3c3ff 1px solid;
	background-image: url(/gfx/aquabar_selected.png);
	vertical-align: middle;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}

.tdmark
{
	border: #c3c3ff 1px solid;
	background-color: #ff0000;
	vertical-align: middle;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
}

.tdcookiemark
{
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
	border: #c3c3ff 1px solid;
}



.vorsichticon
{
	height: 55px;
	width: 55px;
	float: left;
	background-position: top left;
	background-image: url(/gfx/icon_vorsicht.png);
	background-repeat: no-repeat;
}
.urlfield
{
	margin:0px;
	padding-bottom:5px;
	padding-right:5px;
	float:left;
	font-weight:bold;
}

.noborder
{
	border:Solid 0px White;
	background:White;
}

.legalnotice
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	position:relative;
	width:500px;
	height:30px;
	text-align:center;
}

.right
{
	position:absolute;
	top:2px;
	right:5px;
	vertical-align:middle;
	height:14px;
}

.tab
{
	display:block;
	height:12px;
	width:78px;
	padding-left:20px;
	background-image:url(/gfx/tab.png);	
	background-repeat:no-repeat;
	position:absolute;
	top:-5px;
	padding:4px;
	padding-left:27px;
	cursor:pointer;
	color: #0000AA;
}

.tab#tab1
{
	left:860px;
}
.tab#tab2
{
	left:755px;
}
.tab#tab3
{
	left:650px;
}
.tab#tab4
{
	left:545px;
}

.datearea
{
	position: absolute;
	right: 8px;
	top: 5px;
	color: blue;
}

.disclaimer
{
	width:590px;
	height:600px;
}

.imgright,
.imgleft
{
	padding:2px;
	margin:2px;
}

.imgleft
{
	float:left;
}

.imgright
{
	float:right;
}

.errormsg
{
	padding: 10px;
	padding-left:70px;
	color: Red;
	border: dotted 1px red;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	background-color: #ffffcc;
	background-image:url(/gfx/icon_vorsicht.png);	
	background-repeat:no-repeat;
	background-position:8px; center;
}

.plagaware
{
	text-align: center;
}

.lightlink
{
	padding-left:20px;
	position:relative;
}

.googlead
{
	width: 480px;
	height: 60px;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 5px;
	border: #c3c3ff 1px solid;
	background-color: #e3e3ff;
}

.linklistimgtd
{
	margin:0px;
	padding:0px;
	width:80px;
}

.linklisttexttd 
{
	text-align:left;
	margin:0px;
	padding:0px;
	padding-left:4px;
	width:460px;
	height:60px;
}

.topleft
{
	text-align:left;
	vertical-align:top;
}
.stars
{
	position:absolute;
	right:5px;
	top:5px;
}

.contenttd
{
	overflow: scroll;
	width: 370px;
	height: 500px;
	border: #c3c3ff 1px solid;
	padding:4px;
}

.mark
{
	background-color:Yellow;
}

.cmdtxt
{
	color:#0000AA;
	cursor:pointer;
}
.cmdtxt:hover
{
	color:#0000AA;
	cursor:pointer;
	text-decoration:underline;
}

.kostenlosTesten
{
	width:180px;
	height:130px;
	background-image: url(/gfx/kostenlostesten.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

.tooltip {
	position: absolute;
	display: none;
	border: #c3c3ff 1px solid;
	background-color: #ff0000;
	padding:2px;
	border: #c3c3ff 1px solid;
}

.imgleft
{
	float:left;
}

.imgright
{
	float:right;
}

/****************************** Direct Search ****************************/

.directsearch
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.directsearch div
{
	width: 550px;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid blue;
	border: #a3a3ff 1px solid;
	background-color: #f3f3ff;
}

.directsearch input
{
	float: right;
	padding-right: 2px;
	padding-top: 5px;
}

.directsearch textarea
{
	background-color: #f3f3ff;
	border: white;
	width: 475px;
	padding: 3px;
	height:60px;
}

.head div#flags 
{
	margin-top: 40px;
	float: right;
	width: 100px;
	height: 20px;
	text-align: right;
}

