html, body
{
	margin: 0;
	padding: 0;
}

body
{
	padding: 20px;
	font-family:  Verdana, Arial, Helvetica sans-serif;
	font-size: 13px;
	color: #ff0;
	background-color: #9a2d77;
	background-image: url(../img/bg5.jpg);
	background-repeat: repeat;
}

div
{
	border: 0px solid red;
}

span
{
	border: 0px solid lime;
}

a:link, a:visited
{
	color: #ff0;
	font-weight: bold;
	text-decoration: underline;
}

a:focus, a:hover, a:active
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.img1
{
	border: 2px solid #ff0;
	margin: 20px 20px 30px 0;
}

.img2
{
	border: 2px solid #ff0;
	margin: 20px 0 30px 20px;
}

/* outer box */

#div_box_tc
{
	width: 880px;
	margin: 10px auto 10px auto;
	background-color: transparent;
	background-image: url(../img/css1-box/top-center.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#div_box_mr
{
	background-image: url(../img/css1-box/middle-right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#div_box_bc
{
	background-image: url(../img/css1-box/bottom-center.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#div_box_ml
{
	background-image: url(../img/css1-box/middle-left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#div_box_tr
{
	background-image: url(../img/css1-box/top-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#div_box_tl
{
	background-image: url(../img/css1-box/top-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#div_box_bl
{
	background-image: url(../img/css1-box/bottom-left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#div_box_br
{
	background-image: url(../img/css1-box/bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
}

/* --------------------------------------------------------------- */

#vcard
{
	margin: 0 auto;
	background-color: #9a2d77;
	background-image: url(../img/bg4.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 2px solid #ff0;
}

#container1
{	
	background-image: url(../img/bg3.gif);
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #ff0;
	padding: 20px;
}

#headline_1
{
	text-align: center;
	font-size: 35px;
	margin: 10px;
}

#adresse
{
	width: 100%;
}

#adresse1
{
	padding-left: 10px;
}

#adresse2
{	
	padding-right: 10px;
	text-align: right;
}

.table_tel
{
	margin: 0 0 0 auto;
}

#logo
{
	clear: both;
	text-align: center;
}

#logo a
{
	display: block;
	text-decoration: none;
}

#logo img
{
	border: 0;
}

#footer
{
	margin-top: 100px;
	clear: both;
}

#emaillink
{
	float: left;
}

/* div_languageswitcher */

#languageswitcher
{
	float: right;
}

#languageswitcher a
{
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	padding: 5px 5px 5px 25px;
}

#languageswitcher a:link, #languageswitcher a:visited
{
	text-decoration: none;
}

#languageswitcher a:hover, #languageswitcher a:active
{
	text-decoration: underline;
}

.a_de
{
	background: transparent url(../img/de.gif) left no-repeat;
}

.a_en
{
	background: transparent url(../img/en.gif) left no-repeat;
}

.a_fr
{
	background: transparent url(../img/fr.gif) left no-repeat;
}

.a_cz
{
	background: transparent url(../img/cz.gif) left no-repeat;
}

/* clearer */

.clearer
{
	clear: both;
	height: 1px;
}


