ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,select,input,textarea,table, tr, td
{ margin: 0; padding: 0; }


body
{
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;/*font-family: "Times New Roman",Times,Georgia,serif;*/
	color: #333333;
}
h1
{
	font-size: 18px;
	letter-spacing: 0px;
	color: #007e94;
}
h5, h3
{
	color: #007e94;
	font-size: 15px;
}
p
{
	font-size: 14px;
	color: #474747;
}
ul
{
	list-style: none;
	color: black;
	font-size: 14px;
}
a
{
	text-decoration: none;
	color: #00c6ea;
}
table
{
	border-collapse: collapse;
}
a:hover
{
	color: #007e94; /*00a7c4*/
	font-weight: bold;
}
.selected a
{
  color: #007e94;
  font-weight: bold;
}
a img,:link img,:visited img 
{ 
	border: none; 
}

/*******************************************************************Startseite*/
div.centered
{
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px; /* negative Hälfte von width: 1000px */
	/*border: 1px solid #006699;*/
}
/*******************************************************Startseite - Navigation*/
.navigation
{
  height: 100px;
  padding: 27px 0 0 0;
}

.navigation ul
{
	float: left;
	vertical-align: middle;
}
.navigation ul li
{
	text-align: right;
	border-right: 1px solid;
	border-right-color: #c2c3c8;
	padding-right: 8px;
}
.header
{   
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	letter-spacing: 1px;
	color: gray;
	font-weight: bold;
	padding-bottom: 5px;
}
.header a
{
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	letter-spacing: 1px;
	color: gray;
	font-weight: bold;
	padding-bottom: 5px;
}
.jk a
{
	color: #01849c;/*#016070;*/
}
.news a
{
	color: #0196b1;
}
.blog a
{
	color: #00b7d8;
}
.extras a
{
	color: #00D2F7;
}
/*******************************************************Startseite - Footer*/
#footer
{
	border-top: 1px solid;
	border-top-color: #c2c3c8;
}
#footer ul
{
	font-size: 11px;
	text-align: right;
	font-family: helvetica, verdana, sans-serif;
}
#footer ul li
{
	float: right;
	/*border-right: 1px solid;
	border-right-color: #c2c3c8;*/
	padding-right: 3px;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 10px;
}
.facebook
{
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/facebook.png);
  	background-position: 0 -16px;
}
.facebook:hover
{
	background-position: 0 0;
}
.myspace
{
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/myspace.png);
  	background-position: 0 -16px;	
}
.myspace:hover
{
	background-position: 0 0;
}
.twitter
{
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/twitter.png);
  	background-position: 0 -16px;
}
.twitter:hover
{
	background-position: 0 0;
}
.google
{
	display: block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/google.png);
  	background-position: 0 -16px;
}
.google:hover
{
	background-position: 0 0;
}
/*******************************************************DETAIL Blog, Termin - Gallery*/
#post_gallery li
{
	padding-right: 5px;
	padding-top: 5px;
}
#post_gallery li img
{
	height: 120px;
	width: auto;
}
#post_gallery li img:hover
{
	position: relative;
	top: -3px;
	left: -3px;
}
#post_gallery_blog a:hover
{
  font-weight: normal;
}
#post_gallery_blog img
{
  padding-right: 5px;
  padding-top: 5px;
  height: 50px;
  width: auto;
}
/******************************************************************************Gallery*/
.item 
{
	background:#787878 none repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:440px;
	margin-right: 15px;
	margin-bottom: 30px;
	position:relative;
	width:220px;
}
.item:hover 
{
	background:#5D5D5D none repeat scroll 0 0;
}
.item img 
{
	border-bottom:3px solid black;
	background:transparent none repeat scroll 0 0;
	
}
.item a 
{
	/*font-family: "Times New Roman",Times,Georgia,serif;*/
	background:#DDDDDD none repeat scroll 0 0;
	color:#000000 !important;
	display:block;
	height:440px;
	left:-3px;
	position:relative;
	top:-3px;
	width:220px;
	font-size: 13px;
}
.item a:hover
{
	background:#F5F5F5 none repeat scroll 0 0;
	text-decoration: none;
	font-weight: normal;
}
.item a:hover strong
{
  text-decoration: underline;
}
#nav_gallery
{
	top: 225px;
	width: 1000px;
	position: absolute;
	
}
.nav_gallery_left
{
  height: 36px;
  width: 44px;
  left: -14px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/previous_big_01.gif);
  background-position: 0 0;
}
.nav_gallery_left:hover
{
  background-position: 0 -36px;
}
.nav_gallery_right
{
  left: 970px;
  height: 36px;
  width: 44px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/next_big_01.gif);
  background-position: 0 0;
}
.nav_gallery_right:hover
{
  
  background-position: 0 -36px;
	
}
/**************************************************************************Gallery - Detail*/
#gallery
{
	border-top: 1px solid;
	border-top-color: #c2c3c8;
}
#gallery ul
{
	width: 1000px;
	margin: 0 0 40px 25px;
}
#gallery div a
{
	font-size: 13px;
}
#gallery h1
{
	padding: 0 0 15px 25px;
	font-size: 25px;
}
#gallery p
{
	padding: 0 0 25px 25px;
}
#gallery ul li
{
	height: 170px;
	width: 170px;
	margin: 0 20px 20px 0;
	border: 1px solid #c2c3c8;
}
.bkg_hoch
{
  background:#5e5e5e none repeat scroll 0 0;
  margin: 10px 35px 10px 35px;
}
.bkg_quer
{
  background:#5e5e5e none repeat scroll 0 0;
  margin: 35px 10px 35px 10px;
}
#gallery ul li img:hover
{
	top: -3px;
	left: -3px;
	position: relative;		
}
#gallery ul li img.hoch
{
	height: 150px;
	width: auto;
}
#gallery ul li img.quer
{
	height: auto;
	width: 150px;	
}
.foto
{
  font-size: 10px;
  color: gray;	
}
/******************************************************************************* Partner */
#partner tr
{
  height: 130px;
}

