body {
	background-color: #ffffff;
	font-family: Arial;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#containerHeader {
	width: 100%;
	height: 200px;

	padding: 0px;
	margin: 0px;

	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #040404;
	background-image: url("images/gartner-bg-header.jpg");
	background-repeat: no-repeat;

	border-bottom: 2px solid #A4A4A4;
}
#containerMain {
	width: 100%;
	height: auto;

	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 202px;
	left: 0px;

	background-color: #ffffff;
	background-image: url("images/gartner-bg-verlauf.gif");
	background-repeat: repeat-x;
}
#containerBottom {
	width: 100%;
	height: 2px;

	padding: 0px;
	margin: 0px;

	line-height: 0px;
	font-size: 0px;
	background-color: #A4A4A4;

	position: relative;
	left: 0px;
	bottom: 0px;

	display: none;
}
#logo {
	width: 295px;
	height: 39px;

	position: relative;
	top: 150px;
	left: 50px;

}
#content {
	width: 850px;
	height: auto;

	padding: 30px 50px;

	font-size: 12px;
}
h2 {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;

	background-color: #ffffff;

	display: block;
	width: auto;

	padding: 2px 10px;

	border-bottom: 1px solid #cccccc;
	border-left: 0px solid #cccccc;

	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;

	display: block;
	width: auto;

	padding: 2px 10px;

	border-bottom: 1px solid #cccccc;
	border-left: 0px solid #cccccc;

	margin-bottom: 20px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	width: auto;
	padding: 2px 10px;
	margin-bottom: -5px;
}
#containerNavi {
	position: absolute;
	left: 0px;
	top: 85px;

	width: auto;

	margin: 0px;
	margin-left: 525px;
	padding: 0px;
}
ul#navi {
	list-style: none;
	margin: 0px;
	padding: 0px;

	float: left;
	clear: left;
}
ul#navi li {
	display: block;
	margin: 1px;
	float: left;
}
ul#navi li a {
	display: block;
	width: auto;
	float: left;
	padding: 2px 5px;

	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;

	border-bottom: none;
}
ul#navi li a:hover {
	color: #000;
	background-color: #FFE400;

	border-bottom: 2px solid #000;
}
ul#subnavi {
	list-style: none;
	margin: 0px;
	padding: 0px;

	margin-left: 76px;

	width: 150px;

	float: left;
	clear: none;

	visibility: hidden;
}
ul#subnavi li {
	width: 145px;
	display: block;
	float: left;
	margin: 1px;
}
ul#subnavi li a {
	display: block;
	width: 145px;
	padding: 2px 5px;

	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background-color: #E9E9E9;
	text-decoration: none;
}
ul#subnavi li a:hover {
	color: #ffffff;
	background-color: #333333;
}
.werke {
	width: 830px;
	height: auto;
}
.werk {
	display: block;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	width: auto;

	color: #444444;
	background-color: #ffffff;
	border: 1px solid #eeeeee;

	float: left;

	font-size: 11px;
	text-decoration: none;
}
.werk:hover {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #333333;
}
.werk img, .werk:hover img {
	display: block;
	margin-bottom: 5px;
	border: none;
}
.werk-detail {
	color: #333333;
	background-color: #ffffff;

	padding: 10px;

	width: 800px;
}
.werk-detail-img {
	float: left;

	padding: 10px;

	background-color: #ffffff;

	border: 1px solid #dddddd;
}

.werk-detail-con {
	float: left;

	margin-left: 25px;
}

.werk-detail-desc {
	float: left;

	padding: 10px;

	background-color: #ffffff;

	border: 1px solid #dddddd;
}
a.back {
	display: block;

	float: left;

	padding: 3px 10px;
	margin-top: 20px;

	font-size: 11px;
	color: #999999;
	background-color: #000000;

	border: 1px solid #dddddd;

	text-decoration: none;
}
a.back:hover {
	color: #ffffff;
	background-color: #000000;
}
p {
	font-size: 11px;
	padding-left: 10px;
	line-height: 1.3em;
}
p a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
p a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
table.vita {
	width: 840px;
	padding: 0px;
	margin: 0px;

	margin-left: 5px;

	font-size: 11px;
}
table.vita td {
	padding: 5px;

	vertical-align: top;
}
td.col1 {
	vertical-align: top;

	font-weight: bold;
}
#kritiken, #ausstellungsverzeichnis, #referenzen, #motivation, #gestaltungsansatz {
	display: none;

	padding: 10px;
	margin-bottom: 25px;

	background-color: #ffffff;
}
a.linkKritiken, a.linkAusstellungen, a.linkReferenzen, a.linkMotivation, a.linkGestaltungsansatz {
	display: block;

	width: 360px;


	padding: 3px 10px;

	font-size: 11px;
	color: #666666;
	background-color: #ffffff;

	border: none;

	text-decoration: none;
}
a.linkKritiken:hover, a.linkAusstellungen:hover, a.linkReferenzen:hover, a.linkMotivation:hover, a.linkGestaltungsansatz:hover {
	color: #000000;
	background-color: #ffffff;
	border: none;
}
.kub {
	display: block;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 370px;

	color: #444444;
	background-color: #ffffff;
	border: 1px solid #eeeeee;

	float: left;

	font-size: 11px;
	text-decoration: none;
}
.kub:hover {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #333333;
}
.kub img, .kub:hover img {
	display: block;
	float: left;
	margin: -10px;
	margin-right: 15px;
	border: none;
}
.kub-detail {
	color: #333333;
	background-color: #ffffff;

	padding: 10px;

	width: auto;
}
.kub-detail-img {
	padding: 10px;
	width: auto;

	float: left;

	background-color: #ffffff;

	border: 1px solid #dddddd;
}

