@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600);

body
{ color: #888; font-size: 1.1em; background-color: white; font-family: "Open Sans", HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif; line-height: 1.4em; font-weight: 300; letter-spacing: 0.4px; margin: 50px; }

a:link
{
	color: #444444;
	text-decoration: none;
}

a:visited
{
	color: #444444;
	text-decoration: none;
}

a:hover
{
	color: #444444;
	text-decoration: none;
}

a:active
{
	color: silver;
	text-decoration: none;
}

/* Layout */
div#wrapper
{
	text-align: left;
	height: 490px;
	width: 740px;
	margin: 50px auto 0;
	overflow: hidden;
}

#tworow
{
}

#leftcell
{
	width: 210px;
	display: table-cell;
	vertical-align: top;
	height: 460px;
	overflow: visible;
}

#rightcell
{
	width: 530px;
	display: table-cell;
	vertical-align: top;
	height: 460px;
	overflow: hidden;
}

#twocol
{ height: 460px; overflow: hidden; display: table; }

#txtcol
{ height: 250px; width: 740px; overflow: hidden; clip: rect(auto auto auto auto); display: table; }

/* Menu */
#menu
{ width: 740px; height: 30px; margin: 0; border-top-color: gray; border-top-width: 1px; }

#menu ul
{
	list-style-type: none;
	list-style-image: none;
	display: table-row;
}

#menu li
{
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 1px;
	width: 122px;
	float: left;
	margin-left: 1px;
	display: table-cell;
	text-align: center;
}

#menu li a:link,#menu li a:visited
{
	padding: 0;
	text-decoration: none;
	color: #888;
	margin: 0;
}

#menu li a:hover,#menu #curr a:link,#menu #curr a:visited
{
	color: #444444;
	font-weight: 600;
}

#menu #curr a:hover
{
	color: #444444;
	font-weight: 600;
}

#img
{
	width: 530px;
	height: 320px;
}

#txt { width: 530px; }

.kontakt
{ background-color: white; position: relative; left: 321px; width: 400px; height: 160px; }

.impressum { height: auto; }

/* in leftcell */
#twocol { display: table; }

#leftcontent
{
	line-height: 1.5em;
	width: 216px;
	height: 246px;
	overflow: visible;
}

/* Unter-Menu */
#nav
{ width: 216px; margin: 0; display: table-cell; vertical-align: bottom; overflow: visible; }

#nav ul
{
	margin: -1px 0 0;
	padding: 10px 0 0;
	list-style-type: none;
	list-style-image: none;
}

#nav li
{ font-size: 1em; line-height: 1.2em; padding-top: 16px; }

#nav li a:link,#nav li a:visited
{
	padding: 0;
	text-decoration: none;
	color: #444444;
	margin: 0;
}

#nav li a:hover,#nav #cur a:link,#nav #cur a:visited
{
	color: #444444;
	font-weight: 600;
}

#nav #cur a:hover
{
	color: #444444;
}

#textlinkbox { text-align: right; float: right;  color: #888; }
/* styles */
h1
{ color: #888; font-size: 1.45em; font-weight: 300; padding-top: 1px; letter-spacing: 1px; }

h2
{
	color: #888;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
}

h3
{
	color: #888;
	font-size: 0.8em;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

/*
p
{
	color: #888;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.5em;
}
*/
small
{ font-size: 0.8em; line-height: 1.4em; }

sup { font-size: 0.6em; vertical-align: 3px; }
tt { font: 10px/12px Monaco, Courier, mono; }

abbr, acronym
{
	font-style: normal;
	cursor: help;
	border-bottom: 1px dotted;
	speak: spell-out;
}

hr
{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 1px;
}
