/*******************************************
FONTS AND COLORS
*******************************************/

/**********************
FORMATIERUNGEN
**********************/	
/*
- p
- a


*/

p.wk{
	
	font-size:9pt;
	color:#000;
	
	}
	
p.wk_bold{
	
	font-weight:bold;
	
	}


p.wk_headline{
	
	padding-bottom:3px;
	
	}
	
p.wk_white{
	
	color: #fff;
	
	}

p.wk_grey{
	
	color: #999999;
	
	}

p.wk_additional{
	
	font-size:8pt;
	color:#000;
	
	}
	
p.wk_additional a{
	
	font-size:8pt;
	
	}


a.wk_btn{
	
	cursor:pointer;
	
	}
a.wk_btn:link {text-decoration:none;}a.wk_btn:visited {text-decoration:none;}a.wk_btn:active {text-decoration:none;}a.wk_btn:hover {text-decoration:underline;}

/* necessary for firefox and safari */
a.wk_btn:hover p {text-decoration:underline;}



a.wk{cursor:pointer; color: #0066cc; text-decoration:underline;}

a.wk:link {text-decoration:underline;}a.wk:visited {text-decoration:underline;}a.wk:active {text-decoration:underline;}a.wk:hover {text-decoration:underline;}

/*Linkfarben*/

a.wk.white{cursor:pointer;color:#fff; text-decoration:none;}

a.wk_white:link {color:#fff;text-decoration:none;}a.wk_white:visited {color:#fff;text-decoration:none;}a.wk_white:active {color:#fff;text-decoration:none;}a.wk_white:hover {color:#fff;text-decoration:underline;}

a.wk_black{cursor:pointer;color:#000; text-decoration:none;}

a.wk_black:link {color:#000;text-decoration:none;}a.wk_black:visited {color:#000;text-decoration:none;}a.wk_black:active {color:#000;text-decoration:none;}a.wk_black:hover {color:#000;text-decoration:underline;}


/*links auf buttons*/

a.wk_btn {

text-decoration: none;
color:transparent;

}



h1.wk{
	
	color:#000;
	font-size:18pt;
	
	}

h2.wk{
	
	
	
	}

h3.wk{
	
	color:#999900;
	font-size:14pt;
	font-weight:normal;
	margin:10px 0px;
	
	}
	
h4.wk{
	
	color:#000;
	font-size:11pt;
	font-weight:normal;
	
	}
	
h4.wk_bold{font-weight:bold;}

h4.wk_h_orange{color:#cc6600;font-weight:bold;}

h4.wk_h_white{color:#fff;font-weight:bold;}

h4.wk_h_support{color:#666666;font-weight:bold;}/*grey*/

h4.wk_sidebar {
	
	margin-bottom:10px;
	
	}


h5.wk{
	
	color:#243843;/*blue*/
	
	}

h6.wk{
	
	color:#fff;
	font-size:9pt;
	font-weight:bold;
	
	}

/**********************
BULLET LIST
**********************/	

ul.wk{
	
	list-style-type: none;
	margin:0px 0px;
	padding:0px 0px;
	
	}
	
li.wk{
	
	}



/**********************
BACKGROUND-COLORS
**********************/	
.wk_bg_orange{
	
	background-color:#e15415;
	
	}

.wk_bg_black{
	
	background-color:#000;
	
	}
	
.wk_bg_yellow{
	
	background-color:#ffff00;
	
	}

.wk_bg_grey{

	background-color:#a5acb2;
	
	}
	
.wk_bg_light_grey{
	
	background-color:#f0f1f2;
	
	}


/****/
.tmp_container{
	
	width:200px;
	height:40px;
	margin:10px;
	
	}