.kub-detail-con {
	margin-top: 10px;
}

.kub-detail-desc {
	padding: 10px;

	background-color: #efefef;

	border: 1px solid #fff;

	float: left;
}
#conAktiv {
	width: 800px;
}
#conSonstiges {
	width: 390px;
	padding: 0px;
	margin-right: 20px;

	float: left;
}
#conAusstellungen {
	width: auto;
	padding: 0px;

	float: left;
}
#conSonstiges {
	width: 374px;
	padding-left: 15px;
	margin-right: 0px;
}
#conAusstellungen p, #conSonstiges p {
	padding: 10px;
	padding-top: 5px;
}
#conAusstellungen img {
	display: block;
	padding: 1px 10px;
	margin: 0px;
}
#conHome {
	width: 800px;
}
#Col1, #Col2 {
	width: 390px;
	padding: 0px;
	margin-right: 20px;

	float: left;
}
#Col2 {
	margin-right: 0px;
}
#Col1 a, #Col2 a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.4em;

	display: block;
	clear: both;

	padding: 10px;
	margin: 5px 0px;

	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
#Col1 a span.light, #Col2 a span.light {
	color: #999999;
}
#Col1 a:hover, #Col2 a:hover {
	color: #000000;

	background-color: #ffffff;
	border: 1px solid #dddddd;
}
#Col1 a:hover span.light, #Col2 a:hover span.light {
	color: #666666;
}
#logo a img {
	border: none;
}
.kurs {
	width: 848px;
	padding: 0px;
	margin-bottom: 15px;

	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-top: 1px solid #a6a6a6;
}
.kurs img {
	margin: 5px 0;
}
.kurs h3 {
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}
a.linkAktiv {
	display: block;

	font-size: 12px;

	padding: 3px 10px;

	color: #333333;
	background-color: #ffffff;

	border: none;

	text-decoration: none;
}
a.linkAktiv:hover {
	color: #000000;
	background-color: #ffffff;
	border: none;
}
#sonderedition {
	display: none;
	font-size: 11px;
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
#lebenstanz2 {
	padding: 10px;
}
#lebenstanz2 img {
	display: block;
	float: left;
}
#lebenstanz2 .part {
	color: #555555;
	font-size: 11px;
	width: 450px;
	text-align: right;
	margin: 10px 0px;
	border: 1px solid #cccccc;
	padding: 10px;
}

.password {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	color: #bbb;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	margin: 5px 0;
	padding: 5px;
	text-decoration: none;
	margin-right: 5px;
}

.submit {
	background-color: #FFFFFF;
    border: 1px solid #ccc;
    color: #bbb;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 1.4em;
    margin: 5px 0;
    padding: 4px;
    text-decoration: none;
}

.submit:hover{
	color: #333;
	cursor: pointer;
}

textarea {
	font-family: Arial;
	border: 0px;
	font-size: 11px;
	line-height: 1.3em;
	background: rgba(0,0,0,.05);
	margin: 0 0 0 -1px;
	padding: 0;
	margin-bottom: 10px;
}

.headerinput {
	margin-top: 5px;
}

.headerinput input {
	height: 1.3em !important;
	border: none;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	display: block;
	width: auto;
	margin-bottom: 10px;
	background: rgba(0,0,0,.05);
}

.headerinput button[type="submit"], .contentinput button[type="submit"]{
	background-color: #1183e4;
	border: 1px solid #066abe;
	color: #fff;
	font-size: 10px!important;
	height: 16px;
	line-height: 14px!important;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	padding: 0 2px;
}

.headerinput button[type="cancel"], .contentinput button[type="cancel"]{
	background-color: #ccc;
	border: 1px solid #bbb;
	color: #888;
	font-size: 10px!important;
	height: 16px;
	line-height: 14px!important;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	padding: 0 2px;
}

.publish {
	background-color: #1183e4;
	border: 1px solid #066abe;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px;
	text-decoration: none;
	cursor: pointer;
}

.deactivate {
	background-color: #e3462c;
	border: 1px solid #a8220d;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px;
	margin-left: 5px;
	text-decoration: none;
	cursor: pointer;
}

.download-pdf-button{
	display: block;
	width: 120px;
	margin: 20px auto;
	padding: 8px;
	border-radius: 50px;
	border: 1px solid #ccc;
	text-decoration: none;
	color:#333;
}

.download-pdf-button:hover{
	background:#f1f1f1;
}

/*-----------*/
.clear {
	clear: both !important;
}