/******************************************************************************* PRESSE */
.hover img:hover
{
  position: relative;
  top: -2px;
  left: -2px; 
}
#font_13 ul li a
{
  font-size: 13px;
}
/******************************************************************************* allgemein */
#old, #old a, #old h1, #old li
{
	color: #c2c2c2;
}
.box
{
	width: 600px;
	border-top: 1px solid;
	border-top-color: #c2c3c8;
}
.box_wide
{
	width: 1000px;
	border-top: 1px solid;
	border-top-color: #c2c3c8;
	padding-top: 30px;
}
.bkg_120
{
  height: 120px;
  width: auto;
  background:#5e5e5e none repeat scroll 0 0;
}
.bkg_ford
{
  height: 100px;
  width: 150px;
  background:#5e5e5e none repeat scroll 0 0;
}
.bkg_aa
{
  height: 100px;
  width: 150px;
  background:#5e5e5e none repeat scroll 0 0;
}
.bkg_8x4
{
  height: 100px;
  width: 150px;
  background:#5e5e5e none repeat scroll 0 0;
}
.bkg_nintendo
{
  height: 100px;
  width: 150px;
  background:#5e5e5e none repeat scroll 0 0;
}
.bkg_70
{
  height: auto;
  width: 70px;
  background:#5e5e5e none repeat scroll 0 0;
}
.resize
{
	height: 120px;
	width: auto;
}
.resize_100
{
	height: 100px;
	width: auto;
}
.tiny
{
	font-size: 11px;
}
.font_weight_lighter
{
  font-weight: lighter;
}
.font_weight_bold
{
  font-weight: bold;
}
.font_size_normal
{
	font-size: 13px;
}
.font_14
{
  font-size: 14px;
}
.font_15
{
  font-size: 15px;
}
.font_16
{
  font-size: 16px;
}
.big
{
	font-size: 22px;
}
.extra_big
{
	font-size: 26px;
}
.line_height
{
  line-height: 19px;
}
.text_right
{
	text-align: right;
}
.text_left
{
	text-align: left;
}
.text_center
{
	text-align: center;
}
.text_block
{
	text-align: justify;
}
.vertical
{
	vertical-align: middle;
}
.underline
{
	text-decoration: underline;
}
.no_text_decoration
{
	text-decoration: none;
}
.padding_top
{
	padding-top: 10px;
}
.padding_top_5
{
	padding-top: 5px;
}
.padding_top_20
{
	padding-top: 20px;
}
.padding_top_30
{
	padding-top: 30px;
}
.padding_top_40
{
	padding-top: 40px;
}
.padding_top_50
{
	padding-top: 50px;
}
.padding_top_60
{
	padding-top: 60px;
}
.padding_top_100
{
	padding-top: 100px;
}
.padding_top_date_detail
{
	padding-top: 8px;
}
.padding_bottom
{
	padding-bottom: 10px;
}
.padding_bottom_5
{
	padding-bottom: 5px;
}
.padding_bottom_15
{
	padding-bottom: 15px;
}
.padding_bottom_20
{
	padding-bottom: 20px;
}
.padding_bottom_30
{
	padding-bottom: 30px;
}
.padding_bottom_40
{
	padding-bottom: 40px;
}
.padding_bottom_50
{
	padding-bottom: 50px;
}
.padding_left_5
{
	padding-left: 5px;
}
.padding_left
{
	padding-left: 10px;
}
.padding_left_40
{
	padding-left: 40px;
}
.padding_left_25
{
	padding-left: 25px;
}
.padding_left_johanna
{
	padding-left: 270px;
}
.padding_left_showreel
{
	padding-left: 222px;
}
.padding_right_5
{
	padding-right: 5px;
}
.padding_right
{
	padding-right: 10px;
}
.padding_right_25
{
	padding-right: 25px;
}
.margin_left
{
	margin-left: 10px;
}
.margin_left_5
{
	margin-left: 5px;
}
.margin_left_50
{
	margin-left: 50px;
}
.margin_right
{
	margin-right: 10px;
}
.margin_right_5
{
	margin-right: 5px;
}
.margin_top
{
  margin-top: 10px;
}
.margin_bottom
{
  margin-bottom: 10px;
}
overflow
{
  overflow: show;
}
.width
{
	width: 190px;
}
.width_70
{
  width: 70px;
}
.width_100
{
  width: 100px;
}
.width_auto
{
  width: auto;
}
.width_100p
{
  width: 100%;
}
.height
{
  height: 150px;
}
.height_index_press
{
  height: 136px;
}
.height_blog_index
{
  height: 190px;
}
.height_20
{
  height: 20px;
}
.height_26
{
  height: 26px;
}
.height_30
{
  height: 30px;
}
.height_55
{
  height: 55px;
}
.inline
{
	display: inline;
}
.block
{
  display: block;
}
.white
{
	background-color: white;
}
.color_dark
{
  color: #007e94;
}
.gray
{
  color: gray;
}
.pos_absolute
{
	position: absolute;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}