/* Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 50; }

div {
	padding: 20px;
}

.div1 {
	background-color: #d9c;
}

.div2 {
	background-color: #0fa;
	display: table;
	margin: 0 auto;
}

.div3 {
	background-color: #5df;
	text-align: center;
}

.div2-1-neu {
	background-color: #0b9;
}
.div2-1-1-neu {
	background-color: #f98;
	text-align: center;
}
.div2-1-1-neu button {
	display: inline;
}