body
{
	margin: 0;
	padding: 40px 0;
	font-size: 12px;
	font-family: Verdana;
	color: #222;
}

fieldset{
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
	padding: 1%;
	margin-bottom: 15px;
}
fieldset > div{
	padding: 0 5px;
}
fieldset table{
	margin-left: -5px;
}
legend{
	padding: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
fieldset > div *:first-child{
	margin-top: 5px;
}
fieldset > div *:last-child{
	margin-bottom: 5px;
}
/****** TERMINVERINBARUNGS FORMULAR ******/

.tv-form
{
	max-width: 800px;
	/*min-width: 320px;*/
	width: 100%;
	margin: auto;
}
EDEDED
/**** TV HEADER ****/
.tv-header
{
	padding: 0 5px;
}
.tv-info
{
	max-width: 500px; 
	width: 70%;
	float: left;
}
.tv-image
{
	float: right;
	width: 70px;
	height: 70px;
}
.tv-title
{
	font-size: 19px;
	font-weight: bold;
	color: #FF8833;
	line-height: 22px;
}
.tv-subtitle
{
	font-size: 12px;
	font-weight: bold;
	color: #FF8833;
	line-height: 25px;
}
.tv-note
{
	font-size: 11px;
	line-height: 25px;
}

/**** TV NAV ****/
.tv-nav
{
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url('../images/nav_bg.png') repeat-x;
	height: 60px;
}
.tv-nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 60px;
}
.tv-nav ul li
{
	float: left;
	width: 18%;
	padding: 20px 1% 0 1%;
	height: 39px;
	/*border-bottom: 1px solid #FF8833;*/
}
.tv-nav .first_item
{
	/*border-left: 1px solid #666;*/
}
.tv-nav li.first_item
{
	/*border-left: 1px solid #666;*/
}
.tv-nav li.last_item
{
	/*border-right: 1px solid #666;*/
}
.tv-nav li
{
	/*border-top: 1px solid #666;*/
}
.tv-nav .active
{
	/*background: #e9f2fb url('../images/nav_active_bg.png') repeat-x 0 0;*/
	background: #FF8833;
	/*border-bottom: 0;*/
	/*border-top: 1px solid #FF8833;*/
	height: 41px;
	color: #FFF;
}
.tv-nav .pointer_left, .tv-nav .pointer_right_active, .tv-nav .pointer_left_active
{
	width: 17px;
	height: 60px;
	margin-top: -20px;
	position: absolute;
}
.tv-nav .pointer_left
{
	background: #e9f2fb url('../images/nav_item_inactive_left.png') no-repeat right 0;
	margin-left: -27px;
	width: 18px;
	overflow: hidden;
	background: url("../images/nav_bg.png") repeat-x scroll 0 0 transparent;
}
.greyBlock1, .greyBlock2{
	width: 50px;
	height: 50px;
	background: #FF8833;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.tv-nav .pointer_left .greyBlock1, .tv-nav .pointer_left .greyBlock2{
	background: transparent;
	margin-left: -44px;
}
.tv-nav .pointer_left .greyBlock1{
	-webkit-transform: rotate(-27.5deg);
	transform: rotate(-27.5deg);
	margin-top: -5px;
}
.tv-nav .pointer_left .greyBlock2{
	-webkit-transform: rotate(26.5deg);
	transform: rotate(26.5deg);
	margin-top: -29px;
}
.tv-nav .pointer_left_active
{
	/*background: #e9f2fb url('../images/nav_item_active_left.png') no-repeat right 0;*/
	margin-left: -25px;
	width: 18px;
	overflow: hidden;
	background: url("../images/nav_bg.png") repeat-x scroll 0 0 transparent;
	height: 61px;
}
.tv-nav .pointer_left_active .greyBlock1, .tv-nav .pointer_left_active .greyBlock2{
	margin-left: 3px;
}
.tv-nav .pointer_left_active .greyBlock1{
	-webkit-transform: rotate(-27.5deg);
	transform: rotate(-27.5deg);
	margin-top: -28px;
}
.tv-nav .pointer_left_active .greyBlock2{
	-webkit-transform: rotate(26.5deg);
	transform: rotate(26.5deg);
	margin-top: 15px;
}
.tv-nav .pointer_right_active
{
	margin-left: -25px;
	width: 18px;
	overflow: hidden;
	background: url("../images/nav_bg.png") repeat-x scroll 0 0 transparent;
	border-bottom: 1px solid #666;
}
.tv-nav .pointer_right_active .greyBlock1, .tv-nav .pointer_right_active .greyBlock2{
	margin-left: -44px;
}
.tv-nav .pointer_right_active .greyBlock1{
	-webkit-transform: rotate(-27.5deg);
	transform: rotate(-27.5deg);
	margin-top: -5px;
}
.tv-nav .pointer_right_active .greyBlock2{
	-webkit-transform: rotate(26.5deg);
	transform: rotate(26.5deg);
	margin-top: -29px;
}

