/* COMMON STYLES */
body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;	/* Stellt 1em auf 10px */ 
}

p
{
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #333;
}

/* Main links */
a:link, a:visited, a:active
{
	color: #4E4E4E;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h4
{
	background: transparent;
	margin: 0;
	padding: 10px 0 0 5px;
	font: normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}

.tbl
{
	background: transparent;
	padding: 0 10px 0 10px;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 1.2em;
}

.right_tbl
{
	color: #3D71AD;
	font-size: 1.0em;
	background: transparent;
	margin: 2px 4px 0px 4px;
	padding: 0 0 4px 0;
	width: 100%;
	border: 0;
}

html*.right_tbl
{ /* fuer IE 6.0 Win */
	margin: 2px -5px 0px 4px;													
}
	
*+html .right_tbl
/* fuer IE 7.0 Win */
{
	margin: 2px 4px 0px 4px;
}
.right_tbl a
{
	color: #4E4E4E;
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: bold;
}
.right_tbl a:hover
{
	text-decoration: none;
}
.right_tbl img
{
	margin: 3px 7px 0px 0px;
}
h3
{
	color: #3D71AD;
	font-size: 1.2em;
	margin: 0;
	padding: 0px 0 3px 0;
}

.news_link
{
	padding-top: 270px;
}

.news_link a
{
	color: #6B6B6B;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.news_link a:hover
{
	text-decoration: underline;
}

.content_block_main
{
	border: 1px solid #C9C9C9;
}

.content_block_main_hidden
{
	display: none;
}

a img {
border: none;
}

#content_full table table table img {
	display: block;
}

input.text {
	width: 108px;
	height:15px;
	padding: 1px 5px 0 5px;
	font-size: 12px;
	color: #333;
	border: 1px solid #a6a6a6;
	background: url(../../photographie/images/layout/input_text_bg.gif) top left repeat-x;
}

* html input.text {
	width: 102px;
}

*+html input.text {
	width: 102px;
}

button.button, input.button, input.submit {
	height:18px;
	border: 1px solid #2c5d94;
	font-size: 12px;
	line-height: 100%;
	margin: 1px 0 0 0;
	padding: 0px 5px 4px 5px;
	color:#FFFFFF;
	background: url(../../photographie/images/layout/button_bg.gif) center left repeat-x #85A1C1;
	cursor:pointer;
}

select {
	font-size: 12px;
	line-height: 100%;
	color:#333;
}
