@charset "UTF-8";

body{
	margin:0px;
	width:100%;
	height:100%;
	}

img{
	border:0px;
	}

body,p,span,div,td,a,textarea,input,select,h1,h2,h3,h4,h5,h6,li{
	font-family:courier;
	color:#000000;
	font-size:13px;
	line-height:13px;
	}
	
body{
	height:900px;
	}	

p,span,td,a,div,textarea,input,select,h1,h2,h3,h4,h5,h6{
	padding-left:1px;
	}
	
h1,h2,h3,h4,h5,h6{
	font-size:18px;
	line-height:19px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:0px;
	}
	
p{
	margin-top:0px;
	margin-bottom:18px;
	}
	
li{
	list-style:disc inside;
	}
	
a{
	cursor:pointer;
	}

/* menu */

td.menu_text{
	vertical-align:middle;
	}
	

td.menu_trenner{
	height:37px;
	width:8px;
	background-image:url(../img/trenner.jpg);
	}
	
td.menu_text a{
	font-weight:bold;
	padding:10px;
	padding-left:8px;
	padding-right:10px;
	font-size:13px;
	text-decoration:none;
	color:#777777;
	}
	
 td.menu_act a{
	color:#000000;
	}
	
td.menu_text a:hover{
	color:#555555;
	}

/* lang menu */

td.lang_menu_text{
	text-align:center;
	}
	

	
td.lang_menu_trenner{
	height:8px;
	width:30px;
	background-image:url(../img/lang_trenner.jpg);
	}
	
td.lang_menu_text a,td.lang_menu_act{
	font-weight:bold;
	padding-right:2px;
	margin:0px;
	padding-left:0px;
	font-size:13px;
	text-decoration:none;
	color:#777777;
	}
	
td.lang_menu_act{
	color:#000000;
	padding:0px;
	}

td.lang_menu_text a:hover{
	color:#555555;
	}
	
/* boxes */



#mover{
	position:absolute;
	left:0px;
	top:0px;
	height:748px;
	width:25px;
	cursor:move;	
	z-index:30;
	}
	
#all_wrap{
	position:absolute;
	left:40px;
	top:20px;
	background-image:url(../img/bg_ct.jpg);
	background-repeat:no-repeat;
	z-index:100;
	width:599px;
	height:850px;
	background-color:#FFFFFFF;
	}
	
#menu{
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:37px;
	padding-left:40px;
	}
	
#lang_switch{
	position:absolute;
	left:570px;
	top:37px;
	height:37px;
	z-index:20;
	}

#content_wrap{
	position:absolute;
	left:0px;
	top:35px;
	width:600px;
	height:713px;
	}
	
#content{
	position:relative;
	padding:40px;
	padding-top:20px;
	padding-right:49px;
	}
	

	

	