/**** TV HEADER ****/
.tv-content-header
{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FF8833;
	color: #FFFFFF;
	padding: 10px 2%;
	min-height: 34px;
	position: relative;
}
.tv-content-footer{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FF8833;
	color: #FFFFFF;
	padding: 6px 2%;
	font-size: 10px;
}
.tv-content-footer a{
	color: #FFF;
	text-decoration: none;
}
.tv-content-footer a:hover{
	text-decoration: underline;
}
.tv-content-footer2{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #FFF;
	background-color: #FF8833;
	color: #FFFFFF;
	padding: 10px 2%;
	min-height: 33px;
}
.tv-content-footer .creation{
	display: block;
	float: right;
}
.tv-content-header .header
{
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
.tv-content
{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 30px 1% 10px;
}
.tv-content-clip
{
	width: 18px;
	height: 18px;
	position: absolute;
	margin: 10px 0 0 10px;
	overflow: hidden;
	border-left: 1px solid #666;
	bottom: 0;
	margin-bottom: -18px;
	/*background-image: url('../images/content_clip.png');*/
}
.tv-content-clipInner{
	width: 25px;
	height: 25px;
	transform: rotate(36deg);
	-webkit-transform: rotate(45deg);
	border: 1px solid #666;
	background: #FF8833;
	margin-left: -16px;
	margin-top: -14px;
}
.formErrors
{
	display: block;
	color: red;
	margin: 10px 0;
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 5px;
}

/**** TV CONTENT ****/
.required
{
	color: #6484a6;
}
form
{
	margin: 0;
	padding: 0;
}
label
{
	display: block;
}
.form_input {
	margin-bottom: 10px;
	margin-top: 4px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
}
.form_input input, .form_input select, .form_input textarea {
	display: block;
	width: 100%;
	padding: 5px 0;
	border: none;
	background: none;
	color: #6484a6;
}
select, input
{
	margin: 0;
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0; 
	border-radius: 0;
}

.grid-left, .grid-right
{
	width: 48%;
	padding: 0 1%;
}
.grid-right
{
	float: right;
}
.grid-left
{
	float: left;
}
.grid-clr
{
	clear: both;
}

/**** MISC ****/
.tv-confirm-headline
{
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 10px 0;
}
.tv-confirm-section
{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
fieldset .gray_button{
	width: 30%;
	min-width: 175px;
}

/**** BUTTONS ****/
.tv-content-header .red_button, .tv-content-footer2 .red_button{
	border: 2px solid #CCC;
	width: 30%;
	margin-right: 10px;
}
.tv-content-footer .red_button{
}
.tv-content-header .red_button{
}
.red_button
{
	font-weight: bold;
	padding: 0;
	border: 0;
	float: right;
/*	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;*/
	padding: 0;
	line-height: 26px;
	background: #FF8833;
	height: 32px;
	color: #fff;
	cursor: pointer;
	width: 49%;
	margin-left: 1%;
	border: 1px solid #666;
}
a.red_button{
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.gray_button
{
	color: #333;
	padding: 0;
	border: 0;
	border: 1px solid #a9a9a9;
	background: url('../images/nav_bg.png') repeat-x;
	height: 32px;
	line-height: 26px;
	width: 50%;
}
.confirm_edit_button
{
	width: 160px;
	float: right;
	margin-right: 10px;
}

/* ------------- Responsive ---------------------- */

@media screen and (max-width: 800px){
	body{
		padding-left: 5px;
		padding-right: 5px;
	}
	.tv-nav ul li{
		float: none;
		width: 98%;
		text-indent: 7px;
		background: url('../images/nav_bg.png') repeat-x;
	}
	.tv-nav{
		height: auto;
		background: transparent;
	}
	.tv-nav ul{
		height: auto;
	}
	.grid-left, .grid-right{
		width: 100%;
		padding: 0;
	}
	.tv-content-footer{
		font-size: 9px;
	}
	.tv-content-footer .creation{
		float: none;
	}
	.tv-nav .pointer_left_active,
	.tv-nav .pointer_left,
	.tv-nav .pointer_right_active{
		display: none;
	}
	.tv-content-header .red_button, .tv-content-footer2 .red_button{
		float: none;
		width: 98% !important;
	}
}

/* ------------- Responsive Ende ----------------- */